COLOR #859A6C

HEX: #859A6C
RGB: (133,154,108)

Color info

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

RGB color model

#859A6C color RGB value is (133,154,108).

  • red value is 133;
  • green value is 154;
  • blue value is 108.
RGB:
(133,154,108)
(52%,60%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 108 of 255 = 42%

133
154
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 108 = 395 (100%)
R 133 of 395 ~ 33.67%
G 154 of 395 ~ 38.99%
B 108 of 395 ~ 27.34%

%33.67
%38.99
%27.34

CMYK color model

#859A6C color CMYK value is (14,0,30,40).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 39.61%
CMYK:
(14,0,30,40)
C14M0Y30K40 
(14%,0%,30%,40%)
(0.14/0.00/0.30/0.40)	

CMYK percentages

%13.64
%0
%29.87
%39.61

Codes

Color #859A6C in popluar color models

859A6C
RGB133154108
HSL87°18.55%51.37%
HSB/HSV87°29.87%60.39%
CMYK13.64%0.00%29.87%
39.61%

Color #859A6C in popluar number systems.

HEX859A6C
Decimal133154108
Binary10000101100110101101100
Octal205232154

Shades and tints

Shades of #859A6C

#859A6C
(133,154,108)
#798C63
(121,140,99)
#6D7E5A
(109,126,90)
#617051
(97,112,81)
#556248
(85,98,72)
#49543F
(73,84,63)
#3D4636
(61,70,54)
#31382D
(49,56,45)
#252A24
(37,42,36)
#191C1B
(25,28,27)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #859A6C

#859A6C
(133,154,108)
#90A379
(144,163,121)
#9BAC86
(155,172,134)
#A6B593
(166,181,147)
#B1BEA0
(177,190,160)
#BCC7AD
(188,199,173)
#C7D0BA
(199,208,186)
#D2D9C7
(210,217,199)
#DDE2D4
(221,226,212)
#E8EBE1
(232,235,225)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859A6C color. Also use rgb(133,154,108) instead hex code.

Text Font Color

.myTextColor { color: #859A6C; }

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

This text font color is #859A6C.


Background Color

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

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

This div background color is #859A6C.


Border color

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

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

This div border color is #859A6C.


Opacity

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

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

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

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

This text has shadow with #859A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859A6C on black background.


Color preview on white background

This text has color #859A6C on white background.



Black color preview on #859A6C background

This text has black color on #859A6C background.


White color preview on #859A6C background

This text has white color on #859A6C background.