Color Hex Logo

#867062 Color Hex

#867062
(134,112,98)
0 Favorites   0 Comments

Color spaces of #867062

RGB 13411298
HSL0.060.160.45
HSV23°27°53°
CMYK 0.000.160.27   0.47
XYZ17.830317.538514.0008
Yxy17.53850.36120.3552
Hunter Lab41.87902.70959.4937
CIE-Lab48.93156.349511.0037

#867062 color RGB value is (134,112,98).

#867062 hex color red value is 134, green value is 112 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #867062 hue: 0.06 , saturation: 0.16 and the lightness value of 867062 is 0.45.

The process color (four color CMYK) of #867062 color hex is 0.00, 0.16, 0.27, 0.47. Web safe color of #867062 is #996666. Color #867062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110000 01100010
Octal 206 160 142
Decimal 134 112 98
Hex 86 70 62

RGB Percentages of Color #867062

%38.95
%32.56
%28.49

CMYK Percentages of Color #867062

%0
%16
%27
%47

Triadic Colors of #867062

#867062 #628670 #706286

Analogous Colors of #867062

#867062 #868262 #866266

Monochromatic Colors of #867062

#867062

Complementary Color

#867062 #627886

#867062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867062 Color CSS Codes

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

#867062 Text Font Color

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

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


#867062 Background Color

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

This div background color is #867062


#867062 Border Color

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

This div border color is #867062


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,112,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867062


Comments

No comments written yet.

Please login to write comment.