Color Hex Logo

#87961d Color Hex

#87961D
(135,150,29)
0 Favorites   0 Comments

Color spaces of #87961d

RGB 13515029
HSL0.190.680.35
HSV67°81°59°
CMYK 0.100.000.81   0.41
XYZ21.119827.05235.2709
Yxy27.05230.39520.5062
Hunter Lab52.0118-18.539430.3998
CIE-Lab59.0227-20.528756.4589

#87961d color RGB value is (135,150,29).

#87961d hex color red value is 135, green value is 150 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #87961d hue: 0.19 , saturation: 0.68 and the lightness value of 87961d is 0.35.

The process color (four color CMYK) of #87961d color hex is 0.10, 0.00, 0.81, 0.41. Web safe color of #87961d is #999933. Color #87961d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010110 00011101
Octal 207 226 35
Decimal 135 150 29
Hex 87 96 1D

RGB Percentages of Color #87961d

%42.99
%47.77
%9.24

CMYK Percentages of Color #87961d

%10
%0
%81
%41

Triadic Colors of #87961d

#87961d #1d8796 #961d87

Analogous Colors of #87961d

#87961d #4b961d #96691d

Monochromatic Colors of #87961d

#87961d

Complementary Color

#87961d #2c1d96

#87961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87961d Color CSS Codes

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

#87961d Text Font Color

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

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


#87961d Background Color

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

This div background color is #87961d


#87961d Border Color

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

This div border color is #87961d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,150,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87961d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87961d;
  -webkit-box-shadow: 1px 1px 3px 2px #87961d;
  box-shadow:         1px 1px 3px 2px #87961d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87961d


Comments

No comments written yet.

Please login to write comment.