COLOR #5C9579

HEX: #5C9579
RGB: (92,149,121)

Color info

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

RGB color model

#5C9579 color RGB value is (92,149,121).

  • red value is 92;
  • green value is 149;
  • blue value is 121.
RGB:
(92,149,121)
(36%,58%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 121 of 255 = 47%

92
149
121

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

Portions of RGB colors in percentages

R + G + B =
92 + 149 + 121 = 362 (100%)
R 92 of 362 ~ 25.41%
G 149 of 362 ~ 41.16%
B 121 of 362 ~ 33.43%

%25.41
%41.16
%33.43

CMYK color model

#5C9579 color CMYK value is (38,0,19,42).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(38,0,19,42)
C38M0Y19K42 
(38%,0%,19%,42%)
(0.38/0.00/0.19/0.42)	

CMYK percentages

%38.26
%0
%18.79
%41.57

Codes

Color #5C9579 in popluar color models

5C9579
RGB92149121
HSL151°23.65%47.25%
HSB/HSV151°38.26%58.43%
CMYK38.26%0.00%18.79%
41.57%

Color #5C9579 in popluar number systems.

HEX5C9579
Decimal92149121
Binary1011100100101011111001
Octal134225171

Shades and tints

Shades of #5C9579

#5C9579
(92,149,121)
#54886E
(84,136,110)
#4C7B63
(76,123,99)
#446E58
(68,110,88)
#3C614D
(60,97,77)
#345442
(52,84,66)
#2C4737
(44,71,55)
#243A2C
(36,58,44)
#1C2D21
(28,45,33)
#142016
(20,32,22)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #5C9579

#5C9579
(92,149,121)
#6A9E85
(106,158,133)
#78A791
(120,167,145)
#86B09D
(134,176,157)
#94B9A9
(148,185,169)
#A2C2B5
(162,194,181)
#B0CBC1
(176,203,193)
#BED4CD
(190,212,205)
#CCDDD9
(204,221,217)
#DAE6E5
(218,230,229)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9579; }

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

This text font color is #5C9579.


Background Color

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

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

This div background color is #5C9579.


Border color

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

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

This div border color is #5C9579.


Opacity

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

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

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

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

This text has shadow with #5C9579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9579 on black background.


Color preview on white background

This text has color #5C9579 on white background.



Black color preview on #5C9579 background

This text has black color on #5C9579 background.


White color preview on #5C9579 background

This text has white color on #5C9579 background.