COLOR #5C757B

HEX: #5C757B
RGB: (92,117,123)

Color info

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

RGB color model

#5C757B color RGB value is (92,117,123).

  • red value is 92;
  • green value is 117;
  • blue value is 123.
RGB:
(92,117,123)
(36%,46%,48%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 123 of 255 = 48%

92
117
123

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

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 123 = 332 (100%)
R 92 of 332 ~ 27.71%
G 117 of 332 ~ 35.24%
B 123 of 332 ~ 37.05%

%27.71
%35.24
%37.05

CMYK color model

#5C757B color CMYK value is (25,5,0,52).

  • cyan value is 25.20%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(25,5,0,52)
C25M5Y0K52 
(25%,5%,0%,52%)
(0.25/0.05/0.00/0.52)	

CMYK percentages

%25.2
%4.88
%0
%51.76

Codes

Color #5C757B in popluar color models

5C757B
RGB92117123
HSL192°14.42%42.16%
HSB/HSV192°25.20%48.24%
CMYK25.20%4.88%0.00%
51.76%

Color #5C757B in popluar number systems.

HEX5C757B
Decimal92117123
Binary101110011101011111011
Octal134165173

Shades and tints

Shades of #5C757B

#5C757B
(92,117,123)
#546B70
(84,107,112)
#4C6165
(76,97,101)
#44575A
(68,87,90)
#3C4D4F
(60,77,79)
#344344
(52,67,68)
#2C3939
(44,57,57)
#242F2E
(36,47,46)
#1C2523
(28,37,35)
#141B18
(20,27,24)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #5C757B

#5C757B
(92,117,123)
#6A8187
(106,129,135)
#788D93
(120,141,147)
#86999F
(134,153,159)
#94A5AB
(148,165,171)
#A2B1B7
(162,177,183)
#B0BDC3
(176,189,195)
#BEC9CF
(190,201,207)
#CCD5DB
(204,213,219)
#DAE1E7
(218,225,231)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C757B color. Also use rgb(92,117,123) instead hex code.

Text Font Color

.myTextColor { color: #5C757B; }

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

This text font color is #5C757B.


Background Color

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

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

This div background color is #5C757B.


Border color

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

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

This div border color is #5C757B.


Opacity

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

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

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

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

This text has shadow with #5C757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C757B on black background.


Color preview on white background

This text has color #5C757B on white background.



Black color preview on #5C757B background

This text has black color on #5C757B background.


White color preview on #5C757B background

This text has white color on #5C757B background.