Color Hex Logo

#85420e Color Hex

#85420E
(133,66,14)
0 Favorites   0 Comments

Color spaces of #85420e

RGB 1336614
HSL0.070.810.29
HSV26°89°52°
CMYK 0.000.500.89   0.48
XYZ11.70038.91471.5195
Yxy8.91470.52860.4028
Hunter Lab29.857517.698417.8829
CIE-Lab35.819525.366941.1925

#85420e color RGB value is (133,66,14).

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

The process color (four color CMYK) of #85420e color hex is 0.00, 0.50, 0.89, 0.48. Web safe color of #85420e is #993300. Color #85420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000010 00001110
Octal 205 102 16
Decimal 133 66 14
Hex 85 42 E

RGB Percentages of Color #85420e

%62.44
%30.99
%6.57

CMYK Percentages of Color #85420e

%0
%50
%89
%48

Triadic Colors of #85420e

#85420e #0e8542 #420e85

Analogous Colors of #85420e

#85420e #857e0e #850e16

Monochromatic Colors of #85420e

#85420e

Complementary Color

#85420e #0e5185

#85420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85420e Color CSS Codes

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

#85420e Text Font Color

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

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


#85420e Background Color

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

This div background color is #85420e


#85420e Border Color

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

This div border color is #85420e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85420e


Comments

No comments written yet.

Please login to write comment.