COLOR #5A484C

HEX: #5A484C RGB: (90,72,76)

Color info

#5A484C contains red, green and blue colors in about the same proportion. Web safe color of #5A484C is #663333 (or #633).

RGB color model

#5A484C color RGB value is (90,72,76).

RGB: (90,72,76) (35%, 28%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 76 of 255 = 30%

90
72
76

R + G + B ~ 31%. #5A484C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 72 + 76 = 238 (100%)
R 90 of 238 ~ 37.82%
G 72 of 238 ~ 30.25%
B 76 of 238 ~ 31.93'%

%37.82
%30.25
%31.93

CMYK color model

#5A484C color CMYK value is (0,20,16,65).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.56%
  • key color value is 64.71%

CMYK: (0,20,16,65)
C0M20Y16K65 (0%, 20%, 16%, 65%)
(0.00 / 0.20 / 0.16 / 0.65)

CMYK percentages

%0
%20
%15.56
%64.71

Codes

Color #5A484C in popluar color models

5A 48 4C
RGB 90 72 76
HSL 347° 11.11% 31.76%
HSB/HSV 347° 20.00% 35.29%
CMYK 0.00% 20.00% 15.56%
64.71%

Color #5A484C in popluar number systems.

HEX 5A 48 4C
Decimal 90 72 76
Binary 1011010 1001000 1001100
Octal 132 110 114

Shades and tints

Shades of #5A484C

#5A484C
(90,72,76)
#524246
(82,66,70)
#4A3C40
(74,60,64)
#42363A
(66,54,58)
#3A3034
(58,48,52)
#322A2E
(50,42,46)
#2A2428
(42,36,40)
#221E22
(34,30,34)
#1A181C
(26,24,28)
#121216
(18,18,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #5A484C

#5A484C
(90,72,76)
#69585C
(105,88,92)
#78686C
(120,104,108)
#87787C
(135,120,124)
#96888C
(150,136,140)
#A5989C
(165,152,156)
#B4A8AC
(180,168,172)
#C3B8BC
(195,184,188)
#D2C8CC
(210,200,204)
#E1D8DC
(225,216,220)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A484C; }

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

This text font color is #5A484C.

Background Color

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

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

This div background color is #5A484C.

Border color

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

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

This div border color is #5A484C.

Opacity

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

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

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

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

This text has shadow with #5A484C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A484C.

Preview

Color preview on black background

This text has color #5A484C on black background.


Color preview on white background

This text has color #5A484C on white background.


Black color preview on #5A484C background

This text has black color on #5A484C background.


White color preview on #5A484C background

This text has white color on #5A484C background.


Related colors

Complementary color

Complementary color for #hex is #A5B7B3.


I love getcolorcode.com

Triadic colors

1 #4C5A48 and #484C5A with #5A484C are triadic colors.

2 #4C485A and #485A4C with #5A484C are triadic colors.