COLOR #5A504E

HEX: #5A504E
RGB: (90,80,78)

Color info

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

RGB color model

#5A504E color RGB value is (90,80,78).

  • red value is 90;
  • green value is 80;
  • blue value is 78.
RGB:
(90,80,78)
(35%,31%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 80 of 255 = 31%
B 78 of 255 = 31%

90
80
78

R + G + B ~ 32%. #5A504E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 80 + 78 = 248 (100%)
R 90 of 248 ~ 36.29%
G 80 of 248 ~ 32.26%
B 78 of 248 ~ 31.45%

%36.29
%32.26
%31.45

CMYK color model

#5A504E color CMYK value is (0,11,13,65).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 13.33%
  • key color value is 64.71%
CMYK:
(0,11,13,65)
C0M11Y13K65 
(0%,11%,13%,65%)
(0.00/0.11/0.13/0.65)	

CMYK percentages

%0
%11.11
%13.33
%64.71

Codes

Color #5A504E in popluar color models

5A504E
RGB908078
HSL10°7.14%32.94%
HSB/HSV10°13.33%35.29%
CMYK0.00%11.11%13.33%
64.71%

Color #5A504E in popluar number systems.

HEX5A504E
Decimal908078
Binary101101010100001001110
Octal132120116

Shades and tints

Shades of #5A504E

#5A504E
(90,80,78)
#524947
(82,73,71)
#4A4240
(74,66,64)
#423B39
(66,59,57)
#3A3432
(58,52,50)
#322D2B
(50,45,43)
#2A2624
(42,38,36)
#221F1D
(34,31,29)
#1A1816
(26,24,22)
#12110F
(18,17,15)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #5A504E

#5A504E
(90,80,78)
#695F5E
(105,95,94)
#786E6E
(120,110,110)
#877D7E
(135,125,126)
#968C8E
(150,140,142)
#A59B9E
(165,155,158)
#B4AAAE
(180,170,174)
#C3B9BE
(195,185,190)
#D2C8CE
(210,200,206)
#E1D7DE
(225,215,222)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A504E; }

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

This text font color is #5A504E.


Background Color

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

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

This div background color is #5A504E.


Border color

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

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

This div border color is #5A504E.


Opacity

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

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

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

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

This text has shadow with #5A504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A504E on black background.


Color preview on white background

This text has color #5A504E on white background.



Black color preview on #5A504E background

This text has black color on #5A504E background.


White color preview on #5A504E background

This text has white color on #5A504E background.