COLOR #859A7E

HEX: #859A7E RGB: (133,154,126)

Color info

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

RGB color model

#859A7E color RGB value is (133,154,126).

RGB: (133,154,126) (52%, 60%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 126 of 255 = 49%

133
154
126

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

Portions of RGB colors in percentages

R + G + B = 133 + 154 + 126 = 413 (100%)
R 133 of 413 ~ 32.2%
G 154 of 413 ~ 37.29%
B 126 of 413 ~ 30.51'%

%32.2
%37.29
%30.51

CMYK color model

#859A7E color CMYK value is (14,0,18,40).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 39.61%

CMYK: (14,0,18,40)
C14M0Y18K40 (14%, 0%, 18%, 40%)
(0.14 / 0.00 / 0.18 / 0.40)

CMYK percentages

%13.64
%0
%18.18
%39.61

Codes

Color #859A7E in popluar color models

85 9A 7E
RGB 133 154 126
HSL 105° 12.17% 54.90%
HSB/HSV 105° 18.18% 60.39%
CMYK 13.64% 0.00% 18.18%
39.61%

Color #859A7E in popluar number systems.

HEX 85 9A 7E
Decimal 133 154 126
Binary 10000101 10011010 1111110
Octal 205 232 176

Shades and tints

Shades of #859A7E

#859A7E
(133,154,126)
#798C73
(121,140,115)
#6D7E68
(109,126,104)
#61705D
(97,112,93)
#556252
(85,98,82)
#495447
(73,84,71)
#3D463C
(61,70,60)
#313831
(49,56,49)
#252A26
(37,42,38)
#191C1B
(25,28,27)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #859A7E

#859A7E
(133,154,126)
#90A389
(144,163,137)
#9BAC94
(155,172,148)
#A6B59F
(166,181,159)
#B1BEAA
(177,190,170)
#BCC7B5
(188,199,181)
#C7D0C0
(199,208,192)
#D2D9CB
(210,217,203)
#DDE2D6
(221,226,214)
#E8EBE1
(232,235,225)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859A7E; }

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

This text font color is #859A7E.

Background Color

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

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

This div background color is #859A7E.

Border color

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

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

This div border color is #859A7E.

Opacity

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

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

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

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

This text has shadow with #859A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859A7E.

Preview

Color preview on black background

This text has color #859A7E on black background.


Color preview on white background

This text has color #859A7E on white background.


Black color preview on #859A7E background

This text has black color on #859A7E background.


White color preview on #859A7E background

This text has white color on #859A7E background.


Related colors

Complementary color

Complementary color for #hex is #7A6581.


I love getcolorcode.com

Triadic colors

1 #7E859A and #9A7E85 with #859A7E are triadic colors.

2 #7E9A85 and #9A857E with #859A7E are triadic colors.