COLOR #5E9979

HEX: #5E9979
RGB: (94,153,121)

Color info

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

RGB color model

#5E9979 color RGB value is (94,153,121).

  • red value is 94;
  • green value is 153;
  • blue value is 121.
RGB:
(94,153,121)
(37%,60%,47%)

RGB channels and saturation

R 94 of 255 = 37%
G 153 of 255 = 60%
B 121 of 255 = 47%

94
153
121

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

Portions of RGB colors in percentages

R + G + B =
94 + 153 + 121 = 368 (100%)
R 94 of 368 ~ 25.54%
G 153 of 368 ~ 41.58%
B 121 of 368 ~ 32.88%

%25.54
%41.58
%32.88

CMYK color model

#5E9979 color CMYK value is (39,0,21,40).

  • cyan value is 38.56%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 40.00%
CMYK:
(39,0,21,40)
C39M0Y21K40 
(39%,0%,21%,40%)
(0.39/0.00/0.21/0.40)	

CMYK percentages

%38.56
%0
%20.92
%40

Codes

Color #5E9979 in popluar color models

5E9979
RGB94153121
HSL147°23.89%48.43%
HSB/HSV147°38.56%60.00%
CMYK38.56%0.00%20.92%
40.00%

Color #5E9979 in popluar number systems.

HEX5E9979
Decimal94153121
Binary1011110100110011111001
Octal136231171

Shades and tints

Shades of #5E9979

#5E9979
(94,153,121)
#568C6E
(86,140,110)
#4E7F63
(78,127,99)
#467258
(70,114,88)
#3E654D
(62,101,77)
#365842
(54,88,66)
#2E4B37
(46,75,55)
#263E2C
(38,62,44)
#1E3121
(30,49,33)
#162416
(22,36,22)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #5E9979

#5E9979
(94,153,121)
#6CA285
(108,162,133)
#7AAB91
(122,171,145)
#88B49D
(136,180,157)
#96BDA9
(150,189,169)
#A4C6B5
(164,198,181)
#B2CFC1
(178,207,193)
#C0D8CD
(192,216,205)
#CEE1D9
(206,225,217)
#DCEAE5
(220,234,229)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9979 color. Also use rgb(94,153,121) instead hex code.

Text Font Color

.myTextColor { color: #5E9979; }

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

This text font color is #5E9979.


Background Color

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

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

This div background color is #5E9979.


Border color

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

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

This div border color is #5E9979.


Opacity

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

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

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

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

This text has shadow with #5E9979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9979 on black background.


Color preview on white background

This text has color #5E9979 on white background.



Black color preview on #5E9979 background

This text has black color on #5E9979 background.


White color preview on #5E9979 background

This text has white color on #5E9979 background.