COLOR #5C8F93

HEX: #5C8F93
RGB: (92,143,147)

Color info

#5C8F93 contains red, green and blue colors in about the same proportion. Web safe color of #5C8F93 is #669999 (or #699).

RGB color model

#5C8F93 color RGB value is (92,143,147).

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

RGB channels and saturation

R 92 of 255 = 36%
G 143 of 255 = 56%
B 147 of 255 = 58%

92
143
147

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

Portions of RGB colors in percentages

R + G + B =
92 + 143 + 147 = 382 (100%)
R 92 of 382 ~ 24.08%
G 143 of 382 ~ 37.43%
B 147 of 382 ~ 38.48%

%24.08
%37.43
%38.48

CMYK color model

#5C8F93 color CMYK value is (37,3,0,42).

  • cyan value is 37.41%
  • magenta value is 2.72%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(37,3,0,42)
C37M3Y0K42 
(37%,3%,0%,42%)
(0.37/0.03/0.00/0.42)	

CMYK percentages

%37.41
%2.72
%0
%42.35

Codes

Color #5C8F93 in popluar color models

5C8F93
RGB92143147
HSL184°23.01%46.86%
HSB/HSV184°37.41%57.65%
CMYK37.41%2.72%0.00%
42.35%

Color #5C8F93 in popluar number systems.

HEX5C8F93
Decimal92143147
Binary10111001000111110010011
Octal134217223

Shades and tints

Shades of #5C8F93

#5C8F93
(92,143,147)
#548286
(84,130,134)
#4C7579
(76,117,121)
#44686C
(68,104,108)
#3C5B5F
(60,91,95)
#344E52
(52,78,82)
#2C4145
(44,65,69)
#243438
(36,52,56)
#1C272B
(28,39,43)
#141A1E
(20,26,30)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #5C8F93

#5C8F93
(92,143,147)
#6A999C
(106,153,156)
#78A3A5
(120,163,165)
#86ADAE
(134,173,174)
#94B7B7
(148,183,183)
#A2C1C0
(162,193,192)
#B0CBC9
(176,203,201)
#BED5D2
(190,213,210)
#CCDFDB
(204,223,219)
#DAE9E4
(218,233,228)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8F93; }

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

This text font color is #5C8F93.


Background Color

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

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

This div background color is #5C8F93.


Border color

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

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

This div border color is #5C8F93.


Opacity

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

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

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

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

This text has shadow with #5C8F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8F93 on black background.


Color preview on white background

This text has color #5C8F93 on white background.



Black color preview on #5C8F93 background

This text has black color on #5C8F93 background.


White color preview on #5C8F93 background

This text has white color on #5C8F93 background.