COLOR #5E9571

HEX: #5E9571 RGB: (94,149,113)

Color info

#5E9571 contains red, green and blue colors in about the same proportion. Web safe color of #5E9571 is #669966 (or #696).

RGB color model

#5E9571 color RGB value is (94,149,113).

RGB: (94,149,113) (37%, 58%, 44%)

RGB channels and saturation

R 94 of 255 = 37%
G 149 of 255 = 58%
B 113 of 255 = 44%

94
149
113

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

Portions of RGB colors in percentages

R + G + B = 94 + 149 + 113 = 356 (100%)
R 94 of 356 ~ 26.4%
G 149 of 356 ~ 41.85%
B 113 of 356 ~ 31.74'%

%26.4
%41.85
%31.74

CMYK color model

#5E9571 color CMYK value is (37,0,24,42).

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

CMYK: (37,0,24,42)
C37M0Y24K42 (37%, 0%, 24%, 42%)
(0.37 / 0.00 / 0.24 / 0.42)

CMYK percentages

%36.91
%0
%24.16
%41.57

Codes

Color #5E9571 in popluar color models

5E 95 71
RGB 94 149 113
HSL 141° 22.63% 47.65%
HSB/HSV 141° 36.91% 58.43%
CMYK 36.91% 0.00% 24.16%
41.57%

Color #5E9571 in popluar number systems.

HEX 5E 95 71
Decimal 94 149 113
Binary 1011110 10010101 1110001
Octal 136 225 161

Shades and tints

Shades of #5E9571

#5E9571
(94,149,113)
#568867
(86,136,103)
#4E7B5D
(78,123,93)
#466E53
(70,110,83)
#3E6149
(62,97,73)
#36543F
(54,84,63)
#2E4735
(46,71,53)
#263A2B
(38,58,43)
#1E2D21
(30,45,33)
#162017
(22,32,23)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #5E9571

#5E9571
(94,149,113)
#6C9E7D
(108,158,125)
#7AA789
(122,167,137)
#88B095
(136,176,149)
#96B9A1
(150,185,161)
#A4C2AD
(164,194,173)
#B2CBB9
(178,203,185)
#C0D4C5
(192,212,197)
#CEDDD1
(206,221,209)
#DCE6DD
(220,230,221)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9571; }

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

This text font color is #5E9571.

Background Color

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

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

This div background color is #5E9571.

Border color

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

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

This div border color is #5E9571.

Opacity

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

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

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

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

This text has shadow with #5E9571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9571.

Preview

Color preview on black background

This text has color #5E9571 on black background.


Color preview on white background

This text has color #5E9571 on white background.


Black color preview on #5E9571 background

This text has black color on #5E9571 background.


White color preview on #5E9571 background

This text has white color on #5E9571 background.


Related colors

Complementary color

Complementary color for #hex is #A16A8E.


I love getcolorcode.com

Triadic colors

1 #715E95 and #95715E with #5E9571 are triadic colors.

2 #71955E and #955E71 with #5E9571 are triadic colors.