COLOR #5E9473

HEX: #5E9473 RGB: (94,148,115)

Color info

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

RGB color model

#5E9473 color RGB value is (94,148,115).

RGB: (94,148,115) (37%, 58%, 45%)

RGB channels and saturation

R 94 of 255 = 37%
G 148 of 255 = 58%
B 115 of 255 = 45%

94
148
115

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

Portions of RGB colors in percentages

R + G + B = 94 + 148 + 115 = 357 (100%)
R 94 of 357 ~ 26.33%
G 148 of 357 ~ 41.46%
B 115 of 357 ~ 32.21'%

%26.33
%41.46
%32.21

CMYK color model

#5E9473 color CMYK value is (36,0,22,42).

  • cyan value is 36.49%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK: (36,0,22,42) C36M0Y22K42 (36%,0%,22%,42%) (0.36/0.00/0.22/0.42) 

CMYK percentages

%36.49
%0
%22.3
%41.96

Codes

Color #5E9473 in popluar color models

5E 94 73
RGB 94 148 115
HSL 143° 22.31% 47.45%
HSB/HSV 143° 36.49% 58.04%
CMYK 36.49% 0.00% 22.30%
41.96%

Color #5E9473 in popluar number systems.

HEX 5E 94 73
Decimal 94 148 115
Binary 1011110 10010100 1110011
Octal 136 224 163

Shades and tints

Shades of #5E9473

#5E9473
(94,148,115)
#568769
(86,135,105)
#4E7A5F
(78,122,95)
#466D55
(70,109,85)
#3E604B
(62,96,75)
#365341
(54,83,65)
#2E4637
(46,70,55)
#26392D
(38,57,45)
#1E2C23
(30,44,35)
#161F19
(22,31,25)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #5E9473

#5E9473
(94,148,115)
#6C9D7F
(108,157,127)
#7AA68B
(122,166,139)
#88AF97
(136,175,151)
#96B8A3
(150,184,163)
#A4C1AF
(164,193,175)
#B2CABB
(178,202,187)
#C0D3C7
(192,211,199)
#CEDCD3
(206,220,211)
#DCE5DF
(220,229,223)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9473 color. Also use rgb(94,148,115) instead hex code.

Text Font Color

.myTextColor { color: #5E9473; }

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

This text font color is #5E9473.

Background Color

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

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

This div background color is #5E9473.

Border color

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

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

This div border color is #5E9473.

Opacity

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

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

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

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

This text has shadow with #5E9473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9473.

Preview

Color preview on black background

This text has color #5E9473 on black background.


Color preview on white background

This text has color #5E9473 on white background.


Black color preview on #5E9473 background

This text has black color on #5E9473 background.


White color preview on #5E9473 background

This text has white color on #5E9473 background.


Related colors

Complementary color

Complementary color for #hex is #A16B8C.


I love getcolorcode.com

Triadic colors

1 #735E94 and #94735E with #5E9473 are triadic colors.

2 #73945E and #945E73 with #5E9473 are triadic colors.