COLOR #5A776E

HEX: #5A776E
RGB: (90,119,110)

Color info

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

RGB color model

#5A776E color RGB value is (90,119,110).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 110 of 255 = 43%

90
119
110

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 110 = 319 (100%)
R 90 of 319 ~ 28.21%
G 119 of 319 ~ 37.3%
B 110 of 319 ~ 34.48%

%28.21
%37.3
%34.48

CMYK color model

#5A776E color CMYK value is (24,0,8,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(24,0,8,53)
C24M0Y8K53 
(24%,0%,8%,53%)
(0.24/0.00/0.08/0.53)	

CMYK percentages

%24.37
%0
%7.56
%53.33

Codes

Color #5A776E in popluar color models

5A776E
RGB90119110
HSL161°13.88%40.98%
HSB/HSV161°24.37%46.67%
CMYK24.37%0.00%7.56%
53.33%

Color #5A776E in popluar number systems.

HEX5A776E
Decimal90119110
Binary101101011101111101110
Octal132167156

Shades and tints

Shades of #5A776E

#5A776E
(90,119,110)
#526D64
(82,109,100)
#4A635A
(74,99,90)
#425950
(66,89,80)
#3A4F46
(58,79,70)
#32453C
(50,69,60)
#2A3B32
(42,59,50)
#223128
(34,49,40)
#1A271E
(26,39,30)
#121D14
(18,29,20)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #5A776E

#5A776E
(90,119,110)
#69837B
(105,131,123)
#788F88
(120,143,136)
#879B95
(135,155,149)
#96A7A2
(150,167,162)
#A5B3AF
(165,179,175)
#B4BFBC
(180,191,188)
#C3CBC9
(195,203,201)
#D2D7D6
(210,215,214)
#E1E3E3
(225,227,227)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A776E; }

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

This text font color is #5A776E.


Background Color

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

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

This div background color is #5A776E.


Border color

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

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

This div border color is #5A776E.


Opacity

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

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

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

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

This text has shadow with #5A776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A776E on black background.


Color preview on white background

This text has color #5A776E on white background.



Black color preview on #5A776E background

This text has black color on #5A776E background.


White color preview on #5A776E background

This text has white color on #5A776E background.