COLOR #5E9559

HEX: #5E9559 RGB: (94,149,89)

Color info

#5E9559 contains mainly red and green colors. Web safe color of #5E9559 is #669966 (or #696).

RGB color model

#5E9559 color RGB value is (94,149,89).

RGB: (94,149,89) (37%, 58%, 35%)

RGB channels and saturation

R 94 of 255 = 37%
G 149 of 255 = 58%
B 89 of 255 = 35%

94
149
89

R + G + B ~ 43%. #5E9559 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 94 + 149 + 89 = 332 (100%)
R 94 of 332 ~ 28.31%
G 149 of 332 ~ 44.88%
B 89 of 332 ~ 26.81'%

%28.31
%44.88
%26.81

CMYK color model

#5E9559 color CMYK value is (37,0,40,42).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 40.27%
  • key color value is 41.57%

CMYK: (37,0,40,42)
C37M0Y40K42 (37%, 0%, 40%, 42%)
(0.37 / 0.00 / 0.40 / 0.42)

CMYK percentages

%36.91
%0
%40.27
%41.57

Codes

Color #5E9559 in popluar color models

5E 95 59
RGB 94 149 89
HSL 115° 25.21% 46.67%
HSB/HSV 115° 40.27% 58.43%
CMYK 36.91% 0.00% 40.27%
41.57%

Color #5E9559 in popluar number systems.

HEX 5E 95 59
Decimal 94 149 89
Binary 1011110 10010101 1011001
Octal 136 225 131

Shades and tints

Shades of #5E9559

#5E9559
(94,149,89)
#568851
(86,136,81)
#4E7B49
(78,123,73)
#466E41
(70,110,65)
#3E6139
(62,97,57)
#365431
(54,84,49)
#2E4729
(46,71,41)
#263A21
(38,58,33)
#1E2D19
(30,45,25)
#162011
(22,32,17)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #5E9559

#5E9559
(94,149,89)
#6C9E68
(108,158,104)
#7AA777
(122,167,119)
#88B086
(136,176,134)
#96B995
(150,185,149)
#A4C2A4
(164,194,164)
#B2CBB3
(178,203,179)
#C0D4C2
(192,212,194)
#CEDDD1
(206,221,209)
#DCE6E0
(220,230,224)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9559 color. Also use rgb(94,149,89) instead hex code.

Text Font Color

.myTextColor { color: #5E9559; }

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

This text font color is #5E9559.

Background Color

.myBgColor { background-color: #5E9559; }

<div style="background-color:#5E9559">Inner text</div>

This div background color is #5E9559.

Border color

.myBorderColor { border: 1px solid #5E9559; }

<div style="border:3px solid #5E9559">Div</div>

This div border color is #5E9559.

Opacity

.myOpacity80 { color: #5E9559; opacity: 0.8; }

<p style="color:#5E9559;opacity:0.8;">80%</p>

Text with #5E9559 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 #5E9559;}

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

This text has shadow with #5E9559 color.


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

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

This text has shadow with #5E9559 primary color and red secondary color.


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

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

This text has shadow with #5E9559 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5E9559.

Preview

Color preview on black background

This text has color #5E9559 on black background.


Color preview on white background

This text has color #5E9559 on white background.


Black color preview on #5E9559 background

This text has black color on #5E9559 background.


White color preview on #5E9559 background

This text has white color on #5E9559 background.


Related colors

Complementary color

Complementary color for #hex is #A16AA6.


I love getcolorcode.com

Triadic colors

1 #595E95 and #95595E with #5E9559 are triadic colors.

2 #59955E and #955E59 with #5E9559 are triadic colors.