Color Hex Logo

#85813c Color Hex

#85813C
(133,129,60)
0 Favorites   0 Comments

Color spaces of #85813c

RGB 13312960
HSL0.160.380.38
HSV57°55°52°
CMYK 0.000.030.55   0.48
XYZ18.338721.01337.3644
Yxy21.01330.39260.4498
Hunter Lab45.8403-8.810422.5630
CIE-Lab52.9640-8.337237.4164

#85813c color RGB value is (133,129,60).

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

The process color (four color CMYK) of #85813c color hex is 0.00, 0.03, 0.55, 0.48. Web safe color of #85813c is #999933. Color #85813c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000001 00111100
Octal 205 201 74
Decimal 133 129 60
Hex 85 81 3C

RGB Percentages of Color #85813c

%41.30
%40.06
%18.63

CMYK Percentages of Color #85813c

%0
%3
%55
%48

Triadic Colors of #85813c

#85813c #3c8581 #813c85

Analogous Colors of #85813c

#85813c #65853c #855c3c

Monochromatic Colors of #85813c

#85813c

Complementary Color

#85813c #3c4085

#85813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85813c Color CSS Codes

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

#85813c Text Font Color

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

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


#85813c Background Color

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

This div background color is #85813c


#85813c Border Color

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

This div border color is #85813c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,129,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 #85813c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85813c


Comments

No comments written yet.

Please login to write comment.