COLOR #858A7F

HEX: #858A7F
RGB: (133,138,127)

Color info

#858A7F contains red, green and blue colors in about the same proportion. Web safe color of #858A7F is #999966 (or #996).

RGB color model

#858A7F color RGB value is (133,138,127).

  • red value is 133;
  • green value is 138;
  • blue value is 127.
RGB:
(133,138,127)
(52%,54%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 127 of 255 = 50%

133
138
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 138 + 127 = 398 (100%)
R 133 of 398 ~ 33.42%
G 138 of 398 ~ 34.67%
B 127 of 398 ~ 31.91%

%33.42
%34.67
%31.91

CMYK color model

#858A7F color CMYK value is (4,0,8,46).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(4,0,8,46)
C4M0Y8K46 
(4%,0%,8%,46%)
(0.04/0.00/0.08/0.46)	

CMYK percentages

%3.62
%0
%7.97
%45.88

Codes

Color #858A7F in popluar color models

858A7F
RGB133138127
HSL87°4.49%51.96%
HSB/HSV87°7.97%54.12%
CMYK3.62%0.00%7.97%
45.88%

Color #858A7F in popluar number systems.

HEX858A7F
Decimal133138127
Binary10000101100010101111111
Octal205212177

Shades and tints

Shades of #858A7F

#858A7F
(133,138,127)
#797E74
(121,126,116)
#6D7269
(109,114,105)
#61665E
(97,102,94)
#555A53
(85,90,83)
#494E48
(73,78,72)
#3D423D
(61,66,61)
#313632
(49,54,50)
#252A27
(37,42,39)
#191E1C
(25,30,28)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #858A7F

#858A7F
(133,138,127)
#90948A
(144,148,138)
#9B9E95
(155,158,149)
#A6A8A0
(166,168,160)
#B1B2AB
(177,178,171)
#BCBCB6
(188,188,182)
#C7C6C1
(199,198,193)
#D2D0CC
(210,208,204)
#DDDAD7
(221,218,215)
#E8E4E2
(232,228,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858A7F color. Also use rgb(133,138,127) instead hex code.

Text Font Color

.myTextColor { color: #858A7F; }

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

This text font color is #858A7F.


Background Color

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

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

This div background color is #858A7F.


Border color

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

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

This div border color is #858A7F.


Opacity

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

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

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

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

This text has shadow with #858A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858A7F on black background.


Color preview on white background

This text has color #858A7F on white background.



Black color preview on #858A7F background

This text has black color on #858A7F background.


White color preview on #858A7F background

This text has white color on #858A7F background.