COLOR #5C957F

HEX: #5C957F RGB: (92,149,127)

Color info

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

RGB color model

#5C957F color RGB value is (92,149,127).

RGB: (92,149,127) (36%, 58%, 50%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 127 of 255 = 50%

92
149
127

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

Portions of RGB colors in percentages

R + G + B = 92 + 149 + 127 = 368 (100%)
R 92 of 368 ~ 25%
G 149 of 368 ~ 40.49%
B 127 of 368 ~ 34.51'%

%25
%40.49
%34.51

CMYK color model

#5C957F color CMYK value is (38,0,15,42).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%

CMYK: (38,0,15,42)
C38M0Y15K42 (38%, 0%, 15%, 42%)
(0.38 / 0.00 / 0.15 / 0.42)

CMYK percentages

%38.26
%0
%14.77
%41.57

Codes

Color #5C957F in popluar color models

5C 95 7F
RGB 92 149 127
HSL 157° 23.65% 47.25%
HSB/HSV 157° 38.26% 58.43%
CMYK 38.26% 0.00% 14.77%
41.57%

Color #5C957F in popluar number systems.

HEX 5C 95 7F
Decimal 92 149 127
Binary 1011100 10010101 1111111
Octal 134 225 177

Shades and tints

Shades of #5C957F

#5C957F
(92,149,127)
#548874
(84,136,116)
#4C7B69
(76,123,105)
#446E5E
(68,110,94)
#3C6153
(60,97,83)
#345448
(52,84,72)
#2C473D
(44,71,61)
#243A32
(36,58,50)
#1C2D27
(28,45,39)
#14201C
(20,32,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #5C957F

#5C957F
(92,149,127)
#6A9E8A
(106,158,138)
#78A795
(120,167,149)
#86B0A0
(134,176,160)
#94B9AB
(148,185,171)
#A2C2B6
(162,194,182)
#B0CBC1
(176,203,193)
#BED4CC
(190,212,204)
#CCDDD7
(204,221,215)
#DAE6E2
(218,230,226)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C957F color. Also use rgb(92,149,127) instead hex code.

Text Font Color

.myTextColor { color: #5C957F; }

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

This text font color is #5C957F.

Background Color

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

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

This div background color is #5C957F.

Border color

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

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

This div border color is #5C957F.

Opacity

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

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

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

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

This text has shadow with #5C957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C957F.

Preview

Color preview on black background

This text has color #5C957F on black background.


Color preview on white background

This text has color #5C957F on white background.


Black color preview on #5C957F background

This text has black color on #5C957F background.


White color preview on #5C957F background

This text has white color on #5C957F background.


Related colors

Complementary color

Complementary color for #hex is #A36A80.


I love getcolorcode.com

Triadic colors

1 #7F5C95 and #957F5C with #5C957F are triadic colors.

2 #7F955C and #955C7F with #5C957F are triadic colors.