COLOR #5C9E9D

HEX: #5C9E9D
RGB: (92,158,157)

Color info

#5C9E9D contains mainly green and blue colors. Web safe color of #5C9E9D is #669999 (or #699).

RGB color model

#5C9E9D color RGB value is (92,158,157).

  • red value is 92;
  • green value is 158;
  • blue value is 157.
RGB:
(92,158,157)
(36%,62%,62%)

RGB channels and saturation

R 92 of 255 = 36%
G 158 of 255 = 62%
B 157 of 255 = 62%

92
158
157

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

Portions of RGB colors in percentages

R + G + B =
92 + 158 + 157 = 407 (100%)
R 92 of 407 ~ 22.6%
G 158 of 407 ~ 38.82%
B 157 of 407 ~ 38.57%

%22.6
%38.82
%38.57

CMYK color model

#5C9E9D color CMYK value is (42,0,1,38).

  • cyan value is 41.77%
  • magenta value is 0.00%
  • yellow value is 0.63%
  • key color value is 38.04%
CMYK:
(42,0,1,38)
C42M0Y1K38 
(42%,0%,1%,38%)
(0.42/0.00/0.01/0.38)	

CMYK percentages

%41.77
%0
%0.63
%38.04

Codes

Color #5C9E9D in popluar color models

5C9E9D
RGB92158157
HSL179°26.40%49.02%
HSB/HSV179°41.77%61.96%
CMYK41.77%0.00%0.63%
38.04%

Color #5C9E9D in popluar number systems.

HEX5C9E9D
Decimal92158157
Binary10111001001111010011101
Octal134236235

Shades and tints

Shades of #5C9E9D

#5C9E9D
(92,158,157)
#54908F
(84,144,143)
#4C8281
(76,130,129)
#447473
(68,116,115)
#3C6665
(60,102,101)
#345857
(52,88,87)
#2C4A49
(44,74,73)
#243C3B
(36,60,59)
#1C2E2D
(28,46,45)
#14201F
(20,32,31)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #5C9E9D

#5C9E9D
(92,158,157)
#6AA6A5
(106,166,165)
#78AEAD
(120,174,173)
#86B6B5
(134,182,181)
#94BEBD
(148,190,189)
#A2C6C5
(162,198,197)
#B0CECD
(176,206,205)
#BED6D5
(190,214,213)
#CCDEDD
(204,222,221)
#DAE6E5
(218,230,229)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9E9D; }

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

This text font color is #5C9E9D.


Background Color

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

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

This div background color is #5C9E9D.


Border color

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

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

This div border color is #5C9E9D.


Opacity

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

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

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

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

This text has shadow with #5C9E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9E9D on black background.


Color preview on white background

This text has color #5C9E9D on white background.



Black color preview on #5C9E9D background

This text has black color on #5C9E9D background.


White color preview on #5C9E9D background

This text has white color on #5C9E9D background.