COLOR #5E976A

HEX: #5E976A
RGB: (94,151,106)

Color info

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

RGB color model

#5E976A color RGB value is (94,151,106).

  • red value is 94;
  • green value is 151;
  • blue value is 106.
RGB:
(94,151,106)
(37%,59%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 151 of 255 = 59%
B 106 of 255 = 42%

94
151
106

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

Portions of RGB colors in percentages

R + G + B =
94 + 151 + 106 = 351 (100%)
R 94 of 351 ~ 26.78%
G 151 of 351 ~ 43.02%
B 106 of 351 ~ 30.2%

%26.78
%43.02
%30.2

CMYK color model

#5E976A color CMYK value is (38,0,30,41).

  • cyan value is 37.75%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK:
(38,0,30,41)
C38M0Y30K41 
(38%,0%,30%,41%)
(0.38/0.00/0.30/0.41)	

CMYK percentages

%37.75
%0
%29.8
%40.78

Codes

Color #5E976A in popluar color models

5E976A
RGB94151106
HSL133°23.27%48.04%
HSB/HSV133°37.75%59.22%
CMYK37.75%0.00%29.80%
40.78%

Color #5E976A in popluar number systems.

HEX5E976A
Decimal94151106
Binary1011110100101111101010
Octal136227152

Shades and tints

Shades of #5E976A

#5E976A
(94,151,106)
#568A61
(86,138,97)
#4E7D58
(78,125,88)
#46704F
(70,112,79)
#3E6346
(62,99,70)
#36563D
(54,86,61)
#2E4934
(46,73,52)
#263C2B
(38,60,43)
#1E2F22
(30,47,34)
#162219
(22,34,25)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #5E976A

#5E976A
(94,151,106)
#6CA077
(108,160,119)
#7AA984
(122,169,132)
#88B291
(136,178,145)
#96BB9E
(150,187,158)
#A4C4AB
(164,196,171)
#B2CDB8
(178,205,184)
#C0D6C5
(192,214,197)
#CEDFD2
(206,223,210)
#DCE8DF
(220,232,223)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E976A color. Also use rgb(94,151,106) instead hex code.

Text Font Color

.myTextColor { color: #5E976A; }

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

This text font color is #5E976A.


Background Color

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

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

This div background color is #5E976A.


Border color

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

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

This div border color is #5E976A.


Opacity

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

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

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

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

This text has shadow with #5E976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E976A on black background.


Color preview on white background

This text has color #5E976A on white background.



Black color preview on #5E976A background

This text has black color on #5E976A background.


White color preview on #5E976A background

This text has white color on #5E976A background.