COLOR #859E6F

HEX: #859E6F
RGB: (133,158,111)

Color info

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

RGB color model

#859E6F color RGB value is (133,158,111).

  • red value is 133;
  • green value is 158;
  • blue value is 111.
RGB:
(133,158,111)
(52%,62%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 111 of 255 = 44%

133
158
111

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

Portions of RGB colors in percentages

R + G + B =
133 + 158 + 111 = 402 (100%)
R 133 of 402 ~ 33.08%
G 158 of 402 ~ 39.3%
B 111 of 402 ~ 27.61%

%33.08
%39.3
%27.61

CMYK color model

#859E6F color CMYK value is (16,0,30,38).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 38.04%
CMYK:
(16,0,30,38)
C16M0Y30K38 
(16%,0%,30%,38%)
(0.16/0.00/0.30/0.38)	

CMYK percentages

%15.82
%0
%29.75
%38.04

Codes

Color #859E6F in popluar color models

859E6F
RGB133158111
HSL92°19.50%52.75%
HSB/HSV92°29.75%61.96%
CMYK15.82%0.00%29.75%
38.04%

Color #859E6F in popluar number systems.

HEX859E6F
Decimal133158111
Binary10000101100111101101111
Octal205236157

Shades and tints

Shades of #859E6F

#859E6F
(133,158,111)
#799065
(121,144,101)
#6D825B
(109,130,91)
#617451
(97,116,81)
#556647
(85,102,71)
#49583D
(73,88,61)
#3D4A33
(61,74,51)
#313C29
(49,60,41)
#252E1F
(37,46,31)
#192015
(25,32,21)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #859E6F

#859E6F
(133,158,111)
#90A67C
(144,166,124)
#9BAE89
(155,174,137)
#A6B696
(166,182,150)
#B1BEA3
(177,190,163)
#BCC6B0
(188,198,176)
#C7CEBD
(199,206,189)
#D2D6CA
(210,214,202)
#DDDED7
(221,222,215)
#E8E6E4
(232,230,228)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859E6F color. Also use rgb(133,158,111) instead hex code.

Text Font Color

.myTextColor { color: #859E6F; }

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

This text font color is #859E6F.


Background Color

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

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

This div background color is #859E6F.


Border color

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

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

This div border color is #859E6F.


Opacity

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

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

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

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

This text has shadow with #859E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859E6F on black background.


Color preview on white background

This text has color #859E6F on white background.



Black color preview on #859E6F background

This text has black color on #859E6F background.


White color preview on #859E6F background

This text has white color on #859E6F background.