Color Hex Logo

#472612 Color Hex

#472612
(71,38,18)
0 Favorites   0 Comments

Color spaces of #472612

RGB 713818
HSL0.060.600.17
HSV23°75°28°
CMYK 0.000.460.75   0.72
XYZ3.40082.76950.9276
Yxy2.76950.47910.3902
Hunter Lab16.64187.35388.3445
CIE-Lab19.096113.483519.6564

#472612 color RGB value is (71,38,18).

#472612 hex color red value is 71, green value is 38 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #472612 hue: 0.06 , saturation: 0.60 and the lightness value of 472612 is 0.17.

The process color (four color CMYK) of #472612 color hex is 0.00, 0.46, 0.75, 0.72. Web safe color of #472612 is #333300. Color #472612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100110 00010010
Octal 107 46 22
Decimal 71 38 18
Hex 47 26 12

RGB Percentages of Color #472612

%55.91
%29.92
%14.17

CMYK Percentages of Color #472612

%0
%46
%75
%72

Triadic Colors of #472612

#472612 #124726 #261247

Analogous Colors of #472612

#472612 #474112 #471219

Monochromatic Colors of #472612

#472612

Complementary Color

#472612 #123347

#472612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472612 Color CSS Codes

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

#472612 Text Font Color

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

This sample text font color is #472612
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.


#472612 Background Color

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

This div background color is #472612


#472612 Border Color

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

This div border color is #472612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472612


Comments

No comments written yet.

Please login to write comment.