COLOR #5C777B

HEX: #5C777B
RGB: (92,119,123)

Color info

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

RGB color model

#5C777B color RGB value is (92,119,123).

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

RGB channels and saturation

R 92 of 255 = 36%
G 119 of 255 = 47%
B 123 of 255 = 48%

92
119
123

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

Portions of RGB colors in percentages

R + G + B =
92 + 119 + 123 = 334 (100%)
R 92 of 334 ~ 27.54%
G 119 of 334 ~ 35.63%
B 123 of 334 ~ 36.83%

%27.54
%35.63
%36.83

CMYK color model

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

  • cyan value is 25.20%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(25,3,0,52)
C25M3Y0K52 
(25%,3%,0%,52%)
(0.25/0.03/0.00/0.52)	

CMYK percentages

%25.2
%3.25
%0
%51.76

Codes

Color #5C777B in popluar color models

5C777B
RGB92119123
HSL188°14.42%42.16%
HSB/HSV188°25.20%48.24%
CMYK25.20%3.25%0.00%
51.76%

Color #5C777B in popluar number systems.

HEX5C777B
Decimal92119123
Binary101110011101111111011
Octal134167173

Shades and tints

Shades of #5C777B

#5C777B
(92,119,123)
#546D70
(84,109,112)
#4C6365
(76,99,101)
#44595A
(68,89,90)
#3C4F4F
(60,79,79)
#344544
(52,69,68)
#2C3B39
(44,59,57)
#24312E
(36,49,46)
#1C2723
(28,39,35)
#141D18
(20,29,24)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #5C777B

#5C777B
(92,119,123)
#6A8387
(106,131,135)
#788F93
(120,143,147)
#869B9F
(134,155,159)
#94A7AB
(148,167,171)
#A2B3B7
(162,179,183)
#B0BFC3
(176,191,195)
#BECBCF
(190,203,207)
#CCD7DB
(204,215,219)
#DAE3E7
(218,227,231)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C777B; }

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

This text font color is #5C777B.


Background Color

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

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

This div background color is #5C777B.


Border color

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

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

This div border color is #5C777B.


Opacity

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

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

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

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

This text has shadow with #5C777B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C777B on black background.


Color preview on white background

This text has color #5C777B on white background.



Black color preview on #5C777B background

This text has black color on #5C777B background.


White color preview on #5C777B background

This text has white color on #5C777B background.