COLOR #858C7E

HEX: #858C7E RGB: (133,140,126)

Color info

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

RGB color model

#858C7E color RGB value is (133,140,126).

RGB: (133,140,126) (52%, 55%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 140 of 255 = 55%
B 126 of 255 = 49%

133
140
126

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

Portions of RGB colors in percentages

R + G + B = 133 + 140 + 126 = 399 (100%)
R 133 of 399 ~ 33.33%
G 140 of 399 ~ 35.09%
B 126 of 399 ~ 31.58'%

%33.33
%35.09
%31.58

CMYK color model

#858C7E color CMYK value is (5,0,10,45).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 45.10%

CMYK: (5,0,10,45)
C5M0Y10K45 (5%, 0%, 10%, 45%)
(0.05 / 0.00 / 0.10 / 0.45)

CMYK percentages

%5
%0
%10
%45.1

Codes

Color #858C7E in popluar color models

85 8C 7E
RGB 133 140 126
HSL 90° 5.74% 52.16%
HSB/HSV 90° 10.00% 54.90%
CMYK 5.00% 0.00% 10.00%
45.10%

Color #858C7E in popluar number systems.

HEX 85 8C 7E
Decimal 133 140 126
Binary 10000101 10001100 1111110
Octal 205 214 176

Shades and tints

Shades of #858C7E

#858C7E
(133,140,126)
#798073
(121,128,115)
#6D7468
(109,116,104)
#61685D
(97,104,93)
#555C52
(85,92,82)
#495047
(73,80,71)
#3D443C
(61,68,60)
#313831
(49,56,49)
#252C26
(37,44,38)
#19201B
(25,32,27)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #858C7E

#858C7E
(133,140,126)
#909689
(144,150,137)
#9BA094
(155,160,148)
#A6AA9F
(166,170,159)
#B1B4AA
(177,180,170)
#BCBEB5
(188,190,181)
#C7C8C0
(199,200,192)
#D2D2CB
(210,210,203)
#DDDCD6
(221,220,214)
#E8E6E1
(232,230,225)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858C7E color. Also use rgb(133,140,126) instead hex code.

Text Font Color

.myTextColor { color: #858C7E; }

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

This text font color is #858C7E.

Background Color

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

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

This div background color is #858C7E.

Border color

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

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

This div border color is #858C7E.

Opacity

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

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

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

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

This text has shadow with #858C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858C7E.

Preview

Color preview on black background

This text has color #858C7E on black background.


Color preview on white background

This text has color #858C7E on white background.


Black color preview on #858C7E background

This text has black color on #858C7E background.


White color preview on #858C7E background

This text has white color on #858C7E background.


Related colors

Complementary color

Complementary color for #hex is #7A7381.


I love getcolorcode.com

Triadic colors

1 #7E858C and #8C7E85 with #858C7E are triadic colors.

2 #7E8C85 and #8C857E with #858C7E are triadic colors.