Color Hex Logo

#85484d Color Hex

#85484D
(133,72,77)
0 Favorites   0 Comments

Color spaces of #85484d

RGB 1337277
HSL0.990.300.40
HSV355°46°52°
CMYK 0.000.460.42   0.48
XYZ13.329810.15718.2791
Yxy10.15710.41960.3197
Hunter Lab31.870218.88536.9071
CIE-Lab38.122926.48728.5853

#85484d color RGB value is (133,72,77).

#85484d hex color red value is 133, green value is 72 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #85484d hue: 0.99 , saturation: 0.30 and the lightness value of 85484d is 0.40.

The process color (four color CMYK) of #85484d color hex is 0.00, 0.46, 0.42, 0.48. Web safe color of #85484d is #993366. Color #85484d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 01001101
Octal 205 110 115
Decimal 133 72 77
Hex 85 48 4D

RGB Percentages of Color #85484d

%47.16
%25.53
%27.30

CMYK Percentages of Color #85484d

%0
%46
%42
%48

Triadic Colors of #85484d

#85484d #4d8548 #484d85

Analogous Colors of #85484d

#85484d #856248 #85486c

Monochromatic Colors of #85484d

#85484d

Complementary Color

#85484d #488580

#85484d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85484d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85484d Color CSS Codes

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

#85484d Text Font Color

<p style="color:#85484d">Text here</p>

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


#85484d Background Color

<div style="background-color:#85484d">
Div content here</div>

This div background color is #85484d


#85484d Border Color

<div style="border:3px solid #85484d">
Div here</div>

This div border color is #85484d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,72,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85484d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85484d;
  -webkit-box-shadow: 1px 1px 3px 2px #85484d;
  box-shadow:         1px 1px 3px 2px #85484d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85484d


Comments

No comments written yet.

Please login to write comment.