Color Hex Logo

#867012 Color Hex

#867012
(134,112,18)
0 Favorites   0 Comments

Color spaces of #867012

RGB 13411218
HSL0.140.760.30
HSV49°87°53°
CMYK 0.000.160.87   0.47
XYZ15.734916.70032.9664
Yxy16.70030.44450.4717
Hunter Lab40.8660-2.786524.3024
CIE-Lab47.8802-0.801649.9581

#867012 color RGB value is (134,112,18).

#867012 hex color red value is 134, green value is 112 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #867012 hue: 0.14 , saturation: 0.76 and the lightness value of 867012 is 0.30.

The process color (four color CMYK) of #867012 color hex is 0.00, 0.16, 0.87, 0.47. Web safe color of #867012 is #996600. Color #867012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110000 00010010
Octal 206 160 22
Decimal 134 112 18
Hex 86 70 12

RGB Percentages of Color #867012

%50.76
%42.42
%6.82

CMYK Percentages of Color #867012

%0
%16
%87
%47

Triadic Colors of #867012

#867012 #128670 #701286

Analogous Colors of #867012

#867012 #628612 #863612

Monochromatic Colors of #867012

#867012

Complementary Color

#867012 #122886

#867012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867012 Color CSS Codes

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

#867012 Text Font Color

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

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


#867012 Background Color

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

This div background color is #867012


#867012 Border Color

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

This div border color is #867012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867012


Comments

No comments written yet.

Please login to write comment.