COLOR #5A6060

HEX: #5A6060 RGB: (90,96,96)

Color info

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

RGB color model

#5A6060 color RGB value is (90,96,96).

RGB: (90,96,96) (35%, 38%, 38%)

RGB channels and saturation

R 90 of 255 = 35%
G 96 of 255 = 38%
B 96 of 255 = 38%

90
96
96

R + G + B ~ 37%. #5A6060 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 96 + 96 = 282 (100%)
R 90 of 282 ~ 31.91%
G 96 of 282 ~ 34.04%
B 96 of 282 ~ 34.04'%

%31.91
%34.04
%34.04

CMYK color model

#5A6060 color CMYK value is (6,0,0,62).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (6,0,0,62)
C6M0Y0K62 (6%, 0%, 0%, 62%)
(0.06 / 0.00 / 0.00 / 0.62)

CMYK percentages

%6.25
%0
%0
%62.35

Codes

Color #5A6060 in popluar color models

5A 60 60
RGB 90 96 96
HSL 180° 3.23% 36.47%
HSB/HSV 180° 6.25% 37.65%
CMYK 6.25% 0.00% 0.00%
62.35%

Color #5A6060 in popluar number systems.

HEX 5A 60 60
Decimal 90 96 96
Binary 1011010 1100000 1100000
Octal 132 140 140

Shades and tints

Shades of #5A6060

#5A6060
(90,96,96)
#525858
(82,88,88)
#4A5050
(74,80,80)
#424848
(66,72,72)
#3A4040
(58,64,64)
#323838
(50,56,56)
#2A3030
(42,48,48)
#222828
(34,40,40)
#1A2020
(26,32,32)
#121818
(18,24,24)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #5A6060

#5A6060
(90,96,96)
#696E6E
(105,110,110)
#787C7C
(120,124,124)
#878A8A
(135,138,138)
#969898
(150,152,152)
#A5A6A6
(165,166,166)
#B4B4B4
(180,180,180)
#C3C2C2
(195,194,194)
#D2D0D0
(210,208,208)
#E1DEDE
(225,222,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6060; }

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

This text font color is #5A6060.

Background Color

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

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

This div background color is #5A6060.

Border color

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

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

This div border color is #5A6060.

Opacity

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

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

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

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

This text has shadow with #5A6060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6060.

Preview

Color preview on black background

This text has color #5A6060 on black background.


Color preview on white background

This text has color #5A6060 on white background.


Black color preview on #5A6060 background

This text has black color on #5A6060 background.


White color preview on #5A6060 background

This text has white color on #5A6060 background.


Related colors

Complementary color

Complementary color for #hex is #A59F9F.


I love getcolorcode.com