COLOR #858B91

HEX: #858B91
RGB: (133,139,145)

Color info

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

RGB color model

#858B91 color RGB value is (133,139,145).

  • red value is 133;
  • green value is 139;
  • blue value is 145.
RGB:
(133,139,145)
(52%,55%,57%)

RGB channels and saturation

R 133 of 255 = 52%
G 139 of 255 = 55%
B 145 of 255 = 57%

133
139
145

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

Portions of RGB colors in percentages

R + G + B =
133 + 139 + 145 = 417 (100%)
R 133 of 417 ~ 31.89%
G 139 of 417 ~ 33.33%
B 145 of 417 ~ 34.77%

%31.89
%33.33
%34.77

CMYK color model

#858B91 color CMYK value is (8,4,0,43).

  • cyan value is 8.28%
  • magenta value is 4.14%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(8,4,0,43)
C8M4Y0K43 
(8%,4%,0%,43%)
(0.08/0.04/0.00/0.43)	

CMYK percentages

%8.28
%4.14
%0
%43.14

Codes

Color #858B91 in popluar color models

858B91
RGB133139145
HSL210°5.17%54.51%
HSB/HSV210°8.28%56.86%
CMYK8.28%4.14%0.00%
43.14%

Color #858B91 in popluar number systems.

HEX858B91
Decimal133139145
Binary100001011000101110010001
Octal205213221

Shades and tints

Shades of #858B91

#858B91
(133,139,145)
#797F84
(121,127,132)
#6D7377
(109,115,119)
#61676A
(97,103,106)
#555B5D
(85,91,93)
#494F50
(73,79,80)
#3D4343
(61,67,67)
#313736
(49,55,54)
#252B29
(37,43,41)
#191F1C
(25,31,28)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #858B91

#858B91
(133,139,145)
#90959B
(144,149,155)
#9B9FA5
(155,159,165)
#A6A9AF
(166,169,175)
#B1B3B9
(177,179,185)
#BCBDC3
(188,189,195)
#C7C7CD
(199,199,205)
#D2D1D7
(210,209,215)
#DDDBE1
(221,219,225)
#E8E5EB
(232,229,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858B91 color. Also use rgb(133,139,145) instead hex code.

Text Font Color

.myTextColor { color: #858B91; }

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

This text font color is #858B91.


Background Color

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

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

This div background color is #858B91.


Border color

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

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

This div border color is #858B91.


Opacity

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

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

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

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

This text has shadow with #858B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858B91 on black background.


Color preview on white background

This text has color #858B91 on white background.



Black color preview on #858B91 background

This text has black color on #858B91 background.


White color preview on #858B91 background

This text has white color on #858B91 background.