COLOR #858892

HEX: #858892
RGB: (133,136,146)

Color info

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

RGB color model

#858892 color RGB value is (133,136,146).

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

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 146 of 255 = 57%

133
136
146

R + G + B ~ 54%. #858892 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 146 = 415 (100%)
R 133 of 415 ~ 32.05%
G 136 of 415 ~ 32.77%
B 146 of 415 ~ 35.18%

%32.05
%32.77
%35.18

CMYK color model

#858892 color CMYK value is (9,7,0,43).

  • cyan value is 8.90%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(9,7,0,43)
C9M7Y0K43 
(9%,7%,0%,43%)
(0.09/0.07/0.00/0.43)	

CMYK percentages

%8.9
%6.85
%0
%42.75

Codes

Color #858892 in popluar color models

858892
RGB133136146
HSL226°5.63%54.71%
HSB/HSV226°8.90%57.25%
CMYK8.90%6.85%0.00%
42.75%

Color #858892 in popluar number systems.

HEX858892
Decimal133136146
Binary100001011000100010010010
Octal205210222

Shades and tints

Shades of #858892

#858892
(133,136,146)
#797C85
(121,124,133)
#6D7078
(109,112,120)
#61646B
(97,100,107)
#55585E
(85,88,94)
#494C51
(73,76,81)
#3D4044
(61,64,68)
#313437
(49,52,55)
#25282A
(37,40,42)
#191C1D
(25,28,29)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #858892

#858892
(133,136,146)
#90929B
(144,146,155)
#9B9CA4
(155,156,164)
#A6A6AD
(166,166,173)
#B1B0B6
(177,176,182)
#BCBABF
(188,186,191)
#C7C4C8
(199,196,200)
#D2CED1
(210,206,209)
#DDD8DA
(221,216,218)
#E8E2E3
(232,226,227)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858892; }

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

This text font color is #858892.


Background Color

.myBgColor { background-color: #858892; }

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

This div background color is #858892.


Border color

.myBorderColor { border: 1px solid #858892; }

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

This div border color is #858892.


Opacity

.myOpacity80 { color: #858892; opacity: 0.8; }

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

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

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

This text has shadow with #858892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858892 on black background.


Color preview on white background

This text has color #858892 on white background.



Black color preview on #858892 background

This text has black color on #858892 background.


White color preview on #858892 background

This text has white color on #858892 background.