COLOR #5C9D7C

HEX: #5C9D7C RGB: (92,157,124)

Color info

#5C9D7C contains mainly green and blue colors. Web safe color of #5C9D7C is #669966 (or #696).

RGB color model

#5C9D7C color RGB value is (92,157,124).

RGB: (92,157,124) (36%, 62%, 49%)

RGB channels and saturation

R 92 of 255 = 36%
G 157 of 255 = 62%
B 124 of 255 = 49%

92
157
124

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

Portions of RGB colors in percentages

R + G + B = 92 + 157 + 124 = 373 (100%)
R 92 of 373 ~ 24.66%
G 157 of 373 ~ 42.09%
B 124 of 373 ~ 33.24'%

%24.66
%42.09
%33.24

CMYK color model

#5C9D7C color CMYK value is (41,0,21,38).

  • cyan value is 41.40%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 38.43%

CMYK: (41,0,21,38)
C41M0Y21K38 (41%, 0%, 21%, 38%)
(0.41 / 0.00 / 0.21 / 0.38)

CMYK percentages

%41.4
%0
%21.02
%38.43

Codes

Color #5C9D7C in popluar color models

5C 9D 7C
RGB 92 157 124
HSL 150° 26.10% 48.82%
HSB/HSV 150° 41.40% 61.57%
CMYK 41.40% 0.00% 21.02%
38.43%

Color #5C9D7C in popluar number systems.

HEX 5C 9D 7C
Decimal 92 157 124
Binary 1011100 10011101 1111100
Octal 134 235 174

Shades and tints

Shades of #5C9D7C

#5C9D7C
(92,157,124)
#548F71
(84,143,113)
#4C8166
(76,129,102)
#44735B
(68,115,91)
#3C6550
(60,101,80)
#345745
(52,87,69)
#2C493A
(44,73,58)
#243B2F
(36,59,47)
#1C2D24
(28,45,36)
#141F19
(20,31,25)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #5C9D7C

#5C9D7C
(92,157,124)
#6AA587
(106,165,135)
#78AD92
(120,173,146)
#86B59D
(134,181,157)
#94BDA8
(148,189,168)
#A2C5B3
(162,197,179)
#B0CDBE
(176,205,190)
#BED5C9
(190,213,201)
#CCDDD4
(204,221,212)
#DAE5DF
(218,229,223)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9D7C color. Also use rgb(92,157,124) instead hex code.

Text Font Color

.myTextColor { color: #5C9D7C; }

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

This text font color is #5C9D7C.

Background Color

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

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

This div background color is #5C9D7C.

Border color

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

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

This div border color is #5C9D7C.

Opacity

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

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

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

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

This text has shadow with #5C9D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9D7C.

Preview

Color preview on black background

This text has color #5C9D7C on black background.


Color preview on white background

This text has color #5C9D7C on white background.


Black color preview on #5C9D7C background

This text has black color on #5C9D7C background.


White color preview on #5C9D7C background

This text has white color on #5C9D7C background.


Related colors

Complementary color

Complementary color for #hex is #A36283.


I love getcolorcode.com

Triadic colors

1 #7C5C9D and #9D7C5C with #5C9D7C are triadic colors.

2 #7C9D5C and #9D5C7C with #5C9D7C are triadic colors.