COLOR #5C9677

HEX: #5C9677
RGB: (92,150,119)

Color info

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

RGB color model

#5C9677 color RGB value is (92,150,119).

  • red value is 92;
  • green value is 150;
  • blue value is 119.
RGB:
(92,150,119)
(36%,59%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 150 of 255 = 59%
B 119 of 255 = 47%

92
150
119

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

Portions of RGB colors in percentages

R + G + B =
92 + 150 + 119 = 361 (100%)
R 92 of 361 ~ 25.48%
G 150 of 361 ~ 41.55%
B 119 of 361 ~ 32.96%

%25.48
%41.55
%32.96

CMYK color model

#5C9677 color CMYK value is (39,0,21,41).

  • cyan value is 38.67%
  • magenta value is 0.00%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(39,0,21,41)
C39M0Y21K41 
(39%,0%,21%,41%)
(0.39/0.00/0.21/0.41)	

CMYK percentages

%38.67
%0
%20.67
%41.18

Codes

Color #5C9677 in popluar color models

5C9677
RGB92150119
HSL148°23.97%47.45%
HSB/HSV148°38.67%58.82%
CMYK38.67%0.00%20.67%
41.18%

Color #5C9677 in popluar number systems.

HEX5C9677
Decimal92150119
Binary1011100100101101110111
Octal134226167

Shades and tints

Shades of #5C9677

#5C9677
(92,150,119)
#54896D
(84,137,109)
#4C7C63
(76,124,99)
#446F59
(68,111,89)
#3C624F
(60,98,79)
#345545
(52,85,69)
#2C483B
(44,72,59)
#243B31
(36,59,49)
#1C2E27
(28,46,39)
#14211D
(20,33,29)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #5C9677

#5C9677
(92,150,119)
#6A9F83
(106,159,131)
#78A88F
(120,168,143)
#86B19B
(134,177,155)
#94BAA7
(148,186,167)
#A2C3B3
(162,195,179)
#B0CCBF
(176,204,191)
#BED5CB
(190,213,203)
#CCDED7
(204,222,215)
#DAE7E3
(218,231,227)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9677 color. Also use rgb(92,150,119) instead hex code.

Text Font Color

.myTextColor { color: #5C9677; }

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

This text font color is #5C9677.


Background Color

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

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

This div background color is #5C9677.


Border color

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

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

This div border color is #5C9677.


Opacity

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

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

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

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

This text has shadow with #5C9677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9677 on black background.


Color preview on white background

This text has color #5C9677 on white background.



Black color preview on #5C9677 background

This text has black color on #5C9677 background.


White color preview on #5C9677 background

This text has white color on #5C9677 background.