COLOR #5C7C83

HEX: #5C7C83
RGB: (92,124,131)

Color info

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

RGB color model

#5C7C83 color RGB value is (92,124,131).

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

RGB channels and saturation

R 92 of 255 = 36%
G 124 of 255 = 49%
B 131 of 255 = 51%

92
124
131

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

Portions of RGB colors in percentages

R + G + B =
92 + 124 + 131 = 347 (100%)
R 92 of 347 ~ 26.51%
G 124 of 347 ~ 35.73%
B 131 of 347 ~ 37.75%

%26.51
%35.73
%37.75

CMYK color model

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

  • cyan value is 29.77%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(30,5,0,49)
C30M5Y0K49 
(30%,5%,0%,49%)
(0.30/0.05/0.00/0.49)	

CMYK percentages

%29.77
%5.34
%0
%48.63

Codes

Color #5C7C83 in popluar color models

5C7C83
RGB92124131
HSL191°17.49%43.73%
HSB/HSV191°29.77%51.37%
CMYK29.77%5.34%0.00%
48.63%

Color #5C7C83 in popluar number systems.

HEX5C7C83
Decimal92124131
Binary1011100111110010000011
Octal134174203

Shades and tints

Shades of #5C7C83

#5C7C83
(92,124,131)
#547178
(84,113,120)
#4C666D
(76,102,109)
#445B62
(68,91,98)
#3C5057
(60,80,87)
#34454C
(52,69,76)
#2C3A41
(44,58,65)
#242F36
(36,47,54)
#1C242B
(28,36,43)
#141920
(20,25,32)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #5C7C83

#5C7C83
(92,124,131)
#6A878E
(106,135,142)
#789299
(120,146,153)
#869DA4
(134,157,164)
#94A8AF
(148,168,175)
#A2B3BA
(162,179,186)
#B0BEC5
(176,190,197)
#BEC9D0
(190,201,208)
#CCD4DB
(204,212,219)
#DADFE6
(218,223,230)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7C83; }

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

This text font color is #5C7C83.


Background Color

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

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

This div background color is #5C7C83.


Border color

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

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

This div border color is #5C7C83.


Opacity

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

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

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

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

This text has shadow with #5C7C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7C83 on black background.


Color preview on white background

This text has color #5C7C83 on white background.



Black color preview on #5C7C83 background

This text has black color on #5C7C83 background.


White color preview on #5C7C83 background

This text has white color on #5C7C83 background.