COLOR #85948B

HEX: #85948B RGB: (133,148,139)

Color info

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

RGB color model

#85948B color RGB value is (133,148,139).

RGB: (133,148,139) (52%, 58%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 139 of 255 = 55%

133
148
139

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

Portions of RGB colors in percentages

R + G + B = 133 + 148 + 139 = 420 (100%)
R 133 of 420 ~ 31.67%
G 148 of 420 ~ 35.24%
B 139 of 420 ~ 33.1'%

%31.67
%35.24
%33.1

CMYK color model

#85948B color CMYK value is (10,0,6,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 41.96%
CMYK: (10,0,6,42) C10M0Y6K42 (10%,0%,6%,42%) (0.10/0.00/0.06/0.42) 

CMYK percentages

%10.14
%0
%6.08
%41.96

Codes

Color #85948B in popluar color models

85 94 8B
RGB 133 148 139
HSL 144° 6.55% 55.10%
HSB/HSV 144° 10.14% 58.04%
CMYK 10.14% 0.00% 6.08%
41.96%

Color #85948B in popluar number systems.

HEX 85 94 8B
Decimal 133 148 139
Binary 10000101 10010100 10001011
Octal 205 224 213

Shades and tints

Shades of #85948B

#85948B
(133,148,139)
#79877F
(121,135,127)
#6D7A73
(109,122,115)
#616D67
(97,109,103)
#55605B
(85,96,91)
#49534F
(73,83,79)
#3D4643
(61,70,67)
#313937
(49,57,55)
#252C2B
(37,44,43)
#191F1F
(25,31,31)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #85948B

#85948B
(133,148,139)
#909D95
(144,157,149)
#9BA69F
(155,166,159)
#A6AFA9
(166,175,169)
#B1B8B3
(177,184,179)
#BCC1BD
(188,193,189)
#C7CAC7
(199,202,199)
#D2D3D1
(210,211,209)
#DDDCDB
(221,220,219)
#E8E5E5
(232,229,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85948B color. Also use rgb(133,148,139) instead hex code.

Text Font Color

.myTextColor { color: #85948B; }

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

This text font color is #85948B.

Background Color

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

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

This div background color is #85948B.

Border color

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

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

This div border color is #85948B.

Opacity

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

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

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

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

This text has shadow with #85948B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85948B.

Preview

Color preview on black background

This text has color #85948B on black background.


Color preview on white background

This text has color #85948B on white background.


Black color preview on #85948B background

This text has black color on #85948B background.


White color preview on #85948B background

This text has white color on #85948B background.


Related colors

Complementary color

Complementary color for #hex is #7A6B74.


I love getcolorcode.com

Triadic colors

1 #8B8594 and #948B85 with #85948B are triadic colors.

2 #8B9485 and #94858B with #85948B are triadic colors.