Color Hex Logo

#87841b Color Hex

#87841B
(135,132,27)
0 Favorites   0 Comments

Color spaces of #87841b

RGB 13513227
HSL0.160.670.32
HSV58°80°53°
CMYK 0.000.020.80   0.47
XYZ18.440821.73264.2598
Yxy21.73260.41500.4891
Hunter Lab46.6182-10.972627.2151
CIE-Lab53.7421-11.155852.3498

#87841b color RGB value is (135,132,27).

#87841b hex color red value is 135, green value is 132 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #87841b hue: 0.16 , saturation: 0.67 and the lightness value of 87841b is 0.32.

The process color (four color CMYK) of #87841b color hex is 0.00, 0.02, 0.80, 0.47. Web safe color of #87841b is #999933. Color #87841b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000100 00011011
Octal 207 204 33
Decimal 135 132 27
Hex 87 84 1B

RGB Percentages of Color #87841b

%45.92
%44.90
%9.18

CMYK Percentages of Color #87841b

%0
%2
%80
%47

Triadic Colors of #87841b

#87841b #1b8784 #841b87

Analogous Colors of #87841b

#87841b #54871b #874e1b

Monochromatic Colors of #87841b

#87841b

Complementary Color

#87841b #1b1e87

#87841b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87841b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87841b Color CSS Codes

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

#87841b Text Font Color

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

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


#87841b Background Color

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

This div background color is #87841b


#87841b Border Color

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

This div border color is #87841b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,132,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87841b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87841b;
  -webkit-box-shadow: 1px 1px 3px 2px #87841b;
  box-shadow:         1px 1px 3px 2px #87841b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87841b


Comments

No comments written yet.

Please login to write comment.