Color Hex Logo

#472012 Color Hex

#472012
(71,32,18)
0 Favorites   0 Comments

Color spaces of #472012

RGB 713218
HSL0.040.600.17
HSV16°75°28°
CMYK 0.000.550.75   0.72
XYZ3.22422.41630.8687
Yxy2.41630.49530.3712
Hunter Lab15.54459.82137.5677
CIE-Lab17.535817.306217.8087

#472012 color RGB value is (71,32,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 00010010
Octal 107 40 22
Decimal 71 32 18
Hex 47 20 12

RGB Percentages of Color #472012

%58.68
%26.45
%14.88

CMYK Percentages of Color #472012

%0
%55
%75
%72

Triadic Colors of #472012

#472012 #124720 #201247

Analogous Colors of #472012

#472012 #473b12 #47121e

Monochromatic Colors of #472012

#472012

Complementary Color

#472012 #123947

#472012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472012 Color CSS Codes

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

#472012 Text Font Color

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

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


#472012 Background Color

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

This div background color is #472012


#472012 Border Color

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

This div border color is #472012


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,32,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 #472012">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472012


Comments

No comments written yet.

Please login to write comment.