COLOR #5A7A80

HEX: #5A7A80
RGB: (90,122,128)

Color info

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

RGB color model

#5A7A80 color RGB value is (90,122,128).

  • red value is 90;
  • green value is 122;
  • blue value is 128.
RGB:
(90,122,128)
(35%,48%,50%)

RGB channels and saturation

R 90 of 255 = 35%
G 122 of 255 = 48%
B 128 of 255 = 50%

90
122
128

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

Portions of RGB colors in percentages

R + G + B =
90 + 122 + 128 = 340 (100%)
R 90 of 340 ~ 26.47%
G 122 of 340 ~ 35.88%
B 128 of 340 ~ 37.65%

%26.47
%35.88
%37.65

CMYK color model

#5A7A80 color CMYK value is (30,5,0,50).

  • cyan value is 29.69%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(30,5,0,50)
C30M5Y0K50 
(30%,5%,0%,50%)
(0.30/0.05/0.00/0.50)	

CMYK percentages

%29.69
%4.69
%0
%49.8

Codes

Color #5A7A80 in popluar color models

5A7A80
RGB90122128
HSL189°17.43%42.75%
HSB/HSV189°29.69%50.20%
CMYK29.69%4.69%0.00%
49.80%

Color #5A7A80 in popluar number systems.

HEX5A7A80
Decimal90122128
Binary1011010111101010000000
Octal132172200

Shades and tints

Shades of #5A7A80

#5A7A80
(90,122,128)
#526F75
(82,111,117)
#4A646A
(74,100,106)
#42595F
(66,89,95)
#3A4E54
(58,78,84)
#324349
(50,67,73)
#2A383E
(42,56,62)
#222D33
(34,45,51)
#1A2228
(26,34,40)
#12171D
(18,23,29)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #5A7A80

#5A7A80
(90,122,128)
#69868B
(105,134,139)
#789296
(120,146,150)
#879EA1
(135,158,161)
#96AAAC
(150,170,172)
#A5B6B7
(165,182,183)
#B4C2C2
(180,194,194)
#C3CECD
(195,206,205)
#D2DAD8
(210,218,216)
#E1E6E3
(225,230,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7A80 color. Also use rgb(90,122,128) instead hex code.

Text Font Color

.myTextColor { color: #5A7A80; }

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

This text font color is #5A7A80.


Background Color

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

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

This div background color is #5A7A80.


Border color

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

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

This div border color is #5A7A80.


Opacity

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

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

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

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

This text has shadow with #5A7A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7A80 on black background.


Color preview on white background

This text has color #5A7A80 on white background.



Black color preview on #5A7A80 background

This text has black color on #5A7A80 background.


White color preview on #5A7A80 background

This text has white color on #5A7A80 background.