COLOR #858D92

HEX: #858D92 RGB: (133,141,146)

Color info

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

RGB color model

#858D92 color RGB value is (133,141,146).

RGB: (133,141,146) (52%, 55%, 57%)

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 146 of 255 = 57%

133
141
146

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

Portions of RGB colors in percentages

R + G + B = 133 + 141 + 146 = 420 (100%)
R 133 of 420 ~ 31.67%
G 141 of 420 ~ 33.57%
B 146 of 420 ~ 34.76'%

%31.67
%33.57
%34.76

CMYK color model

#858D92 color CMYK value is (9,3,0,43).

  • cyan value is 8.90%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (9,3,0,43)
C9M3Y0K43 (9%, 3%, 0%, 43%)
(0.09 / 0.03 / 0.00 / 0.43)

CMYK percentages

%8.9
%3.42
%0
%42.75

Codes

Color #858D92 in popluar color models

85 8D 92
RGB 133 141 146
HSL 203° 5.63% 54.71%
HSB/HSV 203° 8.90% 57.25%
CMYK 8.90% 3.42% 0.00%
42.75%

Color #858D92 in popluar number systems.

HEX 85 8D 92
Decimal 133 141 146
Binary 10000101 10001101 10010010
Octal 205 215 222

Shades and tints

Shades of #858D92

#858D92
(133,141,146)
#798185
(121,129,133)
#6D7578
(109,117,120)
#61696B
(97,105,107)
#555D5E
(85,93,94)
#495151
(73,81,81)
#3D4544
(61,69,68)
#313937
(49,57,55)
#252D2A
(37,45,42)
#19211D
(25,33,29)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #858D92

#858D92
(133,141,146)
#90979B
(144,151,155)
#9BA1A4
(155,161,164)
#A6ABAD
(166,171,173)
#B1B5B6
(177,181,182)
#BCBFBF
(188,191,191)
#C7C9C8
(199,201,200)
#D2D3D1
(210,211,209)
#DDDDDA
(221,221,218)
#E8E7E3
(232,231,227)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858D92 color. Also use rgb(133,141,146) instead hex code.

Text Font Color

.myTextColor { color: #858D92; }

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

This text font color is #858D92.

Background Color

.myBgColor { background-color: #858D92; }

<div style="background-color:#858D92">Inner text</div>

This div background color is #858D92.

Border color

.myBorderColor { border: 1px solid #858D92; }

<div style="border:3px solid #858D92">Div</div>

This div border color is #858D92.

Opacity

.myOpacity80 { color: #858D92; opacity: 0.8; }

<p style="color:#858D92;opacity:0.8;">80%</p>

Text with #858D92 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 #858D92;}

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

This text has shadow with #858D92 color.


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

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

This text has shadow with #858D92 primary color and red secondary color.


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

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

This text has shadow with #858D92 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #858D92.

Preview

Color preview on black background

This text has color #858D92 on black background.


Color preview on white background

This text has color #858D92 on white background.


Black color preview on #858D92 background

This text has black color on #858D92 background.


White color preview on #858D92 background

This text has white color on #858D92 background.


Related colors

Complementary color

Complementary color for #hex is #7A726D.


I love getcolorcode.com

Triadic colors

1 #92858D and #8D9285 with #858D92 are triadic colors.

2 #928D85 and #8D8592 with #858D92 are triadic colors.