Color Hex Logo

#85760e Color Hex

#85760E
(133,118,14)
0 Favorites   0 Comments

Color spaces of #85760e

RGB 13311814
HSL0.150.810.29
HSV52°89°52°
CMYK 0.000.110.89   0.48
XYZ16.230617.97513.0296
Yxy17.97510.43590.4827
Hunter Lab42.3971-5.860825.4412
CIE-Lab49.4659-4.783452.2677

#85760e color RGB value is (133,118,14).

#85760e hex color red value is 133, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #85760e hue: 0.15 , saturation: 0.81 and the lightness value of 85760e is 0.29.

The process color (four color CMYK) of #85760e color hex is 0.00, 0.11, 0.89, 0.48. Web safe color of #85760e is #996600. Color #85760e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110110 00001110
Octal 205 166 16
Decimal 133 118 14
Hex 85 76 E

RGB Percentages of Color #85760e

%50.19
%44.53
%5.28

CMYK Percentages of Color #85760e

%0
%11
%89
%48

Triadic Colors of #85760e

#85760e #0e8576 #760e85

Analogous Colors of #85760e

#85760e #59850e #853b0e

Monochromatic Colors of #85760e

#85760e

Complementary Color

#85760e #0e1d85

#85760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85760e Color CSS Codes

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

#85760e Text Font Color

<p style="color:#85760e">Text here</p>

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


#85760e Background Color

<div style="background-color:#85760e">
Div content here</div>

This div background color is #85760e


#85760e Border Color

<div style="border:3px solid #85760e">
Div here</div>

This div border color is #85760e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,118,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85760e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85760e;
  -webkit-box-shadow: 1px 1px 3px 2px #85760e;
  box-shadow:         1px 1px 3px 2px #85760e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85760e


Comments

No comments written yet.

Please login to write comment.