COLOR #5C7983

HEX: #5C7983
RGB: (92,121,131)

Color info

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

RGB color model

#5C7983 color RGB value is (92,121,131).

  • red value is 92;
  • green value is 121;
  • blue value is 131.
RGB:
(92,121,131)
(36%,47%,51%)

RGB channels and saturation

R 92 of 255 = 36%
G 121 of 255 = 47%
B 131 of 255 = 51%

92
121
131

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

Portions of RGB colors in percentages

R + G + B =
92 + 121 + 131 = 344 (100%)
R 92 of 344 ~ 26.74%
G 121 of 344 ~ 35.17%
B 131 of 344 ~ 38.08%

%26.74
%35.17
%38.08

CMYK color model

#5C7983 color CMYK value is (30,8,0,49).

  • cyan value is 29.77%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(30,8,0,49)
C30M8Y0K49 
(30%,8%,0%,49%)
(0.30/0.08/0.00/0.49)	

CMYK percentages

%29.77
%7.63
%0
%48.63

Codes

Color #5C7983 in popluar color models

5C7983
RGB92121131
HSL195°17.49%43.73%
HSB/HSV195°29.77%51.37%
CMYK29.77%7.63%0.00%
48.63%

Color #5C7983 in popluar number systems.

HEX5C7983
Decimal92121131
Binary1011100111100110000011
Octal134171203

Shades and tints

Shades of #5C7983

#5C7983
(92,121,131)
#546E78
(84,110,120)
#4C636D
(76,99,109)
#445862
(68,88,98)
#3C4D57
(60,77,87)
#34424C
(52,66,76)
#2C3741
(44,55,65)
#242C36
(36,44,54)
#1C212B
(28,33,43)
#141620
(20,22,32)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #5C7983

#5C7983
(92,121,131)
#6A858E
(106,133,142)
#789199
(120,145,153)
#869DA4
(134,157,164)
#94A9AF
(148,169,175)
#A2B5BA
(162,181,186)
#B0C1C5
(176,193,197)
#BECDD0
(190,205,208)
#CCD9DB
(204,217,219)
#DAE5E6
(218,229,230)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7983 color. Also use rgb(92,121,131) instead hex code.

Text Font Color

.myTextColor { color: #5C7983; }

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

This text font color is #5C7983.


Background Color

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

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

This div background color is #5C7983.


Border color

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

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

This div border color is #5C7983.


Opacity

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

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

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

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

This text has shadow with #5C7983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7983 on black background.


Color preview on white background

This text has color #5C7983 on white background.



Black color preview on #5C7983 background

This text has black color on #5C7983 background.


White color preview on #5C7983 background

This text has white color on #5C7983 background.