COLOR #599E5E

HEX: #599E5E RGB: (89,158,94)

Color info

#599E5E contains mainly green color. Web safe color of #599E5E is #669966 (or #696).

RGB color model

#599E5E color RGB value is (89,158,94).

RGB: (89,158,94) (35%, 62%, 37%)

RGB channels and saturation

R 89 of 255 = 35%
G 158 of 255 = 62%
B 94 of 255 = 37%

89
158
94

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

Portions of RGB colors in percentages

R + G + B = 89 + 158 + 94 = 341 (100%)
R 89 of 341 ~ 26.1%
G 158 of 341 ~ 46.33%
B 94 of 341 ~ 27.57'%

%26.1
%46.33
%27.57

CMYK color model

#599E5E color CMYK value is (44,0,41,38).

  • cyan value is 43.67%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 38.04%

CMYK: (44,0,41,38)
C44M0Y41K38 (44%, 0%, 41%, 38%)
(0.44 / 0.00 / 0.41 / 0.38)

CMYK percentages

%43.67
%0
%40.51
%38.04

Codes

Color #599E5E in popluar color models

59 9E 5E
RGB 89 158 94
HSL 124° 27.94% 48.43%
HSB/HSV 124° 43.67% 61.96%
CMYK 43.67% 0.00% 40.51%
38.04%

Color #599E5E in popluar number systems.

HEX 59 9E 5E
Decimal 89 158 94
Binary 1011001 10011110 1011110
Octal 131 236 136

Shades and tints

Shades of #599E5E

#599E5E
(89,158,94)
#519056
(81,144,86)
#49824E
(73,130,78)
#417446
(65,116,70)
#39663E
(57,102,62)
#315836
(49,88,54)
#294A2E
(41,74,46)
#213C26
(33,60,38)
#192E1E
(25,46,30)
#112016
(17,32,22)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #599E5E

#599E5E
(89,158,94)
#68A66C
(104,166,108)
#77AE7A
(119,174,122)
#86B688
(134,182,136)
#95BE96
(149,190,150)
#A4C6A4
(164,198,164)
#B3CEB2
(179,206,178)
#C2D6C0
(194,214,192)
#D1DECE
(209,222,206)
#E0E6DC
(224,230,220)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599E5E color. Also use rgb(89,158,94) instead hex code.

Text Font Color

.myTextColor { color: #599E5E; }

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

This text font color is #599E5E.

Background Color

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

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

This div background color is #599E5E.

Border color

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

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

This div border color is #599E5E.

Opacity

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

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

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

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

This text has shadow with #599E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #599E5E.

Preview

Color preview on black background

This text has color #599E5E on black background.


Color preview on white background

This text has color #599E5E on white background.


Black color preview on #599E5E background

This text has black color on #599E5E background.


White color preview on #599E5E background

This text has white color on #599E5E background.


Related colors

Complementary color

Complementary color for #hex is #A661A1.


I love getcolorcode.com

Triadic colors

1 #5E599E and #9E5E59 with #599E5E are triadic colors.

2 #5E9E59 and #9E595E with #599E5E are triadic colors.