COLOR #859E6E

HEX: #859E6E RGB: (133,158,110)

Color info

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

RGB color model

#859E6E color RGB value is (133,158,110).

RGB: (133,158,110) (52%, 62%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 110 of 255 = 43%

133
158
110

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

Portions of RGB colors in percentages

R + G + B = 133 + 158 + 110 = 401 (100%)
R 133 of 401 ~ 33.17%
G 158 of 401 ~ 39.4%
B 110 of 401 ~ 27.43'%

%33.17
%39.4
%27.43

CMYK color model

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

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • 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
%30.38
%38.04

Codes

Color #859E6E in popluar color models

85 9E 6E
RGB 133 158 110
HSL 91° 19.83% 52.55%
HSB/HSV 91° 30.38% 61.96%
CMYK 15.82% 0.00% 30.38%
38.04%

Color #859E6E in popluar number systems.

HEX 85 9E 6E
Decimal 133 158 110
Binary 10000101 10011110 1101110
Octal 205 236 156

Shades and tints

Shades of #859E6E

#859E6E
(133,158,110)
#799064
(121,144,100)
#6D825A
(109,130,90)
#617450
(97,116,80)
#556646
(85,102,70)
#49583C
(73,88,60)
#3D4A32
(61,74,50)
#313C28
(49,60,40)
#252E1E
(37,46,30)
#192014
(25,32,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #859E6E

#859E6E
(133,158,110)
#90A67B
(144,166,123)
#9BAE88
(155,174,136)
#A6B695
(166,182,149)
#B1BEA2
(177,190,162)
#BCC6AF
(188,198,175)
#C7CEBC
(199,206,188)
#D2D6C9
(210,214,201)
#DDDED6
(221,222,214)
#E8E6E3
(232,230,227)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859E6E; }

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

This text font color is #859E6E.

Background Color

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

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

This div background color is #859E6E.

Border color

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

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

This div border color is #859E6E.

Opacity

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

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

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

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

This text has shadow with #859E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859E6E.

Preview

Color preview on black background

This text has color #859E6E on black background.


Color preview on white background

This text has color #859E6E on white background.


Black color preview on #859E6E background

This text has black color on #859E6E background.


White color preview on #859E6E background

This text has white color on #859E6E background.


Related colors

Complementary color

Complementary color for #hex is #7A6191.


I love getcolorcode.com

Triadic colors

1 #6E859E and #9E6E85 with #859E6E are triadic colors.

2 #6E9E85 and #9E856E with #859E6E are triadic colors.