COLOR #858E6E

HEX: #858E6E RGB: (133,142,110)

Color info

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

RGB color model

#858E6E color RGB value is (133,142,110).

RGB: (133,142,110) (52%, 56%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 110 of 255 = 43%

133
142
110

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

Portions of RGB colors in percentages

R + G + B = 133 + 142 + 110 = 385 (100%)
R 133 of 385 ~ 34.55%
G 142 of 385 ~ 36.88%
B 110 of 385 ~ 28.57'%

%34.55
%36.88
%28.57

CMYK color model

#858E6E color CMYK value is (6,0,23,44).

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

CMYK: (6,0,23,44)
C6M0Y23K44 (6%, 0%, 23%, 44%)
(0.06 / 0.00 / 0.23 / 0.44)

CMYK percentages

%6.34
%0
%22.54
%44.31

Codes

Color #858E6E in popluar color models

85 8E 6E
RGB 133 142 110
HSL 77° 12.70% 49.41%
HSB/HSV 77° 22.54% 55.69%
CMYK 6.34% 0.00% 22.54%
44.31%

Color #858E6E in popluar number systems.

HEX 85 8E 6E
Decimal 133 142 110
Binary 10000101 10001110 1101110
Octal 205 216 156

Shades and tints

Shades of #858E6E

#858E6E
(133,142,110)
#798264
(121,130,100)
#6D765A
(109,118,90)
#616A50
(97,106,80)
#555E46
(85,94,70)
#49523C
(73,82,60)
#3D4632
(61,70,50)
#313A28
(49,58,40)
#252E1E
(37,46,30)
#192214
(25,34,20)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #858E6E

#858E6E
(133,142,110)
#90987B
(144,152,123)
#9BA288
(155,162,136)
#A6AC95
(166,172,149)
#B1B6A2
(177,182,162)
#BCC0AF
(188,192,175)
#C7CABC
(199,202,188)
#D2D4C9
(210,212,201)
#DDDED6
(221,222,214)
#E8E8E3
(232,232,227)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858E6E; }

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

This text font color is #858E6E.

Background Color

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

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

This div background color is #858E6E.

Border color

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

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

This div border color is #858E6E.

Opacity

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

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

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

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

This text has shadow with #858E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858E6E.

Preview

Color preview on black background

This text has color #858E6E on black background.


Color preview on white background

This text has color #858E6E on white background.


Black color preview on #858E6E background

This text has black color on #858E6E background.


White color preview on #858E6E background

This text has white color on #858E6E background.


Related colors

Complementary color

Complementary color for #hex is #7A7191.


I love getcolorcode.com

Triadic colors

1 #6E858E and #8E6E85 with #858E6E are triadic colors.

2 #6E8E85 and #8E856E with #858E6E are triadic colors.