COLOR #858E6A

HEX: #858E6A RGB: (133,142,106)

Color info

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

RGB color model

#858E6A color RGB value is (133,142,106).

RGB: (133,142,106) (52%, 56%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 106 of 255 = 42%

133
142
106

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

Portions of RGB colors in percentages

R + G + B = 133 + 142 + 106 = 381 (100%)
R 133 of 381 ~ 34.91%
G 142 of 381 ~ 37.27%
B 106 of 381 ~ 27.82'%

%34.91
%37.27
%27.82

CMYK color model

#858E6A color CMYK value is (6,0,25,44).

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

CMYK: (6,0,25,44)
C6M0Y25K44 (6%, 0%, 25%, 44%)
(0.06 / 0.00 / 0.25 / 0.44)

CMYK percentages

%6.34
%0
%25.35
%44.31

Codes

Color #858E6A in popluar color models

85 8E 6A
RGB 133 142 106
HSL 75° 14.52% 48.63%
HSB/HSV 75° 25.35% 55.69%
CMYK 6.34% 0.00% 25.35%
44.31%

Color #858E6A in popluar number systems.

HEX 85 8E 6A
Decimal 133 142 106
Binary 10000101 10001110 1101010
Octal 205 216 152

Shades and tints

Shades of #858E6A

#858E6A
(133,142,106)
#798261
(121,130,97)
#6D7658
(109,118,88)
#616A4F
(97,106,79)
#555E46
(85,94,70)
#49523D
(73,82,61)
#3D4634
(61,70,52)
#313A2B
(49,58,43)
#252E22
(37,46,34)
#192219
(25,34,25)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #858E6A

#858E6A
(133,142,106)
#909877
(144,152,119)
#9BA284
(155,162,132)
#A6AC91
(166,172,145)
#B1B69E
(177,182,158)
#BCC0AB
(188,192,171)
#C7CAB8
(199,202,184)
#D2D4C5
(210,212,197)
#DDDED2
(221,222,210)
#E8E8DF
(232,232,223)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858E6A; }

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

This text font color is #858E6A.

Background Color

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

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

This div background color is #858E6A.

Border color

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

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

This div border color is #858E6A.

Opacity

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

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

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

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

This text has shadow with #858E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858E6A.

Preview

Color preview on black background

This text has color #858E6A on black background.


Color preview on white background

This text has color #858E6A on white background.


Black color preview on #858E6A background

This text has black color on #858E6A background.


White color preview on #858E6A background

This text has white color on #858E6A background.


Related colors

Complementary color

Complementary color for #hex is #7A7195.


I love getcolorcode.com

Triadic colors

1 #6A858E and #8E6A85 with #858E6A are triadic colors.

2 #6A8E85 and #8E856A with #858E6A are triadic colors.