COLOR #85948F

HEX: #85948F RGB: (133,148,143)

Color info

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

RGB color model

#85948F color RGB value is (133,148,143).

RGB: (133,148,143) (52%, 58%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 143 of 255 = 56%

133
148
143

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

Portions of RGB colors in percentages

R + G + B = 133 + 148 + 143 = 424 (100%)
R 133 of 424 ~ 31.37%
G 148 of 424 ~ 34.91%
B 143 of 424 ~ 33.73'%

%31.37
%34.91
%33.73

CMYK color model

#85948F color CMYK value is (10,0,3,42).

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

CMYK: (10,0,3,42)
C10M0Y3K42 (10%, 0%, 3%, 42%)
(0.10 / 0.00 / 0.03 / 0.42)

CMYK percentages

%10.14
%0
%3.38
%41.96

Codes

Color #85948F in popluar color models

85 94 8F
RGB 133 148 143
HSL 160° 6.55% 55.10%
HSB/HSV 160° 10.14% 58.04%
CMYK 10.14% 0.00% 3.38%
41.96%

Color #85948F in popluar number systems.

HEX 85 94 8F
Decimal 133 148 143
Binary 10000101 10010100 10001111
Octal 205 224 217

Shades and tints

Shades of #85948F

#85948F
(133,148,143)
#798782
(121,135,130)
#6D7A75
(109,122,117)
#616D68
(97,109,104)
#55605B
(85,96,91)
#49534E
(73,83,78)
#3D4641
(61,70,65)
#313934
(49,57,52)
#252C27
(37,44,39)
#191F1A
(25,31,26)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #85948F

#85948F
(133,148,143)
#909D99
(144,157,153)
#9BA6A3
(155,166,163)
#A6AFAD
(166,175,173)
#B1B8B7
(177,184,183)
#BCC1C1
(188,193,193)
#C7CACB
(199,202,203)
#D2D3D5
(210,211,213)
#DDDCDF
(221,220,223)
#E8E5E9
(232,229,233)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85948F; }

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

This text font color is #85948F.

Background Color

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

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

This div background color is #85948F.

Border color

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

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

This div border color is #85948F.

Opacity

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

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

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

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

This text has shadow with #85948F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85948F.

Preview

Color preview on black background

This text has color #85948F on black background.


Color preview on white background

This text has color #85948F on white background.


Black color preview on #85948F background

This text has black color on #85948F background.


White color preview on #85948F background

This text has white color on #85948F background.


Related colors

Complementary color

Complementary color for #hex is #7A6B70.


I love getcolorcode.com

Triadic colors

1 #8F8594 and #948F85 with #85948F are triadic colors.

2 #8F9485 and #94858F with #85948F are triadic colors.