Color Hex Logo

#85770c Color Hex

#85770C
(133,119,12)
0 Favorites   0 Comments

Color spaces of #85770c

RGB 13311912
HSL0.150.830.28
HSV53°91°52°
CMYK 0.000.110.91   0.48
XYZ16.336118.20673.0011
Yxy18.20670.43510.4849
Hunter Lab42.6693-6.331925.6984
CIE-Lab49.7459-5.390452.9410

#85770c color RGB value is (133,119,12).

#85770c hex color red value is 133, green value is 119 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #85770c hue: 0.15 , saturation: 0.83 and the lightness value of 85770c is 0.28.

The process color (four color CMYK) of #85770c color hex is 0.00, 0.11, 0.91, 0.48. Web safe color of #85770c is #996600. Color #85770c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110111 00001100
Octal 205 167 14
Decimal 133 119 12
Hex 85 77 C

RGB Percentages of Color #85770c

%50.38
%45.08
%4.55

CMYK Percentages of Color #85770c

%0
%11
%91
%48

Triadic Colors of #85770c

#85770c #0c8577 #770c85

Analogous Colors of #85770c

#85770c #56850c #853b0c

Monochromatic Colors of #85770c

#85770c

Complementary Color

#85770c #0c1a85

#85770c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85770c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85770c Color CSS Codes

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

#85770c Text Font Color

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

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


#85770c Background Color

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

This div background color is #85770c


#85770c Border Color

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

This div border color is #85770c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,119,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85770c


Comments

No comments written yet.

Please login to write comment.