COLOR #85948E

HEX: #85948E RGB: (133,148,142)

Color info

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

RGB color model

#85948E color RGB value is (133,148,142).

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

RGB channels and saturation

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

133
148
142

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

Portions of RGB colors in percentages

R + G + B = 133 + 148 + 142 = 423 (100%)
R 133 of 423 ~ 31.44%
G 148 of 423 ~ 34.99%
B 142 of 423 ~ 33.57'%

%31.44
%34.99
%33.57

CMYK color model

#85948E color CMYK value is (10,0,4,42).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 41.96%
CMYK: (10,0,4,42) C10M0Y4K42 (10%,0%,4%,42%) (0.10/0.00/0.04/0.42) 

CMYK percentages

%10.14
%0
%4.05
%41.96

Codes

Color #85948E in popluar color models

85 94 8E
RGB 133 148 142
HSL 156° 6.55% 55.10%
HSB/HSV 156° 10.14% 58.04%
CMYK 10.14% 0.00% 4.05%
41.96%

Color #85948E in popluar number systems.

HEX 85 94 8E
Decimal 133 148 142
Binary 10000101 10010100 10001110
Octal 205 224 216

Shades and tints

Shades of #85948E

#85948E
(133,148,142)
#798782
(121,135,130)
#6D7A76
(109,122,118)
#616D6A
(97,109,106)
#55605E
(85,96,94)
#495352
(73,83,82)
#3D4646
(61,70,70)
#31393A
(49,57,58)
#252C2E
(37,44,46)
#191F22
(25,31,34)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #85948E

#85948E
(133,148,142)
#909D98
(144,157,152)
#9BA6A2
(155,166,162)
#A6AFAC
(166,175,172)
#B1B8B6
(177,184,182)
#BCC1C0
(188,193,192)
#C7CACA
(199,202,202)
#D2D3D4
(210,211,212)
#DDDCDE
(221,220,222)
#E8E5E8
(232,229,232)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85948E; }

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

This text font color is #85948E.

Background Color

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

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

This div background color is #85948E.

Border color

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

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

This div border color is #85948E.

Opacity

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

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

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

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

This text has shadow with #85948E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85948E.

Preview

Color preview on black background

This text has color #85948E on black background.


Color preview on white background

This text has color #85948E on white background.


Black color preview on #85948E background

This text has black color on #85948E background.


White color preview on #85948E background

This text has white color on #85948E background.


Related colors

Complementary color

Complementary color for #hex is #7A6B71.


I love getcolorcode.com

Triadic colors

1 #8E8594 and #948E85 with #85948E are triadic colors.

2 #8E9485 and #94858E with #85948E are triadic colors.