Color Hex Logo

#85494e Color Hex

#85494E
(133,73,78)
0 Favorites   0 Comments

Color spaces of #85494e

RGB 1337378
HSL0.990.290.40
HSV355°45°52°
CMYK 0.000.450.41   0.48
XYZ13.430610.30178.4883
Yxy10.30170.41680.3197
Hunter Lab32.096318.52446.7873
CIE-Lab38.378526.03858.3183

#85494e color RGB value is (133,73,78).

#85494e hex color red value is 133, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #85494e hue: 0.99 , saturation: 0.29 and the lightness value of 85494e is 0.40.

The process color (four color CMYK) of #85494e color hex is 0.00, 0.45, 0.41, 0.48. Web safe color of #85494e is #993366. Color #85494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001001 01001110
Octal 205 111 116
Decimal 133 73 78
Hex 85 49 4E

RGB Percentages of Color #85494e

%46.83
%25.70
%27.46

CMYK Percentages of Color #85494e

%0
%45
%41
%48

Triadic Colors of #85494e

#85494e #4e8549 #494e85

Analogous Colors of #85494e

#85494e #856249 #85496c

Monochromatic Colors of #85494e

#85494e

Complementary Color

#85494e #498580

#85494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85494e Color CSS Codes

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

#85494e Text Font Color

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

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


#85494e Background Color

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

This div background color is #85494e


#85494e Border Color

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

This div border color is #85494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85494e


Comments

No comments written yet.

Please login to write comment.