COLOR #5A4A4E

HEX: #5A4A4E RGB: (90,74,78)

Color info

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

RGB color model

#5A4A4E color RGB value is (90,74,78).

RGB: (90,74,78) (35%, 29%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 74 of 255 = 29%
B 78 of 255 = 31%

90
74
78

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

Portions of RGB colors in percentages

R + G + B = 90 + 74 + 78 = 242 (100%)
R 90 of 242 ~ 37.19%
G 74 of 242 ~ 30.58%
B 78 of 242 ~ 32.23'%

%37.19
%30.58
%32.23

CMYK color model

#5A4A4E color CMYK value is (0,18,13,65).

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

CMYK: (0,18,13,65)
C0M18Y13K65 (0%, 18%, 13%, 65%)
(0.00 / 0.18 / 0.13 / 0.65)

CMYK percentages

%0
%17.78
%13.33
%64.71

Codes

Color #5A4A4E in popluar color models

5A 4A 4E
RGB 90 74 78
HSL 345° 9.76% 32.16%
HSB/HSV 345° 17.78% 35.29%
CMYK 0.00% 17.78% 13.33%
64.71%

Color #5A4A4E in popluar number systems.

HEX 5A 4A 4E
Decimal 90 74 78
Binary 1011010 1001010 1001110
Octal 132 112 116

Shades and tints

Shades of #5A4A4E

#5A4A4E
(90,74,78)
#524447
(82,68,71)
#4A3E40
(74,62,64)
#423839
(66,56,57)
#3A3232
(58,50,50)
#322C2B
(50,44,43)
#2A2624
(42,38,36)
#22201D
(34,32,29)
#1A1A16
(26,26,22)
#12140F
(18,20,15)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #5A4A4E

#5A4A4E
(90,74,78)
#695A5E
(105,90,94)
#786A6E
(120,106,110)
#877A7E
(135,122,126)
#968A8E
(150,138,142)
#A59A9E
(165,154,158)
#B4AAAE
(180,170,174)
#C3BABE
(195,186,190)
#D2CACE
(210,202,206)
#E1DADE
(225,218,222)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4A4E; }

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

This text font color is #5A4A4E.

Background Color

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

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

This div background color is #5A4A4E.

Border color

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

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

This div border color is #5A4A4E.

Opacity

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

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

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

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

This text has shadow with #5A4A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4A4E.

Preview

Color preview on black background

This text has color #5A4A4E on black background.


Color preview on white background

This text has color #5A4A4E on white background.


Black color preview on #5A4A4E background

This text has black color on #5A4A4E background.


White color preview on #5A4A4E background

This text has white color on #5A4A4E background.


Related colors

Complementary color

Complementary color for #hex is #A5B5B1.


I love getcolorcode.com

Triadic colors

1 #4E5A4A and #4A4E5A with #5A4A4E are triadic colors.

2 #4E4A5A and #4A5A4E with #5A4A4E are triadic colors.