COLOR #5A5640

HEX: #5A5640 RGB: (90,86,64)

Color info

#5A5640 contains red, green and blue colors in about the same proportion. Web safe color of #5A5640 is #666633 (or #663).

RGB color model

#5A5640 color RGB value is (90,86,64).

RGB: (90,86,64) (35%, 34%, 25%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 64 of 255 = 25%

90
86
64

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

Portions of RGB colors in percentages

R + G + B = 90 + 86 + 64 = 240 (100%)
R 90 of 240 ~ 37.5%
G 86 of 240 ~ 35.83%
B 64 of 240 ~ 26.67'%

%37.5
%35.83
%26.67

CMYK color model

#5A5640 color CMYK value is (0,4,29,65).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 28.89%
  • key color value is 64.71%

CMYK: (0,4,29,65)
C0M4Y29K65 (0%, 4%, 29%, 65%)
(0.00 / 0.04 / 0.29 / 0.65)

CMYK percentages

%0
%4.44
%28.89
%64.71

Codes

Color #5A5640 in popluar color models

5A 56 40
RGB 90 86 64
HSL 51° 16.88% 30.20%
HSB/HSV 51° 28.89% 35.29%
CMYK 0.00% 4.44% 28.89%
64.71%

Color #5A5640 in popluar number systems.

HEX 5A 56 40
Decimal 90 86 64
Binary 1011010 1010110 1000000
Octal 132 126 100

Shades and tints

Shades of #5A5640

#5A5640
(90,86,64)
#524F3B
(82,79,59)
#4A4836
(74,72,54)
#424131
(66,65,49)
#3A3A2C
(58,58,44)
#323327
(50,51,39)
#2A2C22
(42,44,34)
#22251D
(34,37,29)
#1A1E18
(26,30,24)
#121713
(18,23,19)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #5A5640

#5A5640
(90,86,64)
#696551
(105,101,81)
#787462
(120,116,98)
#878373
(135,131,115)
#969284
(150,146,132)
#A5A195
(165,161,149)
#B4B0A6
(180,176,166)
#C3BFB7
(195,191,183)
#D2CEC8
(210,206,200)
#E1DDD9
(225,221,217)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5640 color. Also use rgb(90,86,64) instead hex code.

Text Font Color

.myTextColor { color: #5A5640; }

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

This text font color is #5A5640.

Background Color

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

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

This div background color is #5A5640.

Border color

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

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

This div border color is #5A5640.

Opacity

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

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

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

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

This text has shadow with #5A5640 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5640.

Preview

Color preview on black background

This text has color #5A5640 on black background.


Color preview on white background

This text has color #5A5640 on white background.


Black color preview on #5A5640 background

This text has black color on #5A5640 background.


White color preview on #5A5640 background

This text has white color on #5A5640 background.


Related colors

Complementary color

Complementary color for #hex is #A5A9BF.


I love getcolorcode.com

Triadic colors

1 #405A56 and #56405A with #5A5640 are triadic colors.

2 #40565A and #565A40 with #5A5640 are triadic colors.