Color Hex Logo

#867a1e Color Hex

#867A1E
(134,122,30)
0 Favorites   0 Comments

Color spaces of #867a1e

RGB 13412230
HSL0.150.630.32
HSV53°78°53°
CMYK 0.000.090.78   0.47
XYZ17.025419.08114.0140
Yxy19.08110.42440.4756
Hunter Lab43.6819-6.871525.1291
CIE-Lab50.7820-6.000048.5779

#867a1e color RGB value is (134,122,30).

#867a1e hex color red value is 134, green value is 122 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #867a1e hue: 0.15 , saturation: 0.63 and the lightness value of 867a1e is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111010 00011110
Octal 206 172 36
Decimal 134 122 30
Hex 86 7A 1E

RGB Percentages of Color #867a1e

%46.85
%42.66
%10.49

CMYK Percentages of Color #867a1e

%0
%9
%78
%47

Triadic Colors of #867a1e

#867a1e #1e867a #7a1e86

Analogous Colors of #867a1e

#867a1e #5e861e #86461e

Monochromatic Colors of #867a1e

#867a1e

Complementary Color

#867a1e #1e2a86

#867a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#867a1e Color CSS Codes

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

#867a1e Text Font Color

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

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


#867a1e Background Color

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

This div background color is #867a1e


#867a1e Border Color

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

This div border color is #867a1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867a1e


Comments

No comments written yet.

Please login to write comment.