Color Hex Logo

#85450e Color Hex

#85450E
(133,69,14)
0 Favorites   0 Comments

Color spaces of #85450e

RGB 1336914
HSL0.080.810.29
HSV28°89°52°
CMYK 0.000.480.89   0.48
XYZ11.88039.27451.5795
Yxy9.27450.52260.4080
Hunter Lab30.454116.339218.2428
CIE-Lab36.507523.670541.7530

#85450e color RGB value is (133,69,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000101 00001110
Octal 205 105 16
Decimal 133 69 14
Hex 85 45 E

RGB Percentages of Color #85450e

%61.57
%31.94
%6.48

CMYK Percentages of Color #85450e

%0
%48
%89
%48

Triadic Colors of #85450e

#85450e #0e8545 #450e85

Analogous Colors of #85450e

#85450e #85810e #850e12

Monochromatic Colors of #85450e

#85450e

Complementary Color

#85450e #0e4e85

#85450e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85450e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85450e Color CSS Codes

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

#85450e Text Font Color

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

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


#85450e Background Color

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

This div background color is #85450e


#85450e Border Color

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

This div border color is #85450e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85450e


Comments

No comments written yet.

Please login to write comment.