COLOR #5C728A

HEX: #5C728A
RGB: (92,114,138)

Color info

#5C728A contains red, green and blue colors in about the same proportion. Web safe color of #5C728A is #666699 (or #669).

RGB color model

#5C728A color RGB value is (92,114,138).

  • red value is 92;
  • green value is 114;
  • blue value is 138.
RGB:
(92,114,138)
(36%,45%,54%)

RGB channels and saturation

R 92 of 255 = 36%
G 114 of 255 = 45%
B 138 of 255 = 54%

92
114
138

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

Portions of RGB colors in percentages

R + G + B =
92 + 114 + 138 = 344 (100%)
R 92 of 344 ~ 26.74%
G 114 of 344 ~ 33.14%
B 138 of 344 ~ 40.12%

%26.74
%33.14
%40.12

CMYK color model

#5C728A color CMYK value is (33,17,0,46).

  • cyan value is 33.33%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(33,17,0,46)
C33M17Y0K46 
(33%,17%,0%,46%)
(0.33/0.17/0.00/0.46)	

CMYK percentages

%33.33
%17.39
%0
%45.88

Codes

Color #5C728A in popluar color models

5C728A
RGB92114138
HSL211°20.00%45.10%
HSB/HSV211°33.33%54.12%
CMYK33.33%17.39%0.00%
45.88%

Color #5C728A in popluar number systems.

HEX5C728A
Decimal92114138
Binary1011100111001010001010
Octal134162212

Shades and tints

Shades of #5C728A

#5C728A
(92,114,138)
#54687E
(84,104,126)
#4C5E72
(76,94,114)
#445466
(68,84,102)
#3C4A5A
(60,74,90)
#34404E
(52,64,78)
#2C3642
(44,54,66)
#242C36
(36,44,54)
#1C222A
(28,34,42)
#14181E
(20,24,30)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #5C728A

#5C728A
(92,114,138)
#6A7E94
(106,126,148)
#788A9E
(120,138,158)
#8696A8
(134,150,168)
#94A2B2
(148,162,178)
#A2AEBC
(162,174,188)
#B0BAC6
(176,186,198)
#BEC6D0
(190,198,208)
#CCD2DA
(204,210,218)
#DADEE4
(218,222,228)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C728A color. Also use rgb(92,114,138) instead hex code.

Text Font Color

.myTextColor { color: #5C728A; }

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

This text font color is #5C728A.


Background Color

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

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

This div background color is #5C728A.


Border color

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

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

This div border color is #5C728A.


Opacity

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

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

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

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

This text has shadow with #5C728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C728A on black background.


Color preview on white background

This text has color #5C728A on white background.



Black color preview on #5C728A background

This text has black color on #5C728A background.


White color preview on #5C728A background

This text has white color on #5C728A background.