COLOR #5C9E93

HEX: #5C9E93
RGB: (92,158,147)

Color info

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

RGB color model

#5C9E93 color RGB value is (92,158,147).

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

RGB channels and saturation

R 92 of 255 = 36%
G 158 of 255 = 62%
B 147 of 255 = 58%

92
158
147

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

Portions of RGB colors in percentages

R + G + B =
92 + 158 + 147 = 397 (100%)
R 92 of 397 ~ 23.17%
G 158 of 397 ~ 39.8%
B 147 of 397 ~ 37.03%

%23.17
%39.8
%37.03

CMYK color model

#5C9E93 color CMYK value is (42,0,7,38).

  • cyan value is 41.77%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 38.04%
CMYK:
(42,0,7,38)
C42M0Y7K38 
(42%,0%,7%,38%)
(0.42/0.00/0.07/0.38)	

CMYK percentages

%41.77
%0
%6.96
%38.04

Codes

Color #5C9E93 in popluar color models

5C9E93
RGB92158147
HSL170°26.40%49.02%
HSB/HSV170°41.77%61.96%
CMYK41.77%0.00%6.96%
38.04%

Color #5C9E93 in popluar number systems.

HEX5C9E93
Decimal92158147
Binary10111001001111010010011
Octal134236223

Shades and tints

Shades of #5C9E93

#5C9E93
(92,158,147)
#549086
(84,144,134)
#4C8279
(76,130,121)
#44746C
(68,116,108)
#3C665F
(60,102,95)
#345852
(52,88,82)
#2C4A45
(44,74,69)
#243C38
(36,60,56)
#1C2E2B
(28,46,43)
#14201E
(20,32,30)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #5C9E93

#5C9E93
(92,158,147)
#6AA69C
(106,166,156)
#78AEA5
(120,174,165)
#86B6AE
(134,182,174)
#94BEB7
(148,190,183)
#A2C6C0
(162,198,192)
#B0CEC9
(176,206,201)
#BED6D2
(190,214,210)
#CCDEDB
(204,222,219)
#DAE6E4
(218,230,228)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9E93; }

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

This text font color is #5C9E93.


Background Color

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

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

This div background color is #5C9E93.


Border color

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

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

This div border color is #5C9E93.


Opacity

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

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

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

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

This text has shadow with #5C9E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9E93 on black background.


Color preview on white background

This text has color #5C9E93 on white background.



Black color preview on #5C9E93 background

This text has black color on #5C9E93 background.


White color preview on #5C9E93 background

This text has white color on #5C9E93 background.