COLOR #5A504B

HEX: #5A504B RGB: (90,80,75)

Color info

#5A504B contains red, green and blue colors in about the same proportion. Web safe color of #5A504B is #666633 (or #663).

RGB color model

#5A504B color RGB value is (90,80,75).

RGB: (90,80,75) (35%, 31%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 80 of 255 = 31%
B 75 of 255 = 29%

90
80
75

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

Portions of RGB colors in percentages

R + G + B = 90 + 80 + 75 = 245 (100%)
R 90 of 245 ~ 36.73%
G 80 of 245 ~ 32.65%
B 75 of 245 ~ 30.61'%

%36.73
%32.65
%30.61

CMYK color model

#5A504B color CMYK value is (0,11,17,65).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 16.67%
  • key color value is 64.71%

CMYK: (0,11,17,65)
C0M11Y17K65 (0%, 11%, 17%, 65%)
(0.00 / 0.11 / 0.17 / 0.65)

CMYK percentages

%0
%11.11
%16.67
%64.71

Codes

Color #5A504B in popluar color models

5A 50 4B
RGB 90 80 75
HSL 20° 9.09% 32.35%
HSB/HSV 20° 16.67% 35.29%
CMYK 0.00% 11.11% 16.67%
64.71%

Color #5A504B in popluar number systems.

HEX 5A 50 4B
Decimal 90 80 75
Binary 1011010 1010000 1001011
Octal 132 120 113

Shades and tints

Shades of #5A504B

#5A504B
(90,80,75)
#524945
(82,73,69)
#4A423F
(74,66,63)
#423B39
(66,59,57)
#3A3433
(58,52,51)
#322D2D
(50,45,45)
#2A2627
(42,38,39)
#221F21
(34,31,33)
#1A181B
(26,24,27)
#121115
(18,17,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #5A504B

#5A504B
(90,80,75)
#695F5B
(105,95,91)
#786E6B
(120,110,107)
#877D7B
(135,125,123)
#968C8B
(150,140,139)
#A59B9B
(165,155,155)
#B4AAAB
(180,170,171)
#C3B9BB
(195,185,187)
#D2C8CB
(210,200,203)
#E1D7DB
(225,215,219)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A504B; }

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

This text font color is #5A504B.

Background Color

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

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

This div background color is #5A504B.

Border color

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

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

This div border color is #5A504B.

Opacity

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

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

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

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

This text has shadow with #5A504B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A504B.

Preview

Color preview on black background

This text has color #5A504B on black background.


Color preview on white background

This text has color #5A504B on white background.


Black color preview on #5A504B background

This text has black color on #5A504B background.


White color preview on #5A504B background

This text has white color on #5A504B background.


Related colors

Complementary color

Complementary color for #hex is #A5AFB4.


I love getcolorcode.com

Triadic colors

1 #4B5A50 and #504B5A with #5A504B are triadic colors.

2 #4B505A and #505A4B with #5A504B are triadic colors.