COLOR #5C9D80

HEX: #5C9D80 RGB: (92,157,128)

Color info

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

RGB color model

#5C9D80 color RGB value is (92,157,128).

RGB: (92,157,128) (36%, 62%, 50%)

RGB channels and saturation

R 92 of 255 = 36%
G 157 of 255 = 62%
B 128 of 255 = 50%

92
157
128

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

Portions of RGB colors in percentages

R + G + B = 92 + 157 + 128 = 377 (100%)
R 92 of 377 ~ 24.4%
G 157 of 377 ~ 41.64%
B 128 of 377 ~ 33.95'%

%24.4
%41.64
%33.95

CMYK color model

#5C9D80 color CMYK value is (41,0,18,38).

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

CMYK: (41,0,18,38)
C41M0Y18K38 (41%, 0%, 18%, 38%)
(0.41 / 0.00 / 0.18 / 0.38)

CMYK percentages

%41.4
%0
%18.47
%38.43

Codes

Color #5C9D80 in popluar color models

5C 9D 80
RGB 92 157 128
HSL 153° 26.10% 48.82%
HSB/HSV 153° 41.40% 61.57%
CMYK 41.40% 0.00% 18.47%
38.43%

Color #5C9D80 in popluar number systems.

HEX 5C 9D 80
Decimal 92 157 128
Binary 1011100 10011101 10000000
Octal 134 235 200

Shades and tints

Shades of #5C9D80

#5C9D80
(92,157,128)
#548F75
(84,143,117)
#4C816A
(76,129,106)
#44735F
(68,115,95)
#3C6554
(60,101,84)
#345749
(52,87,73)
#2C493E
(44,73,62)
#243B33
(36,59,51)
#1C2D28
(28,45,40)
#141F1D
(20,31,29)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #5C9D80

#5C9D80
(92,157,128)
#6AA58B
(106,165,139)
#78AD96
(120,173,150)
#86B5A1
(134,181,161)
#94BDAC
(148,189,172)
#A2C5B7
(162,197,183)
#B0CDC2
(176,205,194)
#BED5CD
(190,213,205)
#CCDDD8
(204,221,216)
#DAE5E3
(218,229,227)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9D80; }

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

This text font color is #5C9D80.

Background Color

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

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

This div background color is #5C9D80.

Border color

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

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

This div border color is #5C9D80.

Opacity

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

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

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

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

This text has shadow with #5C9D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9D80.

Preview

Color preview on black background

This text has color #5C9D80 on black background.


Color preview on white background

This text has color #5C9D80 on white background.


Black color preview on #5C9D80 background

This text has black color on #5C9D80 background.


White color preview on #5C9D80 background

This text has white color on #5C9D80 background.


Related colors

Complementary color

Complementary color for #hex is #A3627F.


I love getcolorcode.com

Triadic colors

1 #805C9D and #9D805C with #5C9D80 are triadic colors.

2 #809D5C and #9D5C80 with #5C9D80 are triadic colors.