COLOR #599D7E

HEX: #599D7E RGB: (89,157,126)

Color info

#599D7E contains mainly green and blue colors. Web safe color of #599D7E is #669966 (or #696).

RGB color model

#599D7E color RGB value is (89,157,126).

RGB: (89,157,126) (35%, 62%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 157 of 255 = 62%
B 126 of 255 = 49%

89
157
126

R + G + B ~ 49%. #599D7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 157 + 126 = 372 (100%)
R 89 of 372 ~ 23.92%
G 157 of 372 ~ 42.2%
B 126 of 372 ~ 33.87'%

%23.92
%42.2
%33.87

CMYK color model

#599D7E color CMYK value is (43,0,20,38).

  • cyan value is 43.31%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 38.43%

CMYK: (43,0,20,38)
C43M0Y20K38 (43%, 0%, 20%, 38%)
(0.43 / 0.00 / 0.20 / 0.38)

CMYK percentages

%43.31
%0
%19.75
%38.43

Codes

Color #599D7E in popluar color models

59 9D 7E
RGB 89 157 126
HSL 153° 27.64% 48.24%
HSB/HSV 153° 43.31% 61.57%
CMYK 43.31% 0.00% 19.75%
38.43%

Color #599D7E in popluar number systems.

HEX 59 9D 7E
Decimal 89 157 126
Binary 1011001 10011101 1111110
Octal 131 235 176

Shades and tints

Shades of #599D7E

#599D7E
(89,157,126)
#518F73
(81,143,115)
#498168
(73,129,104)
#41735D
(65,115,93)
#396552
(57,101,82)
#315747
(49,87,71)
#29493C
(41,73,60)
#213B31
(33,59,49)
#192D26
(25,45,38)
#111F1B
(17,31,27)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #599D7E

#599D7E
(89,157,126)
#68A589
(104,165,137)
#77AD94
(119,173,148)
#86B59F
(134,181,159)
#95BDAA
(149,189,170)
#A4C5B5
(164,197,181)
#B3CDC0
(179,205,192)
#C2D5CB
(194,213,203)
#D1DDD6
(209,221,214)
#E0E5E1
(224,229,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599D7E color. Also use rgb(89,157,126) instead hex code.

Text Font Color

.myTextColor { color: #599D7E; }

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

This text font color is #599D7E.

Background Color

.myBgColor { background-color: #599D7E; }

<div style="background-color:#599D7E">Inner text</div>

This div background color is #599D7E.

Border color

.myBorderColor { border: 1px solid #599D7E; }

<div style="border:3px solid #599D7E">Div</div>

This div border color is #599D7E.

Opacity

.myOpacity80 { color: #599D7E; opacity: 0.8; }

<p style="color:#599D7E;opacity:0.8;">80%</p>

Text with #599D7E 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 #599D7E;}

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

This text has shadow with #599D7E color.


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

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

This text has shadow with #599D7E primary color and red secondary color.


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

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

This text has shadow with #599D7E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #599D7E.

Preview

Color preview on black background

This text has color #599D7E on black background.


Color preview on white background

This text has color #599D7E on white background.


Black color preview on #599D7E background

This text has black color on #599D7E background.


White color preview on #599D7E background

This text has white color on #599D7E background.


Related colors

Complementary color

Complementary color for #hex is #A66281.


I love getcolorcode.com

Triadic colors

1 #7E599D and #9D7E59 with #599D7E are triadic colors.

2 #7E9D59 and #9D597E with #599D7E are triadic colors.