Color Hex Logo

#85454a Color Hex

#85454A
(133,69,74)
0 Favorites   0 Comments

Color spaces of #85454a

RGB 1336974
HSL0.990.320.40
HSV355°48°52°
CMYK 0.000.480.44   0.48
XYZ13.03709.73727.6709
Yxy9.73720.42820.3198
Hunter Lab31.204519.96817.2681
CIE-Lab37.366627.83119.4091

#85454a color RGB value is (133,69,74).

#85454a hex color red value is 133, green value is 69 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #85454a hue: 0.99 , saturation: 0.32 and the lightness value of 85454a is 0.40.

The process color (four color CMYK) of #85454a color hex is 0.00, 0.48, 0.44, 0.48. Web safe color of #85454a is #993333. Color #85454a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000101 01001010
Octal 205 105 112
Decimal 133 69 74
Hex 85 45 4A

RGB Percentages of Color #85454a

%48.19
%25.00
%26.81

CMYK Percentages of Color #85454a

%0
%48
%44
%48

Triadic Colors of #85454a

#85454a #4a8545 #454a85

Analogous Colors of #85454a

#85454a #856045 #85456a

Monochromatic Colors of #85454a

#85454a

Complementary Color

#85454a #458580

#85454a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85454a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85454a Color CSS Codes

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

#85454a Text Font Color

<p style="color:#85454a">Text here</p>

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


#85454a Background Color

<div style="background-color:#85454a">
Div content here</div>

This div background color is #85454a


#85454a Border Color

<div style="border:3px solid #85454a">
Div here</div>

This div border color is #85454a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85454a


Comments

No comments written yet.

Please login to write comment.