COLOR #5A4C46

HEX: #5A4C46 RGB: (90,76,70)

Color info

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

RGB color model

#5A4C46 color RGB value is (90,76,70).

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

RGB channels and saturation

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

90
76
70

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

Portions of RGB colors in percentages

R + G + B = 90 + 76 + 70 = 236 (100%)
R 90 of 236 ~ 38.14%
G 76 of 236 ~ 32.2%
B 70 of 236 ~ 29.66'%

%38.14
%32.2
%29.66

CMYK color model

#5A4C46 color CMYK value is (0,16,22,65).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 22.22%
  • key color value is 64.71%
CMYK: (0,16,22,65) C0M16Y22K65 (0%,16%,22%,65%) (0.00/0.16/0.22/0.65) 

CMYK percentages

%0
%15.56
%22.22
%64.71

Codes

Color #5A4C46 in popluar color models

5A 4C 46
RGB 90 76 70
HSL 18° 12.50% 31.37%
HSB/HSV 18° 22.22% 35.29%
CMYK 0.00% 15.56% 22.22%
64.71%

Color #5A4C46 in popluar number systems.

HEX 5A 4C 46
Decimal 90 76 70
Binary 1011010 1001100 1000110
Octal 132 114 106

Shades and tints

Shades of #5A4C46

#5A4C46
(90,76,70)
#524640
(82,70,64)
#4A403A
(74,64,58)
#423A34
(66,58,52)
#3A342E
(58,52,46)
#322E28
(50,46,40)
#2A2822
(42,40,34)
#22221C
(34,34,28)
#1A1C16
(26,28,22)
#121610
(18,22,16)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #5A4C46

#5A4C46
(90,76,70)
#695C56
(105,92,86)
#786C66
(120,108,102)
#877C76
(135,124,118)
#968C86
(150,140,134)
#A59C96
(165,156,150)
#B4ACA6
(180,172,166)
#C3BCB6
(195,188,182)
#D2CCC6
(210,204,198)
#E1DCD6
(225,220,214)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4C46; }

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

This text font color is #5A4C46.

Background Color

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

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

This div background color is #5A4C46.

Border color

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

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

This div border color is #5A4C46.

Opacity

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

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

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

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

This text has shadow with #5A4C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4C46.

Preview

Color preview on black background

This text has color #5A4C46 on black background.


Color preview on white background

This text has color #5A4C46 on white background.


Black color preview on #5A4C46 background

This text has black color on #5A4C46 background.


White color preview on #5A4C46 background

This text has white color on #5A4C46 background.


Related colors

Complementary color

Complementary color for #hex is #A5B3B9.


I love getcolorcode.com

Triadic colors

1 #465A4C and #4C465A with #5A4C46 are triadic colors.

2 #464C5A and #4C5A46 with #5A4C46 are triadic colors.