COLOR #5C7473

HEX: #5C7473
RGB: (92,116,115)

Color info

#5C7473 contains red, green and blue colors in about the same proportion. Web safe color of #5C7473 is #666666 (or #666).

RGB color model

#5C7473 color RGB value is (92,116,115).

  • red value is 92;
  • green value is 116;
  • blue value is 115.
RGB:
(92,116,115)
(36%,45%,45%)

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 115 of 255 = 45%

92
116
115

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

Portions of RGB colors in percentages

R + G + B =
92 + 116 + 115 = 323 (100%)
R 92 of 323 ~ 28.48%
G 116 of 323 ~ 35.91%
B 115 of 323 ~ 35.6%

%28.48
%35.91
%35.6

CMYK color model

#5C7473 color CMYK value is (21,0,1,55).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(21,0,1,55)
C21M0Y1K55 
(21%,0%,1%,55%)
(0.21/0.00/0.01/0.55)	

CMYK percentages

%20.69
%0
%0.86
%54.51

Codes

Color #5C7473 in popluar color models

5C7473
RGB92116115
HSL178°11.54%40.78%
HSB/HSV178°20.69%45.49%
CMYK20.69%0.00%0.86%
54.51%

Color #5C7473 in popluar number systems.

HEX5C7473
Decimal92116115
Binary101110011101001110011
Octal134164163

Shades and tints

Shades of #5C7473

#5C7473
(92,116,115)
#546A69
(84,106,105)
#4C605F
(76,96,95)
#445655
(68,86,85)
#3C4C4B
(60,76,75)
#344241
(52,66,65)
#2C3837
(44,56,55)
#242E2D
(36,46,45)
#1C2423
(28,36,35)
#141A19
(20,26,25)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #5C7473

#5C7473
(92,116,115)
#6A807F
(106,128,127)
#788C8B
(120,140,139)
#869897
(134,152,151)
#94A4A3
(148,164,163)
#A2B0AF
(162,176,175)
#B0BCBB
(176,188,187)
#BEC8C7
(190,200,199)
#CCD4D3
(204,212,211)
#DAE0DF
(218,224,223)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7473 color. Also use rgb(92,116,115) instead hex code.

Text Font Color

.myTextColor { color: #5C7473; }

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

This text font color is #5C7473.


Background Color

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

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

This div background color is #5C7473.


Border color

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

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

This div border color is #5C7473.


Opacity

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

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

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

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

This text has shadow with #5C7473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7473 on black background.


Color preview on white background

This text has color #5C7473 on white background.



Black color preview on #5C7473 background

This text has black color on #5C7473 background.


White color preview on #5C7473 background

This text has white color on #5C7473 background.