Color Hex Logo

#87803a Color Hex

#87803A
(135,128,58)
0 Favorites   0 Comments

Color spaces of #87803a

RGB 13512858
HSL0.150.400.38
HSV55°57°53°
CMYK 0.000.050.57   0.47
XYZ18.474620.89477.0624
Yxy20.89470.39790.4500
Hunter Lab45.7107-7.850622.8371
CIE-Lab52.8341-7.065038.3217

#87803a color RGB value is (135,128,58).

#87803a hex color red value is 135, green value is 128 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #87803a hue: 0.15 , saturation: 0.40 and the lightness value of 87803a is 0.38.

The process color (four color CMYK) of #87803a color hex is 0.00, 0.05, 0.57, 0.47. Web safe color of #87803a is #999933. Color #87803a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000000 00111010
Octal 207 200 72
Decimal 135 128 58
Hex 87 80 3A

RGB Percentages of Color #87803a

%42.06
%39.88
%18.07

CMYK Percentages of Color #87803a

%0
%5
%57
%47

Triadic Colors of #87803a

#87803a #3a8780 #803a87

Analogous Colors of #87803a

#87803a #68873a #875a3a

Monochromatic Colors of #87803a

#87803a

Complementary Color

#87803a #3a4187

#87803a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87803a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87803a Color CSS Codes

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

#87803a Text Font Color

<p style="color:#87803a">Text here</p>

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


#87803a Background Color

<div style="background-color:#87803a">
Div content here</div>

This div background color is #87803a


#87803a Border Color

<div style="border:3px solid #87803a">
Div here</div>

This div border color is #87803a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,128,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87803a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87803a;
  -webkit-box-shadow: 1px 1px 3px 2px #87803a;
  box-shadow:         1px 1px 3px 2px #87803a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87803a


Comments

No comments written yet.

Please login to write comment.