Color Hex Logo

#876914 Color Hex

#876914
(135,105,20)
0 Favorites   0 Comments

Color spaces of #876914

RGB 13510520
HSL0.120.740.30
HSV44°85°53°
CMYK 0.000.220.85   0.47
XYZ15.169515.30462.8164
Yxy15.30460.45570.4597
Hunter Lab39.12110.752823.1164
CIE-Lab46.04863.764547.8322

#876914 color RGB value is (135,105,20).

#876914 hex color red value is 135, green value is 105 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #876914 hue: 0.12 , saturation: 0.74 and the lightness value of 876914 is 0.30.

The process color (four color CMYK) of #876914 color hex is 0.00, 0.22, 0.85, 0.47. Web safe color of #876914 is #996600. Color #876914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101001 00010100
Octal 207 151 24
Decimal 135 105 20
Hex 87 69 14

RGB Percentages of Color #876914

%51.92
%40.38
%7.69

CMYK Percentages of Color #876914

%0
%22
%85
%47

Triadic Colors of #876914

#876914 #148769 #691487

Analogous Colors of #876914

#876914 #6c8714 #872f14

Monochromatic Colors of #876914

#876914

Complementary Color

#876914 #143287

#876914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876914 Color CSS Codes

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

#876914 Text Font Color

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

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


#876914 Background Color

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

This div background color is #876914


#876914 Border Color

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

This div border color is #876914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,105,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876914;
  -webkit-box-shadow: 1px 1px 3px 2px #876914;
  box-shadow:         1px 1px 3px 2px #876914; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,105,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876914


Comments

No comments written yet.

Please login to write comment.