Color Hex Logo

#85840f Color Hex

#85840F
(133,132,15)
0 Favorites   0 Comments

Color spaces of #85840f

RGB 13313215
HSL0.170.800.29
HSV59°89°52°
CMYK 0.000.010.89   0.48
XYZ18.010421.52363.6572
Yxy21.52360.41700.4983
Hunter Lab46.3935-11.893327.8016
CIE-Lab53.5178-12.458755.3287

#85840f color RGB value is (133,132,15).

#85840f hex color red value is 133, green value is 132 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #85840f hue: 0.17 , saturation: 0.80 and the lightness value of 85840f is 0.29.

The process color (four color CMYK) of #85840f color hex is 0.00, 0.01, 0.89, 0.48. Web safe color of #85840f is #999900. Color #85840f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000100 00001111
Octal 205 204 17
Decimal 133 132 15
Hex 85 84 F

RGB Percentages of Color #85840f

%47.50
%47.14
%5.36

CMYK Percentages of Color #85840f

%0
%1
%89
%48

Triadic Colors of #85840f

#85840f #0f8584 #840f85

Analogous Colors of #85840f

#85840f #4b850f #85490f

Monochromatic Colors of #85840f

#85840f

Complementary Color

#85840f #0f1085

#85840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85840f Color CSS Codes

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

#85840f Text Font Color

<p style="color:#85840f">Text here</p>

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


#85840f Background Color

<div style="background-color:#85840f">
Div content here</div>

This div background color is #85840f


#85840f Border Color

<div style="border:3px solid #85840f">
Div here</div>

This div border color is #85840f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,132,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85840f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85840f;
  -webkit-box-shadow: 1px 1px 3px 2px #85840f;
  box-shadow:         1px 1px 3px 2px #85840f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85840f


Comments

No comments written yet.

Please login to write comment.