Color Hex Logo

#87661b Color Hex

#87661B
(135,102,27)
0 Favorites   0 Comments

Color spaces of #87661b

RGB 13510227
HSL0.120.670.32
HSV42°80°53°
CMYK 0.000.240.80   0.47
XYZ14.940914.73283.0931
Yxy14.73280.45600.4496
Hunter Lab38.38332.311222.0905
CIE-Lab45.26605.768444.6061

#87661b color RGB value is (135,102,27).

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

The process color (four color CMYK) of #87661b color hex is 0.00, 0.24, 0.80, 0.47. Web safe color of #87661b is #996633. Color #87661b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100110 00011011
Octal 207 146 33
Decimal 135 102 27
Hex 87 66 1B

RGB Percentages of Color #87661b

%51.14
%38.64
%10.23

CMYK Percentages of Color #87661b

%0
%24
%80
%47

Triadic Colors of #87661b

#87661b #1b8766 #661b87

Analogous Colors of #87661b

#87661b #72871b #87301b

Monochromatic Colors of #87661b

#87661b

Complementary Color

#87661b #1b3c87

#87661b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87661b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87661b Color CSS Codes

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

#87661b Text Font Color

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

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


#87661b Background Color

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

This div background color is #87661b


#87661b Border Color

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

This div border color is #87661b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,102,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 #87661b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87661b


Comments

No comments written yet.

Please login to write comment.