COLOR #5A464D

HEX: #5A464D RGB: (90,70,77)

Color info

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

RGB color model

#5A464D color RGB value is (90,70,77).

RGB: (90,70,77) (35%, 27%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 77 of 255 = 30%

90
70
77

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

Portions of RGB colors in percentages

R + G + B = 90 + 70 + 77 = 237 (100%)
R 90 of 237 ~ 37.97%
G 70 of 237 ~ 29.54%
B 77 of 237 ~ 32.49'%

%37.97
%29.54
%32.49

CMYK color model

#5A464D color CMYK value is (0,22,14,65).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 14.44%
  • key color value is 64.71%
CMYK: (0,22,14,65) C0M22Y14K65 (0%,22%,14%,65%) (0.00/0.22/0.14/0.65) 

CMYK percentages

%0
%22.22
%14.44
%64.71

Codes

Color #5A464D in popluar color models

5A 46 4D
RGB 90 70 77
HSL 339° 12.50% 31.37%
HSB/HSV 339° 22.22% 35.29%
CMYK 0.00% 22.22% 14.44%
64.71%

Color #5A464D in popluar number systems.

HEX 5A 46 4D
Decimal 90 70 77
Binary 1011010 1000110 1001101
Octal 132 106 115

Shades and tints

Shades of #5A464D

#5A464D
(90,70,77)
#524046
(82,64,70)
#4A3A3F
(74,58,63)
#423438
(66,52,56)
#3A2E31
(58,46,49)
#32282A
(50,40,42)
#2A2223
(42,34,35)
#221C1C
(34,28,28)
#1A1615
(26,22,21)
#12100E
(18,16,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #5A464D

#5A464D
(90,70,77)
#69565D
(105,86,93)
#78666D
(120,102,109)
#87767D
(135,118,125)
#96868D
(150,134,141)
#A5969D
(165,150,157)
#B4A6AD
(180,166,173)
#C3B6BD
(195,182,189)
#D2C6CD
(210,198,205)
#E1D6DD
(225,214,221)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A464D color. Also use rgb(90,70,77) instead hex code.

Text Font Color

.myTextColor { color: #5A464D; }

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

This text font color is #5A464D.

Background Color

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

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

This div background color is #5A464D.

Border color

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

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

This div border color is #5A464D.

Opacity

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

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

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

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

This text has shadow with #5A464D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A464D.

Preview

Color preview on black background

This text has color #5A464D on black background.


Color preview on white background

This text has color #5A464D on white background.


Black color preview on #5A464D background

This text has black color on #5A464D background.


White color preview on #5A464D background

This text has white color on #5A464D background.


Related colors

Complementary color

Complementary color for #hex is #A5B9B2.


I love getcolorcode.com

Triadic colors

1 #4D5A46 and #464D5A with #5A464D are triadic colors.

2 #4D465A and #465A4D with #5A464D are triadic colors.