COLOR #5A4647

HEX: #5A4647 RGB: (90,70,71)

Color info

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

RGB color model

#5A4647 color RGB value is (90,70,71).

RGB: (90,70,71) (35%, 27%, 28%)

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 71 of 255 = 28%

90
70
71

R + G + B ~ 30%. #5A4647 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 70 + 71 = 231 (100%)
R 90 of 231 ~ 38.96%
G 70 of 231 ~ 30.3%
B 71 of 231 ~ 30.74'%

%38.96
%30.3
%30.74

CMYK color model

#5A4647 color CMYK value is (0,22,21,65).

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

CMYK: (0,22,21,65)
C0M22Y21K65 (0%, 22%, 21%, 65%)
(0.00 / 0.22 / 0.21 / 0.65)

CMYK percentages

%0
%22.22
%21.11
%64.71

Codes

Color #5A4647 in popluar color models

5A 46 47
RGB 90 70 71
HSL 357° 12.50% 31.37%
HSB/HSV 357° 22.22% 35.29%
CMYK 0.00% 22.22% 21.11%
64.71%

Color #5A4647 in popluar number systems.

HEX 5A 46 47
Decimal 90 70 71
Binary 1011010 1000110 1000111
Octal 132 106 107

Shades and tints

Shades of #5A4647

#5A4647
(90,70,71)
#524041
(82,64,65)
#4A3A3B
(74,58,59)
#423435
(66,52,53)
#3A2E2F
(58,46,47)
#322829
(50,40,41)
#2A2223
(42,34,35)
#221C1D
(34,28,29)
#1A1617
(26,22,23)
#121011
(18,16,17)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #5A4647

#5A4647
(90,70,71)
#695657
(105,86,87)
#786667
(120,102,103)
#877677
(135,118,119)
#968687
(150,134,135)
#A59697
(165,150,151)
#B4A6A7
(180,166,167)
#C3B6B7
(195,182,183)
#D2C6C7
(210,198,199)
#E1D6D7
(225,214,215)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4647; }

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

This text font color is #5A4647.

Background Color

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

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

This div background color is #5A4647.

Border color

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

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

This div border color is #5A4647.

Opacity

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

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

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

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

This text has shadow with #5A4647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4647.

Preview

Color preview on black background

This text has color #5A4647 on black background.


Color preview on white background

This text has color #5A4647 on white background.


Black color preview on #5A4647 background

This text has black color on #5A4647 background.


White color preview on #5A4647 background

This text has white color on #5A4647 background.


Related colors

Complementary color

Complementary color for #hex is #A5B9B8.


I love getcolorcode.com

Triadic colors

1 #475A46 and #46475A with #5A4647 are triadic colors.

2 #47465A and #465A47 with #5A4647 are triadic colors.