COLOR #858E7C

HEX: #858E7C RGB: (133,142,124)

Color info

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

RGB color model

#858E7C color RGB value is (133,142,124).

RGB: (133,142,124) (52%, 56%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 124 of 255 = 49%

133
142
124

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

Portions of RGB colors in percentages

R + G + B = 133 + 142 + 124 = 399 (100%)
R 133 of 399 ~ 33.33%
G 142 of 399 ~ 35.59%
B 124 of 399 ~ 31.08'%

%33.33
%35.59
%31.08

CMYK color model

#858E7C color CMYK value is (6,0,13,44).

  • cyan value is 6.34%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 44.31%

CMYK: (6,0,13,44)
C6M0Y13K44 (6%, 0%, 13%, 44%)
(0.06 / 0.00 / 0.13 / 0.44)

CMYK percentages

%6.34
%0
%12.68
%44.31

Codes

Color #858E7C in popluar color models

85 8E 7C
RGB 133 142 124
HSL 90° 7.38% 52.16%
HSB/HSV 90° 12.68% 55.69%
CMYK 6.34% 0.00% 12.68%
44.31%

Color #858E7C in popluar number systems.

HEX 85 8E 7C
Decimal 133 142 124
Binary 10000101 10001110 1111100
Octal 205 216 174

Shades and tints

Shades of #858E7C

#858E7C
(133,142,124)
#798271
(121,130,113)
#6D7666
(109,118,102)
#616A5B
(97,106,91)
#555E50
(85,94,80)
#495245
(73,82,69)
#3D463A
(61,70,58)
#313A2F
(49,58,47)
#252E24
(37,46,36)
#192219
(25,34,25)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #858E7C

#858E7C
(133,142,124)
#909887
(144,152,135)
#9BA292
(155,162,146)
#A6AC9D
(166,172,157)
#B1B6A8
(177,182,168)
#BCC0B3
(188,192,179)
#C7CABE
(199,202,190)
#D2D4C9
(210,212,201)
#DDDED4
(221,222,212)
#E8E8DF
(232,232,223)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858E7C; }

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

This text font color is #858E7C.

Background Color

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

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

This div background color is #858E7C.

Border color

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

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

This div border color is #858E7C.

Opacity

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

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

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

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

This text has shadow with #858E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858E7C.

Preview

Color preview on black background

This text has color #858E7C on black background.


Color preview on white background

This text has color #858E7C on white background.


Black color preview on #858E7C background

This text has black color on #858E7C background.


White color preview on #858E7C background

This text has white color on #858E7C background.


Related colors

Complementary color

Complementary color for #hex is #7A7183.


I love getcolorcode.com

Triadic colors

1 #7C858E and #8E7C85 with #858E7C are triadic colors.

2 #7C8E85 and #8E857C with #858E7C are triadic colors.