COLOR #5C977D

HEX: #5C977D
RGB: (92,151,125)

Color info

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

RGB color model

#5C977D color RGB value is (92,151,125).

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

RGB channels and saturation

R 92 of 255 = 36%
G 151 of 255 = 59%
B 125 of 255 = 49%

92
151
125

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

Portions of RGB colors in percentages

R + G + B =
92 + 151 + 125 = 368 (100%)
R 92 of 368 ~ 25%
G 151 of 368 ~ 41.03%
B 125 of 368 ~ 33.97%

%25
%41.03
%33.97

CMYK color model

#5C977D color CMYK value is (39,0,17,41).

  • cyan value is 39.07%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK:
(39,0,17,41)
C39M0Y17K41 
(39%,0%,17%,41%)
(0.39/0.00/0.17/0.41)	

CMYK percentages

%39.07
%0
%17.22
%40.78

Codes

Color #5C977D in popluar color models

5C977D
RGB92151125
HSL154°24.28%47.65%
HSB/HSV154°39.07%59.22%
CMYK39.07%0.00%17.22%
40.78%

Color #5C977D in popluar number systems.

HEX5C977D
Decimal92151125
Binary1011100100101111111101
Octal134227175

Shades and tints

Shades of #5C977D

#5C977D
(92,151,125)
#548A72
(84,138,114)
#4C7D67
(76,125,103)
#44705C
(68,112,92)
#3C6351
(60,99,81)
#345646
(52,86,70)
#2C493B
(44,73,59)
#243C30
(36,60,48)
#1C2F25
(28,47,37)
#14221A
(20,34,26)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #5C977D

#5C977D
(92,151,125)
#6AA088
(106,160,136)
#78A993
(120,169,147)
#86B29E
(134,178,158)
#94BBA9
(148,187,169)
#A2C4B4
(162,196,180)
#B0CDBF
(176,205,191)
#BED6CA
(190,214,202)
#CCDFD5
(204,223,213)
#DAE8E0
(218,232,224)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C977D; }

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

This text font color is #5C977D.


Background Color

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

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

This div background color is #5C977D.


Border color

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

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

This div border color is #5C977D.


Opacity

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

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

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

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

This text has shadow with #5C977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C977D on black background.


Color preview on white background

This text has color #5C977D on white background.



Black color preview on #5C977D background

This text has black color on #5C977D background.


White color preview on #5C977D background

This text has white color on #5C977D background.