COLOR #859C70

HEX: #859C70 RGB: (133,156,112)

Color info

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

RGB color model

#859C70 color RGB value is (133,156,112).

RGB: (133,156,112) (52%, 61%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 112 of 255 = 44%

133
156
112

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

Portions of RGB colors in percentages

R + G + B = 133 + 156 + 112 = 401 (100%)
R 133 of 401 ~ 33.17%
G 156 of 401 ~ 38.9%
B 112 of 401 ~ 27.93'%

%33.17
%38.9
%27.93

CMYK color model

#859C70 color CMYK value is (15,0,28,39).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 38.82%

CMYK: (15,0,28,39)
C15M0Y28K39 (15%, 0%, 28%, 39%)
(0.15 / 0.00 / 0.28 / 0.39)

CMYK percentages

%14.74
%0
%28.21
%38.82

Codes

Color #859C70 in popluar color models

85 9C 70
RGB 133 156 112
HSL 91° 18.18% 52.55%
HSB/HSV 91° 28.21% 61.18%
CMYK 14.74% 0.00% 28.21%
38.82%

Color #859C70 in popluar number systems.

HEX 85 9C 70
Decimal 133 156 112
Binary 10000101 10011100 1110000
Octal 205 234 160

Shades and tints

Shades of #859C70

#859C70
(133,156,112)
#798E66
(121,142,102)
#6D805C
(109,128,92)
#617252
(97,114,82)
#556448
(85,100,72)
#49563E
(73,86,62)
#3D4834
(61,72,52)
#313A2A
(49,58,42)
#252C20
(37,44,32)
#191E16
(25,30,22)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #859C70

#859C70
(133,156,112)
#90A57D
(144,165,125)
#9BAE8A
(155,174,138)
#A6B797
(166,183,151)
#B1C0A4
(177,192,164)
#BCC9B1
(188,201,177)
#C7D2BE
(199,210,190)
#D2DBCB
(210,219,203)
#DDE4D8
(221,228,216)
#E8EDE5
(232,237,229)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859C70 color. Also use rgb(133,156,112) instead hex code.

Text Font Color

.myTextColor { color: #859C70; }

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

This text font color is #859C70.

Background Color

.myBgColor { background-color: #859C70; }

<div style="background-color:#859C70">Inner text</div>

This div background color is #859C70.

Border color

.myBorderColor { border: 1px solid #859C70; }

<div style="border:3px solid #859C70">Div</div>

This div border color is #859C70.

Opacity

.myOpacity80 { color: #859C70; opacity: 0.8; }

<p style="color:#859C70;opacity:0.8;">80%</p>

Text with #859C70 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 #859C70;}

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

This text has shadow with #859C70 color.


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

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

This text has shadow with #859C70 primary color and red secondary color.


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

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

This text has shadow with #859C70 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #859C70.

Preview

Color preview on black background

This text has color #859C70 on black background.


Color preview on white background

This text has color #859C70 on white background.


Black color preview on #859C70 background

This text has black color on #859C70 background.


White color preview on #859C70 background

This text has white color on #859C70 background.


Related colors

Complementary color

Complementary color for #hex is #7A638F.


I love getcolorcode.com

Triadic colors

1 #70859C and #9C7085 with #859C70 are triadic colors.

2 #709C85 and #9C8570 with #859C70 are triadic colors.