COLOR #859E71

HEX: #859E71
RGB: (133,158,113)

Color info

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

RGB color model

#859E71 color RGB value is (133,158,113).

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

RGB channels and saturation

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

133
158
113

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

Portions of RGB colors in percentages

R + G + B =
133 + 158 + 113 = 404 (100%)
R 133 of 404 ~ 32.92%
G 158 of 404 ~ 39.11%
B 113 of 404 ~ 27.97%

%32.92
%39.11
%27.97

CMYK color model

#859E71 color CMYK value is (16,0,28,38).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 38.04%
CMYK:
(16,0,28,38)
C16M0Y28K38 
(16%,0%,28%,38%)
(0.16/0.00/0.28/0.38)	

CMYK percentages

%15.82
%0
%28.48
%38.04

Codes

Color #859E71 in popluar color models

859E71
RGB133158113
HSL93°18.83%53.14%
HSB/HSV93°28.48%61.96%
CMYK15.82%0.00%28.48%
38.04%

Color #859E71 in popluar number systems.

HEX859E71
Decimal133158113
Binary10000101100111101110001
Octal205236161

Shades and tints

Shades of #859E71

#859E71
(133,158,113)
#799067
(121,144,103)
#6D825D
(109,130,93)
#617453
(97,116,83)
#556649
(85,102,73)
#49583F
(73,88,63)
#3D4A35
(61,74,53)
#313C2B
(49,60,43)
#252E21
(37,46,33)
#192017
(25,32,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #859E71

#859E71
(133,158,113)
#90A67D
(144,166,125)
#9BAE89
(155,174,137)
#A6B695
(166,182,149)
#B1BEA1
(177,190,161)
#BCC6AD
(188,198,173)
#C7CEB9
(199,206,185)
#D2D6C5
(210,214,197)
#DDDED1
(221,222,209)
#E8E6DD
(232,230,221)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859E71; }

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

This text font color is #859E71.


Background Color

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

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

This div background color is #859E71.


Border color

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

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

This div border color is #859E71.


Opacity

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

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

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

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

This text has shadow with #859E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859E71 on black background.


Color preview on white background

This text has color #859E71 on white background.



Black color preview on #859E71 background

This text has black color on #859E71 background.


White color preview on #859E71 background

This text has white color on #859E71 background.