COLOR #85948C

HEX: #85948C RGB: (133,148,140)

Color info

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

RGB color model

#85948C color RGB value is (133,148,140).

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

RGB channels and saturation

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

133
148
140

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

Portions of RGB colors in percentages

R + G + B = 133 + 148 + 140 = 421 (100%)
R 133 of 421 ~ 31.59%
G 148 of 421 ~ 35.15%
B 140 of 421 ~ 33.25'%

%31.59
%35.15
%33.25

CMYK color model

#85948C color CMYK value is (10,0,5,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 41.96%

CMYK: (10,0,5,42)
C10M0Y5K42 (10%, 0%, 5%, 42%)
(0.10 / 0.00 / 0.05 / 0.42)

CMYK percentages

%10.14
%0
%5.41
%41.96

Codes

Color #85948C in popluar color models

85 94 8C
RGB 133 148 140
HSL 148° 6.55% 55.10%
HSB/HSV 148° 10.14% 58.04%
CMYK 10.14% 0.00% 5.41%
41.96%

Color #85948C in popluar number systems.

HEX 85 94 8C
Decimal 133 148 140
Binary 10000101 10010100 10001100
Octal 205 224 214

Shades and tints

Shades of #85948C

#85948C
(133,148,140)
#798780
(121,135,128)
#6D7A74
(109,122,116)
#616D68
(97,109,104)
#55605C
(85,96,92)
#495350
(73,83,80)
#3D4644
(61,70,68)
#313938
(49,57,56)
#252C2C
(37,44,44)
#191F20
(25,31,32)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #85948C

#85948C
(133,148,140)
#909D96
(144,157,150)
#9BA6A0
(155,166,160)
#A6AFAA
(166,175,170)
#B1B8B4
(177,184,180)
#BCC1BE
(188,193,190)
#C7CAC8
(199,202,200)
#D2D3D2
(210,211,210)
#DDDCDC
(221,220,220)
#E8E5E6
(232,229,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85948C; }

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

This text font color is #85948C.

Background Color

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

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

This div background color is #85948C.

Border color

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

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

This div border color is #85948C.

Opacity

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

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

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

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

This text has shadow with #85948C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85948C.

Preview

Color preview on black background

This text has color #85948C on black background.


Color preview on white background

This text has color #85948C on white background.


Black color preview on #85948C background

This text has black color on #85948C background.


White color preview on #85948C background

This text has white color on #85948C background.


Related colors

Complementary color

Complementary color for #hex is #7A6B73.


I love getcolorcode.com

Triadic colors

1 #8C8594 and #948C85 with #85948C are triadic colors.

2 #8C9485 and #94858C with #85948C are triadic colors.