COLOR #5A484E

HEX: #5A484E RGB: (90,72,78)

Color info

#5A484E contains red, green and blue colors in about the same proportion. Web safe color of #5A484E is #663366 (or #636).

RGB color model

#5A484E color RGB value is (90,72,78).

RGB: (90,72,78) (35%, 28%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 72 of 255 = 28%
B 78 of 255 = 31%

90
72
78

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

Portions of RGB colors in percentages

R + G + B = 90 + 72 + 78 = 240 (100%)
R 90 of 240 ~ 37.5%
G 72 of 240 ~ 30%
B 78 of 240 ~ 32.5'%

%37.5
%30
%32.5

CMYK color model

#5A484E color CMYK value is (0,20,13,65).

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

CMYK: (0,20,13,65)
C0M20Y13K65 (0%, 20%, 13%, 65%)
(0.00 / 0.20 / 0.13 / 0.65)

CMYK percentages

%0
%20
%13.33
%64.71

Codes

Color #5A484E in popluar color models

5A 48 4E
RGB 90 72 78
HSL 340° 11.11% 31.76%
HSB/HSV 340° 20.00% 35.29%
CMYK 0.00% 20.00% 13.33%
64.71%

Color #5A484E in popluar number systems.

HEX 5A 48 4E
Decimal 90 72 78
Binary 1011010 1001000 1001110
Octal 132 110 116

Shades and tints

Shades of #5A484E

#5A484E
(90,72,78)
#524247
(82,66,71)
#4A3C40
(74,60,64)
#423639
(66,54,57)
#3A3032
(58,48,50)
#322A2B
(50,42,43)
#2A2424
(42,36,36)
#221E1D
(34,30,29)
#1A1816
(26,24,22)
#12120F
(18,18,15)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #5A484E

#5A484E
(90,72,78)
#69585E
(105,88,94)
#78686E
(120,104,110)
#87787E
(135,120,126)
#96888E
(150,136,142)
#A5989E
(165,152,158)
#B4A8AE
(180,168,174)
#C3B8BE
(195,184,190)
#D2C8CE
(210,200,206)
#E1D8DE
(225,216,222)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A484E; }

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

This text font color is #5A484E.

Background Color

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

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

This div background color is #5A484E.

Border color

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

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

This div border color is #5A484E.

Opacity

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

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

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

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

This text has shadow with #5A484E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A484E.

Preview

Color preview on black background

This text has color #5A484E on black background.


Color preview on white background

This text has color #5A484E on white background.


Black color preview on #5A484E background

This text has black color on #5A484E background.


White color preview on #5A484E background

This text has white color on #5A484E background.


Related colors

Complementary color

Complementary color for #hex is #A5B7B1.


I love getcolorcode.com

Triadic colors

1 #4E5A48 and #484E5A with #5A484E are triadic colors.

2 #4E485A and #485A4E with #5A484E are triadic colors.