COLOR #5A5543

HEX: #5A5543
RGB: (90,85,67)

Color info

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

RGB color model

#5A5543 color RGB value is (90,85,67).

  • red value is 90;
  • green value is 85;
  • blue value is 67.
RGB:
(90,85,67)
(35%,33%,26%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 67 of 255 = 26%

90
85
67

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

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 67 = 242 (100%)
R 90 of 242 ~ 37.19%
G 85 of 242 ~ 35.12%
B 67 of 242 ~ 27.69%

%37.19
%35.12
%27.69

CMYK color model

#5A5543 color CMYK value is (0,6,26,65).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 25.56%
  • key color value is 64.71%
CMYK:
(0,6,26,65)
C0M6Y26K65 
(0%,6%,26%,65%)
(0.00/0.06/0.26/0.65)	

CMYK percentages

%0
%5.56
%25.56
%64.71

Codes

Color #5A5543 in popluar color models

5A5543
RGB908567
HSL47°14.65%30.78%
HSB/HSV47°25.56%35.29%
CMYK0.00%5.56%25.56%
64.71%

Color #5A5543 in popluar number systems.

HEX5A5543
Decimal908567
Binary101101010101011000011
Octal132125103

Shades and tints

Shades of #5A5543

#5A5543
(90,85,67)
#524E3D
(82,78,61)
#4A4737
(74,71,55)
#424031
(66,64,49)
#3A392B
(58,57,43)
#323225
(50,50,37)
#2A2B1F
(42,43,31)
#222419
(34,36,25)
#1A1D13
(26,29,19)
#12160D
(18,22,13)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #5A5543

#5A5543
(90,85,67)
#696454
(105,100,84)
#787365
(120,115,101)
#878276
(135,130,118)
#969187
(150,145,135)
#A5A098
(165,160,152)
#B4AFA9
(180,175,169)
#C3BEBA
(195,190,186)
#D2CDCB
(210,205,203)
#E1DCDC
(225,220,220)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5543 color. Also use rgb(90,85,67) instead hex code.

Text Font Color

.myTextColor { color: #5A5543; }

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

This text font color is #5A5543.


Background Color

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

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

This div background color is #5A5543.


Border color

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

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

This div border color is #5A5543.


Opacity

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

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

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

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

This text has shadow with #5A5543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5543 on black background.


Color preview on white background

This text has color #5A5543 on white background.



Black color preview on #5A5543 background

This text has black color on #5A5543 background.


White color preview on #5A5543 background

This text has white color on #5A5543 background.