COLOR #859C6B

HEX: #859C6B
RGB: (133,156,107)

Color info

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

RGB color model

#859C6B color RGB value is (133,156,107).

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

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 107 of 255 = 42%

133
156
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 156 + 107 = 396 (100%)
R 133 of 396 ~ 33.59%
G 156 of 396 ~ 39.39%
B 107 of 396 ~ 27.02%

%33.59
%39.39
%27.02

CMYK color model

#859C6B color CMYK value is (15,0,31,39).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 31.41%
  • key color value is 38.82%
CMYK:
(15,0,31,39)
C15M0Y31K39 
(15%,0%,31%,39%)
(0.15/0.00/0.31/0.39)	

CMYK percentages

%14.74
%0
%31.41
%38.82

Codes

Color #859C6B in popluar color models

859C6B
RGB133156107
HSL88°19.84%51.57%
HSB/HSV88°31.41%61.18%
CMYK14.74%0.00%31.41%
38.82%

Color #859C6B in popluar number systems.

HEX859C6B
Decimal133156107
Binary10000101100111001101011
Octal205234153

Shades and tints

Shades of #859C6B

#859C6B
(133,156,107)
#798E62
(121,142,98)
#6D8059
(109,128,89)
#617250
(97,114,80)
#556447
(85,100,71)
#49563E
(73,86,62)
#3D4835
(61,72,53)
#313A2C
(49,58,44)
#252C23
(37,44,35)
#191E1A
(25,30,26)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #859C6B

#859C6B
(133,156,107)
#90A578
(144,165,120)
#9BAE85
(155,174,133)
#A6B792
(166,183,146)
#B1C09F
(177,192,159)
#BCC9AC
(188,201,172)
#C7D2B9
(199,210,185)
#D2DBC6
(210,219,198)
#DDE4D3
(221,228,211)
#E8EDE0
(232,237,224)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859C6B; }

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

This text font color is #859C6B.


Background Color

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

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

This div background color is #859C6B.


Border color

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

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

This div border color is #859C6B.


Opacity

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

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

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

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

This text has shadow with #859C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859C6B on black background.


Color preview on white background

This text has color #859C6B on white background.



Black color preview on #859C6B background

This text has black color on #859C6B background.


White color preview on #859C6B background

This text has white color on #859C6B background.