COLOR #5E9E7A

HEX: #5E9E7A RGB: (94,158,122)

Color info

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

RGB color model

#5E9E7A color RGB value is (94,158,122).

RGB: (94,158,122) (37%, 62%, 48%)

RGB channels and saturation

R 94 of 255 = 37%
G 158 of 255 = 62%
B 122 of 255 = 48%

94
158
122

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

Portions of RGB colors in percentages

R + G + B = 94 + 158 + 122 = 374 (100%)
R 94 of 374 ~ 25.13%
G 158 of 374 ~ 42.25%
B 122 of 374 ~ 32.62'%

%25.13
%42.25
%32.62

CMYK color model

#5E9E7A color CMYK value is (41,0,23,38).

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

CMYK: (41,0,23,38)
C41M0Y23K38 (41%, 0%, 23%, 38%)
(0.41 / 0.00 / 0.23 / 0.38)

CMYK percentages

%40.51
%0
%22.78
%38.04

Codes

Color #5E9E7A in popluar color models

5E 9E 7A
RGB 94 158 122
HSL 146° 25.40% 49.41%
HSB/HSV 146° 40.51% 61.96%
CMYK 40.51% 0.00% 22.78%
38.04%

Color #5E9E7A in popluar number systems.

HEX 5E 9E 7A
Decimal 94 158 122
Binary 1011110 10011110 1111010
Octal 136 236 172

Shades and tints

Shades of #5E9E7A

#5E9E7A
(94,158,122)
#56906F
(86,144,111)
#4E8264
(78,130,100)
#467459
(70,116,89)
#3E664E
(62,102,78)
#365843
(54,88,67)
#2E4A38
(46,74,56)
#263C2D
(38,60,45)
#1E2E22
(30,46,34)
#162017
(22,32,23)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #5E9E7A

#5E9E7A
(94,158,122)
#6CA686
(108,166,134)
#7AAE92
(122,174,146)
#88B69E
(136,182,158)
#96BEAA
(150,190,170)
#A4C6B6
(164,198,182)
#B2CEC2
(178,206,194)
#C0D6CE
(192,214,206)
#CEDEDA
(206,222,218)
#DCE6E6
(220,230,230)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9E7A color. Also use rgb(94,158,122) instead hex code.

Text Font Color

.myTextColor { color: #5E9E7A; }

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

This text font color is #5E9E7A.

Background Color

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

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

This div background color is #5E9E7A.

Border color

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

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

This div border color is #5E9E7A.

Opacity

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

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

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

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

This text has shadow with #5E9E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9E7A.

Preview

Color preview on black background

This text has color #5E9E7A on black background.


Color preview on white background

This text has color #5E9E7A on white background.


Black color preview on #5E9E7A background

This text has black color on #5E9E7A background.


White color preview on #5E9E7A background

This text has white color on #5E9E7A background.


Related colors

Complementary color

Complementary color for #hex is #A16185.


I love getcolorcode.com

Triadic colors

1 #7A5E9E and #9E7A5E with #5E9E7A are triadic colors.

2 #7A9E5E and #9E5E7A with #5E9E7A are triadic colors.