COLOR #5C976E

HEX: #5C976E
RGB: (92,151,110)

Color info

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

RGB color model

#5C976E color RGB value is (92,151,110).

  • red value is 92;
  • green value is 151;
  • blue value is 110.
RGB:
(92,151,110)
(36%,59%,43%)

RGB channels and saturation

R 92 of 255 = 36%
G 151 of 255 = 59%
B 110 of 255 = 43%

92
151
110

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

Portions of RGB colors in percentages

R + G + B =
92 + 151 + 110 = 353 (100%)
R 92 of 353 ~ 26.06%
G 151 of 353 ~ 42.78%
B 110 of 353 ~ 31.16%

%26.06
%42.78
%31.16

CMYK color model

#5C976E color CMYK value is (39,0,27,41).

  • cyan value is 39.07%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 40.78%
CMYK:
(39,0,27,41)
C39M0Y27K41 
(39%,0%,27%,41%)
(0.39/0.00/0.27/0.41)	

CMYK percentages

%39.07
%0
%27.15
%40.78

Codes

Color #5C976E in popluar color models

5C976E
RGB92151110
HSL138°24.28%47.65%
HSB/HSV138°39.07%59.22%
CMYK39.07%0.00%27.15%
40.78%

Color #5C976E in popluar number systems.

HEX5C976E
Decimal92151110
Binary1011100100101111101110
Octal134227156

Shades and tints

Shades of #5C976E

#5C976E
(92,151,110)
#548A64
(84,138,100)
#4C7D5A
(76,125,90)
#447050
(68,112,80)
#3C6346
(60,99,70)
#34563C
(52,86,60)
#2C4932
(44,73,50)
#243C28
(36,60,40)
#1C2F1E
(28,47,30)
#142214
(20,34,20)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #5C976E

#5C976E
(92,151,110)
#6AA07B
(106,160,123)
#78A988
(120,169,136)
#86B295
(134,178,149)
#94BBA2
(148,187,162)
#A2C4AF
(162,196,175)
#B0CDBC
(176,205,188)
#BED6C9
(190,214,201)
#CCDFD6
(204,223,214)
#DAE8E3
(218,232,227)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C976E color. Also use rgb(92,151,110) instead hex code.

Text Font Color

.myTextColor { color: #5C976E; }

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

This text font color is #5C976E.


Background Color

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

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

This div background color is #5C976E.


Border color

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

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

This div border color is #5C976E.


Opacity

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

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

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

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

This text has shadow with #5C976E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C976E on black background.


Color preview on white background

This text has color #5C976E on white background.



Black color preview on #5C976E background

This text has black color on #5C976E background.


White color preview on #5C976E background

This text has white color on #5C976E background.