Color Hex Logo

#867b2c Color Hex

#867B2C
(134,123,44)
0 Favorites   0 Comments

Color spaces of #867b2c

RGB 13412344
HSL0.150.510.35
HSV53°67°53°
CMYK 0.000.080.67   0.47
XYZ17.369119.41615.2151
Yxy19.41610.41350.4623
Hunter Lab44.0637-6.750123.8274
CIE-Lab51.1705-5.790843.1788

#867b2c color RGB value is (134,123,44).

#867b2c hex color red value is 134, green value is 123 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #867b2c hue: 0.15 , saturation: 0.51 and the lightness value of 867b2c is 0.35.

The process color (four color CMYK) of #867b2c color hex is 0.00, 0.08, 0.67, 0.47. Web safe color of #867b2c is #996633. Color #867b2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111011 00101100
Octal 206 173 54
Decimal 134 123 44
Hex 86 7B 2C

RGB Percentages of Color #867b2c

%44.52
%40.86
%14.62

CMYK Percentages of Color #867b2c

%0
%8
%67
%47

Triadic Colors of #867b2c

#867b2c #2c867b #7b2c86

Analogous Colors of #867b2c

#867b2c #64862c #864e2c

Monochromatic Colors of #867b2c

#867b2c

Complementary Color

#867b2c #2c3786

#867b2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867b2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#867b2c Color CSS Codes

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

#867b2c Text Font Color

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

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


#867b2c Background Color

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

This div background color is #867b2c


#867b2c Border Color

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

This div border color is #867b2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867b2c


Comments

No comments written yet.

Please login to write comment.