COLOR #5A5641

HEX: #5A5641 RGB: (90,86,65)

Color info

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

RGB color model

#5A5641 color RGB value is (90,86,65).

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

RGB channels and saturation

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

90
86
65

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

Portions of RGB colors in percentages

R + G + B = 90 + 86 + 65 = 241 (100%)
R 90 of 241 ~ 37.34%
G 86 of 241 ~ 35.68%
B 65 of 241 ~ 26.97'%

%37.34
%35.68
%26.97

CMYK color model

#5A5641 color CMYK value is (0,4,28,65).

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

CMYK: (0,4,28,65)
C0M4Y28K65 (0%, 4%, 28%, 65%)
(0.00 / 0.04 / 0.28 / 0.65)

CMYK percentages

%0
%4.44
%27.78
%64.71

Codes

Color #5A5641 in popluar color models

5A 56 41
RGB 90 86 65
HSL 50° 16.13% 30.39%
HSB/HSV 50° 27.78% 35.29%
CMYK 0.00% 4.44% 27.78%
64.71%

Color #5A5641 in popluar number systems.

HEX 5A 56 41
Decimal 90 86 65
Binary 1011010 1010110 1000001
Octal 132 126 101

Shades and tints

Shades of #5A5641

#5A5641
(90,86,65)
#524F3C
(82,79,60)
#4A4837
(74,72,55)
#424132
(66,65,50)
#3A3A2D
(58,58,45)
#323328
(50,51,40)
#2A2C23
(42,44,35)
#22251E
(34,37,30)
#1A1E19
(26,30,25)
#121714
(18,23,20)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #5A5641

#5A5641
(90,86,65)
#696552
(105,101,82)
#787463
(120,116,99)
#878374
(135,131,116)
#969285
(150,146,133)
#A5A196
(165,161,150)
#B4B0A7
(180,176,167)
#C3BFB8
(195,191,184)
#D2CEC9
(210,206,201)
#E1DDDA
(225,221,218)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5641; }

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

This text font color is #5A5641.

Background Color

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

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

This div background color is #5A5641.

Border color

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

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

This div border color is #5A5641.

Opacity

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

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

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

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

This text has shadow with #5A5641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5641.

Preview

Color preview on black background

This text has color #5A5641 on black background.


Color preview on white background

This text has color #5A5641 on white background.


Black color preview on #5A5641 background

This text has black color on #5A5641 background.


White color preview on #5A5641 background

This text has white color on #5A5641 background.


Related colors

Complementary color

Complementary color for #hex is #A5A9BE.


I love getcolorcode.com

Triadic colors

1 #415A56 and #56415A with #5A5641 are triadic colors.

2 #41565A and #565A41 with #5A5641 are triadic colors.