COLOR #5A443A

HEX: #5A443A RGB: (90,68,58)

Color info

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

RGB color model

#5A443A color RGB value is (90,68,58).

RGB: (90,68,58) (35%, 27%, 23%)

RGB channels and saturation

R 90 of 255 = 35%
G 68 of 255 = 27%
B 58 of 255 = 23%

90
68
58

R + G + B ~ 28%. #5A443A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 68 + 58 = 216 (100%)
R 90 of 216 ~ 41.67%
G 68 of 216 ~ 31.48%
B 58 of 216 ~ 26.85'%

%41.67
%31.48
%26.85

CMYK color model

#5A443A color CMYK value is (0,24,36,65).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 35.56%
  • key color value is 64.71%

CMYK: (0,24,36,65)
C0M24Y36K65 (0%, 24%, 36%, 65%)
(0.00 / 0.24 / 0.36 / 0.65)

CMYK percentages

%0
%24.44
%35.56
%64.71

Codes

Color #5A443A in popluar color models

5A 44 3A
RGB 90 68 58
HSL 19° 21.62% 29.02%
HSB/HSV 19° 35.56% 35.29%
CMYK 0.00% 24.44% 35.56%
64.71%

Color #5A443A in popluar number systems.

HEX 5A 44 3A
Decimal 90 68 58
Binary 1011010 1000100 111010
Octal 132 104 72

Shades and tints

Shades of #5A443A

#5A443A
(90,68,58)
#523E35
(82,62,53)
#4A3830
(74,56,48)
#42322B
(66,50,43)
#3A2C26
(58,44,38)
#322621
(50,38,33)
#2A201C
(42,32,28)
#221A17
(34,26,23)
#1A1412
(26,20,18)
#120E0D
(18,14,13)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #5A443A

#5A443A
(90,68,58)
#69554B
(105,85,75)
#78665C
(120,102,92)
#87776D
(135,119,109)
#96887E
(150,136,126)
#A5998F
(165,153,143)
#B4AAA0
(180,170,160)
#C3BBB1
(195,187,177)
#D2CCC2
(210,204,194)
#E1DDD3
(225,221,211)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A443A color. Also use rgb(90,68,58) instead hex code.

Text Font Color

.myTextColor { color: #5A443A; }

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

This text font color is #5A443A.

Background Color

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

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

This div background color is #5A443A.

Border color

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

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

This div border color is #5A443A.

Opacity

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

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

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

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

This text has shadow with #5A443A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A443A.

Preview

Color preview on black background

This text has color #5A443A on black background.


Color preview on white background

This text has color #5A443A on white background.


Black color preview on #5A443A background

This text has black color on #5A443A background.


White color preview on #5A443A background

This text has white color on #5A443A background.


Related colors

Complementary color

Complementary color for #hex is #A5BBC5.


I love getcolorcode.com

Triadic colors

1 #3A5A44 and #443A5A with #5A443A are triadic colors.

2 #3A445A and #445A3A with #5A443A are triadic colors.