COLOR #5A474A

HEX: #5A474A RGB: (90,71,74)

Color info

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

RGB color model

#5A474A color RGB value is (90,71,74).

RGB: (90,71,74) (35%, 28%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 74 of 255 = 29%

90
71
74

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

Portions of RGB colors in percentages

R + G + B = 90 + 71 + 74 = 235 (100%)
R 90 of 235 ~ 38.3%
G 71 of 235 ~ 30.21%
B 74 of 235 ~ 31.49'%

%38.3
%30.21
%31.49

CMYK color model

#5A474A color CMYK value is (0,21,18,65).

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

CMYK: (0,21,18,65)
C0M21Y18K65 (0%, 21%, 18%, 65%)
(0.00 / 0.21 / 0.18 / 0.65)

CMYK percentages

%0
%21.11
%17.78
%64.71

Codes

Color #5A474A in popluar color models

5A 47 4A
RGB 90 71 74
HSL 351° 11.80% 31.57%
HSB/HSV 351° 21.11% 35.29%
CMYK 0.00% 21.11% 17.78%
64.71%

Color #5A474A in popluar number systems.

HEX 5A 47 4A
Decimal 90 71 74
Binary 1011010 1000111 1001010
Octal 132 107 112

Shades and tints

Shades of #5A474A

#5A474A
(90,71,74)
#524144
(82,65,68)
#4A3B3E
(74,59,62)
#423538
(66,53,56)
#3A2F32
(58,47,50)
#32292C
(50,41,44)
#2A2326
(42,35,38)
#221D20
(34,29,32)
#1A171A
(26,23,26)
#121114
(18,17,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #5A474A

#5A474A
(90,71,74)
#69575A
(105,87,90)
#78676A
(120,103,106)
#87777A
(135,119,122)
#96878A
(150,135,138)
#A5979A
(165,151,154)
#B4A7AA
(180,167,170)
#C3B7BA
(195,183,186)
#D2C7CA
(210,199,202)
#E1D7DA
(225,215,218)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A474A; }

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

This text font color is #5A474A.

Background Color

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

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

This div background color is #5A474A.

Border color

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

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

This div border color is #5A474A.

Opacity

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

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

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

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

This text has shadow with #5A474A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A474A.

Preview

Color preview on black background

This text has color #5A474A on black background.


Color preview on white background

This text has color #5A474A on white background.


Black color preview on #5A474A background

This text has black color on #5A474A background.


White color preview on #5A474A background

This text has white color on #5A474A background.


Related colors

Complementary color

Complementary color for #hex is #A5B8B5.


I love getcolorcode.com

Triadic colors

1 #4A5A47 and #474A5A with #5A474A are triadic colors.

2 #4A475A and #475A4A with #5A474A are triadic colors.