COLOR #859C66

HEX: #859C66
RGB: (133,156,102)

Color info

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

RGB color model

#859C66 color RGB value is (133,156,102).

  • red value is 133;
  • green value is 156;
  • blue value is 102.
RGB:
(133,156,102)
(52%,61%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 102 of 255 = 40%

133
156
102

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

Portions of RGB colors in percentages

R + G + B =
133 + 156 + 102 = 391 (100%)
R 133 of 391 ~ 34.02%
G 156 of 391 ~ 39.9%
B 102 of 391 ~ 26.09%

%34.02
%39.9
%26.09

CMYK color model

#859C66 color CMYK value is (15,0,35,39).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 38.82%
CMYK:
(15,0,35,39)
C15M0Y35K39 
(15%,0%,35%,39%)
(0.15/0.00/0.35/0.39)	

CMYK percentages

%14.74
%0
%34.62
%38.82

Codes

Color #859C66 in popluar color models

859C66
RGB133156102
HSL86°21.43%50.59%
HSB/HSV86°34.62%61.18%
CMYK14.74%0.00%34.62%
38.82%

Color #859C66 in popluar number systems.

HEX859C66
Decimal133156102
Binary10000101100111001100110
Octal205234146

Shades and tints

Shades of #859C66

#859C66
(133,156,102)
#798E5D
(121,142,93)
#6D8054
(109,128,84)
#61724B
(97,114,75)
#556442
(85,100,66)
#495639
(73,86,57)
#3D4830
(61,72,48)
#313A27
(49,58,39)
#252C1E
(37,44,30)
#191E15
(25,30,21)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #859C66

#859C66
(133,156,102)
#90A573
(144,165,115)
#9BAE80
(155,174,128)
#A6B78D
(166,183,141)
#B1C09A
(177,192,154)
#BCC9A7
(188,201,167)
#C7D2B4
(199,210,180)
#D2DBC1
(210,219,193)
#DDE4CE
(221,228,206)
#E8EDDB
(232,237,219)
#F3F6E8
(243,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859C66; }

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

This text font color is #859C66.


Background Color

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

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

This div background color is #859C66.


Border color

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

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

This div border color is #859C66.


Opacity

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

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

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

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

This text has shadow with #859C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859C66 on black background.


Color preview on white background

This text has color #859C66 on white background.



Black color preview on #859C66 background

This text has black color on #859C66 background.


White color preview on #859C66 background

This text has white color on #859C66 background.