COLOR #85585B

HEX: #85585B
RGB: (133,88,91)

Color info

#85585B contains red, green and blue colors in about the same proportion. Web safe color of #85585B is #996666 (or #966).

RGB color model

#85585B color RGB value is (133,88,91).

  • red value is 133;
  • green value is 88;
  • blue value is 91.
RGB:
(133,88,91)
(52%,35%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 88 of 255 = 35%
B 91 of 255 = 36%

133
88
91

R + G + B ~ 41%. #85585B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 88 + 91 = 312 (100%)
R 133 of 312 ~ 42.63%
G 88 of 312 ~ 28.21%
B 91 of 312 ~ 29.17%

%42.63
%28.21
%29.17

CMYK color model

#85585B color CMYK value is (0,34,32,48).

  • cyan value is 0.00%
  • magenta value is 33.83%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(0,34,32,48)
C0M34Y32K48 
(0%,34%,32%,48%)
(0.00/0.34/0.32/0.48)	

CMYK percentages

%0
%33.83
%31.58
%47.84

Codes

Color #85585B in popluar color models

85585B
RGB1338891
HSL356°20.36%43.33%
HSB/HSV356°33.83%52.16%
CMYK0.00%33.83%31.58%
47.84%

Color #85585B in popluar number systems.

HEX85585B
Decimal1338891
Binary1000010110110001011011
Octal205130133

Shades and tints

Shades of #85585B

#85585B
(133,88,91)
#795053
(121,80,83)
#6D484B
(109,72,75)
#614043
(97,64,67)
#55383B
(85,56,59)
#493033
(73,48,51)
#3D282B
(61,40,43)
#312023
(49,32,35)
#25181B
(37,24,27)
#191013
(25,16,19)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #85585B

#85585B
(133,88,91)
#906769
(144,103,105)
#9B7677
(155,118,119)
#A68585
(166,133,133)
#B19493
(177,148,147)
#BCA3A1
(188,163,161)
#C7B2AF
(199,178,175)
#D2C1BD
(210,193,189)
#DDD0CB
(221,208,203)
#E8DFD9
(232,223,217)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85585B color. Also use rgb(133,88,91) instead hex code.

Text Font Color

.myTextColor { color: #85585B; }

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

This text font color is #85585B.


Background Color

.myBgColor { background-color: #85585B; }

<div style="background-color:#85585B">Inner text</div>

This div background color is #85585B.


Border color

.myBorderColor { border: 1px solid #85585B; }

<div style="border:3px solid #85585B">Div</div>

This div border color is #85585B.


Opacity

.myOpacity80 { color: #85585B; opacity: 0.8; }

<p style="color:#85585B;opacity:0.8;">80%</p>

Text with #85585B 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 #85585B;}

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

This text has shadow with #85585B color.

.textShadow {text-shadow: 3px 3px 1px #85585B, 3px 3px 1px red;}

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

This text has shadow with #85585B primary color and red secondary color.


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

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

This text has shadow with #85585B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85585B on black background.


Color preview on white background

This text has color #85585B on white background.



Black color preview on #85585B background

This text has black color on #85585B background.


White color preview on #85585B background

This text has white color on #85585B background.