COLOR #5C9771

HEX: #5C9771
RGB: (92,151,113)

Color info

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

RGB color model

#5C9771 color RGB value is (92,151,113).

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

RGB channels and saturation

R 92 of 255 = 36%
G 151 of 255 = 59%
B 113 of 255 = 44%

92
151
113

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

Portions of RGB colors in percentages

R + G + B =
92 + 151 + 113 = 356 (100%)
R 92 of 356 ~ 25.84%
G 151 of 356 ~ 42.42%
B 113 of 356 ~ 31.74%

%25.84
%42.42
%31.74

CMYK color model

#5C9771 color CMYK value is (39,0,25,41).

  • cyan value is 39.07%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 40.78%
CMYK:
(39,0,25,41)
C39M0Y25K41 
(39%,0%,25%,41%)
(0.39/0.00/0.25/0.41)	

CMYK percentages

%39.07
%0
%25.17
%40.78

Codes

Color #5C9771 in popluar color models

5C9771
RGB92151113
HSL141°24.28%47.65%
HSB/HSV141°39.07%59.22%
CMYK39.07%0.00%25.17%
40.78%

Color #5C9771 in popluar number systems.

HEX5C9771
Decimal92151113
Binary1011100100101111110001
Octal134227161

Shades and tints

Shades of #5C9771

#5C9771
(92,151,113)
#548A67
(84,138,103)
#4C7D5D
(76,125,93)
#447053
(68,112,83)
#3C6349
(60,99,73)
#34563F
(52,86,63)
#2C4935
(44,73,53)
#243C2B
(36,60,43)
#1C2F21
(28,47,33)
#142217
(20,34,23)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #5C9771

#5C9771
(92,151,113)
#6AA07D
(106,160,125)
#78A989
(120,169,137)
#86B295
(134,178,149)
#94BBA1
(148,187,161)
#A2C4AD
(162,196,173)
#B0CDB9
(176,205,185)
#BED6C5
(190,214,197)
#CCDFD1
(204,223,209)
#DAE8DD
(218,232,221)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9771; }

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

This text font color is #5C9771.


Background Color

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

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

This div background color is #5C9771.


Border color

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

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

This div border color is #5C9771.


Opacity

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

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

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

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

This text has shadow with #5C9771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9771 on black background.


Color preview on white background

This text has color #5C9771 on white background.



Black color preview on #5C9771 background

This text has black color on #5C9771 background.


White color preview on #5C9771 background

This text has white color on #5C9771 background.