COLOR #5A4542

HEX: #5A4542
RGB: (90,69,66)

Color info

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

RGB color model

#5A4542 color RGB value is (90,69,66).

  • red value is 90;
  • green value is 69;
  • blue value is 66.
RGB:
(90,69,66)
(35%,27%,26%)

RGB channels and saturation

R 90 of 255 = 35%
G 69 of 255 = 27%
B 66 of 255 = 26%

90
69
66

R + G + B ~ 29%. #5A4542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 69 + 66 = 225 (100%)
R 90 of 225 ~ 40%
G 69 of 225 ~ 30.67%
B 66 of 225 ~ 29.33%

%40
%30.67
%29.33

CMYK color model

#5A4542 color CMYK value is (0,23,27,65).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 26.67%
  • key color value is 64.71%
CMYK:
(0,23,27,65)
C0M23Y27K65 
(0%,23%,27%,65%)
(0.00/0.23/0.27/0.65)	

CMYK percentages

%0
%23.33
%26.67
%64.71

Codes

Color #5A4542 in popluar color models

5A4542
RGB906966
HSL15.38%30.59%
HSB/HSV26.67%35.29%
CMYK0.00%23.33%26.67%
64.71%

Color #5A4542 in popluar number systems.

HEX5A4542
Decimal906966
Binary101101010001011000010
Octal132105102

Shades and tints

Shades of #5A4542

#5A4542
(90,69,66)
#523F3C
(82,63,60)
#4A3936
(74,57,54)
#423330
(66,51,48)
#3A2D2A
(58,45,42)
#322724
(50,39,36)
#2A211E
(42,33,30)
#221B18
(34,27,24)
#1A1512
(26,21,18)
#120F0C
(18,15,12)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #5A4542

#5A4542
(90,69,66)
#695553
(105,85,83)
#786564
(120,101,100)
#877575
(135,117,117)
#968586
(150,133,134)
#A59597
(165,149,151)
#B4A5A8
(180,165,168)
#C3B5B9
(195,181,185)
#D2C5CA
(210,197,202)
#E1D5DB
(225,213,219)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4542 color. Also use rgb(90,69,66) instead hex code.

Text Font Color

.myTextColor { color: #5A4542; }

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

This text font color is #5A4542.


Background Color

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

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

This div background color is #5A4542.


Border color

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

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

This div border color is #5A4542.


Opacity

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

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

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

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

This text has shadow with #5A4542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4542 on black background.


Color preview on white background

This text has color #5A4542 on white background.



Black color preview on #5A4542 background

This text has black color on #5A4542 background.


White color preview on #5A4542 background

This text has white color on #5A4542 background.