COLOR #85908D

HEX: #85908D
RGB: (133,144,141)

Color info

#85908D contains red, green and blue colors in about the same proportion. Web safe color of #85908D is #999999 (or #999).

RGB color model

#85908D color RGB value is (133,144,141).

  • red value is 133;
  • green value is 144;
  • blue value is 141.
RGB:
(133,144,141)
(52%,56%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 144 of 255 = 56%
B 141 of 255 = 55%

133
144
141

R + G + B ~ 54%. #85908D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 144 + 141 = 418 (100%)
R 133 of 418 ~ 31.82%
G 144 of 418 ~ 34.45%
B 141 of 418 ~ 33.73%

%31.82
%34.45
%33.73

CMYK color model

#85908D color CMYK value is (8,0,2,44).

  • cyan value is 7.64%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(8,0,2,44)
C8M0Y2K44 
(8%,0%,2%,44%)
(0.08/0.00/0.02/0.44)	

CMYK percentages

%7.64
%0
%2.08
%43.53

Codes

Color #85908D in popluar color models

85908D
RGB133144141
HSL164°4.72%54.31%
HSB/HSV164°7.64%56.47%
CMYK7.64%0.00%2.08%
43.53%

Color #85908D in popluar number systems.

HEX85908D
Decimal133144141
Binary100001011001000010001101
Octal205220215

Shades and tints

Shades of #85908D

#85908D
(133,144,141)
#798381
(121,131,129)
#6D7675
(109,118,117)
#616969
(97,105,105)
#555C5D
(85,92,93)
#494F51
(73,79,81)
#3D4245
(61,66,69)
#313539
(49,53,57)
#25282D
(37,40,45)
#191B21
(25,27,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #85908D

#85908D
(133,144,141)
#909A97
(144,154,151)
#9BA4A1
(155,164,161)
#A6AEAB
(166,174,171)
#B1B8B5
(177,184,181)
#BCC2BF
(188,194,191)
#C7CCC9
(199,204,201)
#D2D6D3
(210,214,211)
#DDE0DD
(221,224,221)
#E8EAE7
(232,234,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85908D color. Also use rgb(133,144,141) instead hex code.

Text Font Color

.myTextColor { color: #85908D; }

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

This text font color is #85908D.


Background Color

.myBgColor { background-color: #85908D; }

<div style="background-color:#85908D">Inner text</div>

This div background color is #85908D.


Border color

.myBorderColor { border: 1px solid #85908D; }

<div style="border:3px solid #85908D">Div</div>

This div border color is #85908D.


Opacity

.myOpacity80 { color: #85908D; opacity: 0.8; }

<p style="color:#85908D;opacity:0.8;">80%</p>

Text with #85908D 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 #85908D;}

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

This text has shadow with #85908D color.

.textShadow {text-shadow: 3px 3px 1px #85908D, 3px 3px 1px red;}

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

This text has shadow with #85908D primary color and red secondary color.


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

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

This text has shadow with #85908D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85908D on black background.


Color preview on white background

This text has color #85908D on white background.



Black color preview on #85908D background

This text has black color on #85908D background.


White color preview on #85908D background

This text has white color on #85908D background.