Color Hex Logo

#867a2e Color Hex

#867A2E
(134,122,46)
0 Favorites   0 Comments

Color spaces of #867a2e

RGB 13412246
HSL0.140.490.35
HSV52°66°53°
CMYK 0.000.090.66   0.47
XYZ17.284219.18475.3768
Yxy19.18470.41300.4585
Hunter Lab43.8003-6.212123.3820
CIE-Lab50.9026-5.099141.9738

#867a2e color RGB value is (134,122,46).

#867a2e hex color red value is 134, green value is 122 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #867a2e hue: 0.14 , saturation: 0.49 and the lightness value of 867a2e is 0.35.

The process color (four color CMYK) of #867a2e color hex is 0.00, 0.09, 0.66, 0.47. Web safe color of #867a2e is #996633. Color #867a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111010 00101110
Octal 206 172 56
Decimal 134 122 46
Hex 86 7A 2E

RGB Percentages of Color #867a2e

%44.37
%40.40
%15.23

CMYK Percentages of Color #867a2e

%0
%9
%66
%47

Triadic Colors of #867a2e

#867a2e #2e867a #7a2e86

Analogous Colors of #867a2e

#867a2e #66862e #864e2e

Monochromatic Colors of #867a2e

#867a2e

Complementary Color

#867a2e #2e3a86

#867a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#867a2e Color CSS Codes

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

#867a2e Text Font Color

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

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


#867a2e Background Color

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

This div background color is #867a2e


#867a2e Border Color

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

This div border color is #867a2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,122,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #867a2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #867a2e;
  -webkit-box-shadow: 1px 1px 3px 2px #867a2e;
  box-shadow:         1px 1px 3px 2px #867a2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867a2e


Comments

No comments written yet.

Please login to write comment.