COLOR #5A776B

HEX: #5A776B
RGB: (90,119,107)

Color info

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

RGB color model

#5A776B color RGB value is (90,119,107).

  • red value is 90;
  • green value is 119;
  • blue value is 107.
RGB:
(90,119,107)
(35%,47%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 107 of 255 = 42%

90
119
107

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 107 = 316 (100%)
R 90 of 316 ~ 28.48%
G 119 of 316 ~ 37.66%
B 107 of 316 ~ 33.86%

%28.48
%37.66
%33.86

CMYK color model

#5A776B color CMYK value is (24,0,10,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(24,0,10,53)
C24M0Y10K53 
(24%,0%,10%,53%)
(0.24/0.00/0.10/0.53)	

CMYK percentages

%24.37
%0
%10.08
%53.33

Codes

Color #5A776B in popluar color models

5A776B
RGB90119107
HSL155°13.88%40.98%
HSB/HSV155°24.37%46.67%
CMYK24.37%0.00%10.08%
53.33%

Color #5A776B in popluar number systems.

HEX5A776B
Decimal90119107
Binary101101011101111101011
Octal132167153

Shades and tints

Shades of #5A776B

#5A776B
(90,119,107)
#526D62
(82,109,98)
#4A6359
(74,99,89)
#425950
(66,89,80)
#3A4F47
(58,79,71)
#32453E
(50,69,62)
#2A3B35
(42,59,53)
#22312C
(34,49,44)
#1A2723
(26,39,35)
#121D1A
(18,29,26)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #5A776B

#5A776B
(90,119,107)
#698378
(105,131,120)
#788F85
(120,143,133)
#879B92
(135,155,146)
#96A79F
(150,167,159)
#A5B3AC
(165,179,172)
#B4BFB9
(180,191,185)
#C3CBC6
(195,203,198)
#D2D7D3
(210,215,211)
#E1E3E0
(225,227,224)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A776B color. Also use rgb(90,119,107) instead hex code.

Text Font Color

.myTextColor { color: #5A776B; }

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

This text font color is #5A776B.


Background Color

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

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

This div background color is #5A776B.


Border color

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

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

This div border color is #5A776B.


Opacity

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

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

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

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

This text has shadow with #5A776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A776B on black background.


Color preview on white background

This text has color #5A776B on white background.



Black color preview on #5A776B background

This text has black color on #5A776B background.


White color preview on #5A776B background

This text has white color on #5A776B background.