COLOR #5C776A

HEX: #5C776A
RGB: (92,119,106)

Color info

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

RGB color model

#5C776A color RGB value is (92,119,106).

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

RGB channels and saturation

R 92 of 255 = 36%
G 119 of 255 = 47%
B 106 of 255 = 42%

92
119
106

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

Portions of RGB colors in percentages

R + G + B =
92 + 119 + 106 = 317 (100%)
R 92 of 317 ~ 29.02%
G 119 of 317 ~ 37.54%
B 106 of 317 ~ 33.44%

%29.02
%37.54
%33.44

CMYK color model

#5C776A color CMYK value is (23,0,11,53).

  • cyan value is 22.69%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(23,0,11,53)
C23M0Y11K53 
(23%,0%,11%,53%)
(0.23/0.00/0.11/0.53)	

CMYK percentages

%22.69
%0
%10.92
%53.33

Codes

Color #5C776A in popluar color models

5C776A
RGB92119106
HSL151°12.80%41.37%
HSB/HSV151°22.69%46.67%
CMYK22.69%0.00%10.92%
53.33%

Color #5C776A in popluar number systems.

HEX5C776A
Decimal92119106
Binary101110011101111101010
Octal134167152

Shades and tints

Shades of #5C776A

#5C776A
(92,119,106)
#546D61
(84,109,97)
#4C6358
(76,99,88)
#44594F
(68,89,79)
#3C4F46
(60,79,70)
#34453D
(52,69,61)
#2C3B34
(44,59,52)
#24312B
(36,49,43)
#1C2722
(28,39,34)
#141D19
(20,29,25)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #5C776A

#5C776A
(92,119,106)
#6A8377
(106,131,119)
#788F84
(120,143,132)
#869B91
(134,155,145)
#94A79E
(148,167,158)
#A2B3AB
(162,179,171)
#B0BFB8
(176,191,184)
#BECBC5
(190,203,197)
#CCD7D2
(204,215,210)
#DAE3DF
(218,227,223)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C776A; }

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

This text font color is #5C776A.


Background Color

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

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

This div background color is #5C776A.


Border color

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

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

This div border color is #5C776A.


Opacity

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

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

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

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

This text has shadow with #5C776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C776A on black background.


Color preview on white background

This text has color #5C776A on white background.



Black color preview on #5C776A background

This text has black color on #5C776A background.


White color preview on #5C776A background

This text has white color on #5C776A background.