COLOR #5E9472

HEX: #5E9472
RGB: (94,148,114)

Color info

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

RGB color model

#5E9472 color RGB value is (94,148,114).

  • red value is 94;
  • green value is 148;
  • blue value is 114.
RGB:
(94,148,114)
(37%,58%,45%)

RGB channels and saturation

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

94
148
114

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

Portions of RGB colors in percentages

R + G + B =
94 + 148 + 114 = 356 (100%)
R 94 of 356 ~ 26.4%
G 148 of 356 ~ 41.57%
B 114 of 356 ~ 32.02%

%26.4
%41.57
%32.02

CMYK color model

#5E9472 color CMYK value is (36,0,23,42).

  • cyan value is 36.49%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 41.96%
CMYK:
(36,0,23,42)
C36M0Y23K42 
(36%,0%,23%,42%)
(0.36/0.00/0.23/0.42)	

CMYK percentages

%36.49
%0
%22.97
%41.96

Codes

Color #5E9472 in popluar color models

5E9472
RGB94148114
HSL142°22.31%47.45%
HSB/HSV142°36.49%58.04%
CMYK36.49%0.00%22.97%
41.96%

Color #5E9472 in popluar number systems.

HEX5E9472
Decimal94148114
Binary1011110100101001110010
Octal136224162

Shades and tints

Shades of #5E9472

#5E9472
(94,148,114)
#568768
(86,135,104)
#4E7A5E
(78,122,94)
#466D54
(70,109,84)
#3E604A
(62,96,74)
#365340
(54,83,64)
#2E4636
(46,70,54)
#26392C
(38,57,44)
#1E2C22
(30,44,34)
#161F18
(22,31,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #5E9472

#5E9472
(94,148,114)
#6C9D7E
(108,157,126)
#7AA68A
(122,166,138)
#88AF96
(136,175,150)
#96B8A2
(150,184,162)
#A4C1AE
(164,193,174)
#B2CABA
(178,202,186)
#C0D3C6
(192,211,198)
#CEDCD2
(206,220,210)
#DCE5DE
(220,229,222)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9472; }

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

This text font color is #5E9472.


Background Color

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

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

This div background color is #5E9472.


Border color

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

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

This div border color is #5E9472.


Opacity

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

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

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

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

This text has shadow with #5E9472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9472 on black background.


Color preview on white background

This text has color #5E9472 on white background.



Black color preview on #5E9472 background

This text has black color on #5E9472 background.


White color preview on #5E9472 background

This text has white color on #5E9472 background.