COLOR #5C9775

HEX: #5C9775
RGB: (92,151,117)

Color info

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

RGB color model

#5C9775 color RGB value is (92,151,117).

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

RGB channels and saturation

R 92 of 255 = 36%
G 151 of 255 = 59%
B 117 of 255 = 46%

92
151
117

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

Portions of RGB colors in percentages

R + G + B =
92 + 151 + 117 = 360 (100%)
R 92 of 360 ~ 25.56%
G 151 of 360 ~ 41.94%
B 117 of 360 ~ 32.5%

%25.56
%41.94
%32.5

CMYK color model

#5C9775 color CMYK value is (39,0,23,41).

  • cyan value is 39.07%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 40.78%
CMYK:
(39,0,23,41)
C39M0Y23K41 
(39%,0%,23%,41%)
(0.39/0.00/0.23/0.41)	

CMYK percentages

%39.07
%0
%22.52
%40.78

Codes

Color #5C9775 in popluar color models

5C9775
RGB92151117
HSL145°24.28%47.65%
HSB/HSV145°39.07%59.22%
CMYK39.07%0.00%22.52%
40.78%

Color #5C9775 in popluar number systems.

HEX5C9775
Decimal92151117
Binary1011100100101111110101
Octal134227165

Shades and tints

Shades of #5C9775

#5C9775
(92,151,117)
#548A6B
(84,138,107)
#4C7D61
(76,125,97)
#447057
(68,112,87)
#3C634D
(60,99,77)
#345643
(52,86,67)
#2C4939
(44,73,57)
#243C2F
(36,60,47)
#1C2F25
(28,47,37)
#14221B
(20,34,27)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #5C9775

#5C9775
(92,151,117)
#6AA081
(106,160,129)
#78A98D
(120,169,141)
#86B299
(134,178,153)
#94BBA5
(148,187,165)
#A2C4B1
(162,196,177)
#B0CDBD
(176,205,189)
#BED6C9
(190,214,201)
#CCDFD5
(204,223,213)
#DAE8E1
(218,232,225)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9775; }

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

This text font color is #5C9775.


Background Color

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

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

This div background color is #5C9775.


Border color

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

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

This div border color is #5C9775.


Opacity

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

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

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

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

This text has shadow with #5C9775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9775 on black background.


Color preview on white background

This text has color #5C9775 on white background.



Black color preview on #5C9775 background

This text has black color on #5C9775 background.


White color preview on #5C9775 background

This text has white color on #5C9775 background.