Color Hex Logo

#87733c Color Hex

#87733C
(135,115,60)
0 Favorites   0 Comments

Color spaces of #87733c

RGB 13511560
HSL0.120.380.38
HSV44°56°53°
CMYK 0.000.150.56   0.47
XYZ16.938017.73866.8061
Yxy17.73860.40830.4276
Hunter Lab42.1172-1.919019.9008
CIE-Lab49.17750.432533.0014

#87733c color RGB value is (135,115,60).

#87733c hex color red value is 135, green value is 115 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #87733c hue: 0.12 , saturation: 0.38 and the lightness value of 87733c is 0.38.

The process color (four color CMYK) of #87733c color hex is 0.00, 0.15, 0.56, 0.47. Web safe color of #87733c is #996633. Color #87733c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110011 00111100
Octal 207 163 74
Decimal 135 115 60
Hex 87 73 3C

RGB Percentages of Color #87733c

%43.55
%37.10
%19.35

CMYK Percentages of Color #87733c

%0
%15
%56
%47

Triadic Colors of #87733c

#87733c #3c8773 #733c87

Analogous Colors of #87733c

#87733c #76873c #874e3c

Monochromatic Colors of #87733c

#87733c

Complementary Color

#87733c #3c5087

#87733c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87733c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87733c Color CSS Codes

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

#87733c Text Font Color

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

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


#87733c Background Color

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

This div background color is #87733c


#87733c Border Color

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

This div border color is #87733c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,115,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87733c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87733c;
  -webkit-box-shadow: 1px 1px 3px 2px #87733c;
  box-shadow:         1px 1px 3px 2px #87733c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87733c


Comments

No comments written yet.

Please login to write comment.