COLOR #85585A

HEX: #85585A
RGB: (133,88,90)

Color info

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

RGB color model

#85585A color RGB value is (133,88,90).

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

RGB channels and saturation

R 133 of 255 = 52%
G 88 of 255 = 35%
B 90 of 255 = 35%

133
88
90

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

Portions of RGB colors in percentages

R + G + B =
133 + 88 + 90 = 311 (100%)
R 133 of 311 ~ 42.77%
G 88 of 311 ~ 28.3%
B 90 of 311 ~ 28.94%

%42.77
%28.3
%28.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.83%
  • yellow value is 32.33%
  • 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
%32.33
%47.84

Codes

Color #85585A in popluar color models

85585A
RGB1338890
HSL357°20.36%43.33%
HSB/HSV357°33.83%52.16%
CMYK0.00%33.83%32.33%
47.84%

Color #85585A in popluar number systems.

HEX85585A
Decimal1338890
Binary1000010110110001011010
Octal205130132

Shades and tints

Shades of #85585A

#85585A
(133,88,90)
#795052
(121,80,82)
#6D484A
(109,72,74)
#614042
(97,64,66)
#55383A
(85,56,58)
#493032
(73,48,50)
#3D282A
(61,40,42)
#312022
(49,32,34)
#25181A
(37,24,26)
#191012
(25,16,18)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #85585A

#85585A
(133,88,90)
#906769
(144,103,105)
#9B7678
(155,118,120)
#A68587
(166,133,135)
#B19496
(177,148,150)
#BCA3A5
(188,163,165)
#C7B2B4
(199,178,180)
#D2C1C3
(210,193,195)
#DDD0D2
(221,208,210)
#E8DFE1
(232,223,225)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85585A; }

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

This text font color is #85585A.


Background Color

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

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

This div background color is #85585A.


Border color

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

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

This div border color is #85585A.


Opacity

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

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

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

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

This text has shadow with #85585A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85585A on black background.


Color preview on white background

This text has color #85585A on white background.



Black color preview on #85585A background

This text has black color on #85585A background.


White color preview on #85585A background

This text has white color on #85585A background.