COLOR #858E92

HEX: #858E92
RGB: (133,142,146)

Color info

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

RGB color model

#858E92 color RGB value is (133,142,146).

  • red value is 133;
  • green value is 142;
  • blue value is 146.
RGB:
(133,142,146)
(52%,56%,57%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 146 of 255 = 57%

133
142
146

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

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 146 = 421 (100%)
R 133 of 421 ~ 31.59%
G 142 of 421 ~ 33.73%
B 146 of 421 ~ 34.68%

%31.59
%33.73
%34.68

CMYK color model

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

  • cyan value is 8.90%
  • magenta value is 2.74%
  • 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
%2.74
%0
%42.75

Codes

Color #858E92 in popluar color models

858E92
RGB133142146
HSL198°5.63%54.71%
HSB/HSV198°8.90%57.25%
CMYK8.90%2.74%0.00%
42.75%

Color #858E92 in popluar number systems.

HEX858E92
Decimal133142146
Binary100001011000111010010010
Octal205216222

Shades and tints

Shades of #858E92

#858E92
(133,142,146)
#798285
(121,130,133)
#6D7678
(109,118,120)
#616A6B
(97,106,107)
#555E5E
(85,94,94)
#495251
(73,82,81)
#3D4644
(61,70,68)
#313A37
(49,58,55)
#252E2A
(37,46,42)
#19221D
(25,34,29)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #858E92

#858E92
(133,142,146)
#90989B
(144,152,155)
#9BA2A4
(155,162,164)
#A6ACAD
(166,172,173)
#B1B6B6
(177,182,182)
#BCC0BF
(188,192,191)
#C7CAC8
(199,202,200)
#D2D4D1
(210,212,209)
#DDDEDA
(221,222,218)
#E8E8E3
(232,232,227)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858E92; }

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

This text font color is #858E92.


Background Color

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

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

This div background color is #858E92.


Border color

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

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

This div border color is #858E92.


Opacity

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

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

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

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

This text has shadow with #858E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858E92 on black background.


Color preview on white background

This text has color #858E92 on white background.



Black color preview on #858E92 background

This text has black color on #858E92 background.


White color preview on #858E92 background

This text has white color on #858E92 background.