color codes Logo

#473116 color codes

#473116
(71,49,22)
0 Favorites   0 Comments

Color spaces of #473116

RGB 714922
HSL0.090.530.18
HSV33°69°28°
CMYK 0.000.310.69   0.72
XYZ3.84173.59411.2503
Yxy3.59410.44230.4138
Hunter Lab18.95812.99489.3605
CIE-Lab22.28146.586420.8812

#473116 color RGB value is (71,49,22).

#473116 hex color red value is 71, green value is 49 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #473116 hue: 0.09 , saturation: 0.53 and the lightness value of 473116 is 0.18.

The process color (four color CMYK) of #473116 color code is 0.00, 0.31, 0.69, 0.72. Web safe color of #473116 is #333300. Color #473116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110001 00010110
Octal 107 61 26
Decimal 71 49 22
Hex 47 31 16

RGB Percentages of Color #473116

%50.00
%34.51
%15.49

CMYK Percentages of Color #473116

%0
%31
%69
%72

Triadic Colors of #473116

#473116 #164731 #311647

Analogous Colors of #473116

#473116 #454716 #471916

Monochromatic Colors of #473116

#473116

Complementary Color

#473116 #162c47

#473116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473116 Color CSS Codes

.mybgcolor {background-color:#473116; } 
.myforecolor {color:#473116; }
.mybordercolor {border:3px solid #473116; }

#473116 Text Font Color

<p style="color:#473116">Text here</p>

This sample text font color is #473116
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#473116 Background Color

<div style="background-color:#473116">
Div content here</div>

This div background color is #473116


#473116 Border Color

<div style="border:3px solid #473116">
Div here</div>

This div border color is #473116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,49,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #473116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #473116;
  -webkit-box-shadow: 1px 1px 3px 2px #473116;
  box-shadow:         1px 1px 3px 2px #473116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,49,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #473116">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #473116;
  -webkit-box-shadow: 1px 1px 3px 2px #473116;
  box-shadow:         1px 1px 3px 2px #473116;">
Div content here</div>

This div box has shadow with color #473116


Comments

No comments written yet.

Please login to write comment.