Color Hex Logo

#36470c Color Hex

#36470C
(54,71,12)
0 Favorites   0 Comments

Color spaces of #36470c

RGB 547112
HSL0.210.710.16
HSV77°83°28°
CMYK 0.240.000.83   0.72
XYZ3.84095.31731.1717
Yxy5.31730.37180.5147
Hunter Lab23.0593-10.621613.1288
CIE-Lab27.6203-16.437831.0521

#36470c color RGB value is (54,71,12).

#36470c hex color red value is 54, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #36470c hue: 0.21 , saturation: 0.71 and the lightness value of 36470c is 0.16.

The process color (four color CMYK) of #36470c color hex is 0.24, 0.00, 0.83, 0.72. Web safe color of #36470c is #333300. Color #36470c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000111 00001100
Octal 66 107 14
Decimal 54 71 12
Hex 36 47 C

RGB Percentages of Color #36470c

%39.42
%51.82
%8.76

CMYK Percentages of Color #36470c

%24
%0
%83
%72

Triadic Colors of #36470c

#36470c #0c3647 #470c36

Analogous Colors of #36470c

#36470c #19470c #473b0c

Monochromatic Colors of #36470c

#36470c

Complementary Color

#36470c #1d0c47

#36470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#36470c Color CSS Codes

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

#36470c Text Font Color

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

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


#36470c Background Color

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

This div background color is #36470c


#36470c Border Color

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

This div border color is #36470c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,71,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36470c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36470c;
  -webkit-box-shadow: 1px 1px 3px 2px #36470c;
  box-shadow:         1px 1px 3px 2px #36470c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36470c


Comments

No comments written yet.

Please login to write comment.