Color Hex Logo

#87612b Color Hex

#87612B
(135,97,43)
0 Favorites   0 Comments

Color spaces of #87612b

RGB 1359743
HSL0.100.520.35
HSV35°68°53°
CMYK 0.000.280.68   0.47
XYZ14.702413.87474.1887
Yxy13.87470.44870.4235
Hunter Lab37.24885.270119.4068
CIE-Lab44.05279.554736.0237

#87612b color RGB value is (135,97,43).

#87612b hex color red value is 135, green value is 97 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #87612b hue: 0.10 , saturation: 0.52 and the lightness value of 87612b is 0.35.

The process color (four color CMYK) of #87612b color hex is 0.00, 0.28, 0.68, 0.47. Web safe color of #87612b is #996633. Color #87612b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100001 00101011
Octal 207 141 53
Decimal 135 97 43
Hex 87 61 2B

RGB Percentages of Color #87612b

%49.09
%35.27
%15.64

CMYK Percentages of Color #87612b

%0
%28
%68
%47

Triadic Colors of #87612b

#87612b #2b8761 #612b87

Analogous Colors of #87612b

#87612b #7f872b #87332b

Monochromatic Colors of #87612b

#87612b

Complementary Color

#87612b #2b5187

#87612b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87612b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87612b Color CSS Codes

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

#87612b Text Font Color

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

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


#87612b Background Color

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

This div background color is #87612b


#87612b Border Color

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

This div border color is #87612b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87612b


Comments

No comments written yet.

Please login to write comment.