COLOR #85494F

HEX: #85494F
RGB: (133,73,79)

Color info

#85494F contains mainly red and blue colors. Web safe color of #85494F is #993366 (or #936).

RGB color model

#85494F color RGB value is (133,73,79).

  • red value is 133;
  • green value is 73;
  • blue value is 79.
RGB:
(133,73,79)
(52%,29%,31%)

RGB channels and saturation

R 133 of 255 = 52%
G 73 of 255 = 29%
B 79 of 255 = 31%

133
73
79

R + G + B ~ 37%. #85494F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 73 + 79 = 285 (100%)
R 133 of 285 ~ 46.67%
G 73 of 285 ~ 25.61%
B 79 of 285 ~ 27.72%

%46.67
%25.61
%27.72

CMYK color model

#85494F color CMYK value is (0,45,41,48).

  • cyan value is 0.00%
  • magenta value is 45.11%
  • yellow value is 40.60%
  • key color value is 47.84%
CMYK:
(0,45,41,48)
C0M45Y41K48 
(0%,45%,41%,48%)
(0.00/0.45/0.41/0.48)	

CMYK percentages

%0
%45.11
%40.6
%47.84

Codes

Color #85494F in popluar color models

85494F
RGB1337379
HSL354°29.13%40.39%
HSB/HSV354°45.11%52.16%
CMYK0.00%45.11%40.60%
47.84%

Color #85494F in popluar number systems.

HEX85494F
Decimal1337379
Binary1000010110010011001111
Octal205111117

Shades and tints

Shades of #85494F

#85494F
(133,73,79)
#794348
(121,67,72)
#6D3D41
(109,61,65)
#61373A
(97,55,58)
#553133
(85,49,51)
#492B2C
(73,43,44)
#3D2525
(61,37,37)
#311F1E
(49,31,30)
#251917
(37,25,23)
#191310
(25,19,16)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #85494F

#85494F
(133,73,79)
#90595F
(144,89,95)
#9B696F
(155,105,111)
#A6797F
(166,121,127)
#B1898F
(177,137,143)
#BC999F
(188,153,159)
#C7A9AF
(199,169,175)
#D2B9BF
(210,185,191)
#DDC9CF
(221,201,207)
#E8D9DF
(232,217,223)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85494F color. Also use rgb(133,73,79) instead hex code.

Text Font Color

.myTextColor { color: #85494F; }

<p style="color:#85494F">This sample text font color is #85494F.</p>

This text font color is #85494F.


Background Color

.myBgColor { background-color: #85494F; }

<div style="background-color:#85494F">Inner text</div>

This div background color is #85494F.


Border color

.myBorderColor { border: 1px solid #85494F; }

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

This div border color is #85494F.


Opacity

.myOpacity80 { color: #85494F; opacity: 0.8; }

<p style="color:#85494F;opacity:0.8;">80%</p>

Text with #85494F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #85494F;}

<p style="text-shadow: 3px 3px 1px #85494F">Text here.</p>

This text has shadow with #85494F color.

.textShadow {text-shadow: 3px 3px 1px #85494F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #85494F, 5px 5px 20px red">Text here.</p>

This text has shadow with #85494F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85494F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#85494F, Direction=45, Strength=4)">Text</p>

This text has shadow with #85494F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #85494F;
  -webkit-box-shadow:	1px 1px 3px 2px #85494F;
  box-shadow:		1px 1px 3px 2px #85494F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85494F;
-webkit-box-shadow: 1px 1px 3px 2px #85494F;
box-shadow:1px 1px 3px 2px #85494F;">
Div content here</div>
This div box has shadow with color #85494F.

Preview

Color preview on black background

This text has color #85494F on black background.


Color preview on white background

This text has color #85494F on white background.



Black color preview on #85494F background

This text has black color on #85494F background.


White color preview on #85494F background

This text has white color on #85494F background.