COLOR #5A5A48

HEX: #5A5A48
RGB: (90,90,72)

Color info

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

RGB color model

#5A5A48 color RGB value is (90,90,72).

  • red value is 90;
  • green value is 90;
  • blue value is 72.
RGB:
(90,90,72)
(35%,35%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 90 of 255 = 35%
B 72 of 255 = 28%

90
90
72

R + G + B ~ 33%. #5A5A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 90 + 72 = 252 (100%)
R 90 of 252 ~ 35.71%
G 90 of 252 ~ 35.71%
B 72 of 252 ~ 28.57%

%35.71
%35.71
%28.57

CMYK color model

#5A5A48 color CMYK value is (0,0,20,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(0,0,20,65)
C0M0Y20K65 
(0%,0%,20%,65%)
(0.00/0.00/0.20/0.65)	

CMYK percentages

%0
%0
%20
%64.71

Codes

Color #5A5A48 in popluar color models

5A5A48
RGB909072
HSL60°11.11%31.76%
HSB/HSV60°20.00%35.29%
CMYK0.00%0.00%20.00%
64.71%

Color #5A5A48 in popluar number systems.

HEX5A5A48
Decimal909072
Binary101101010110101001000
Octal132132110

Shades and tints

Shades of #5A5A48

#5A5A48
(90,90,72)
#525242
(82,82,66)
#4A4A3C
(74,74,60)
#424236
(66,66,54)
#3A3A30
(58,58,48)
#32322A
(50,50,42)
#2A2A24
(42,42,36)
#22221E
(34,34,30)
#1A1A18
(26,26,24)
#121212
(18,18,18)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #5A5A48

#5A5A48
(90,90,72)
#696958
(105,105,88)
#787868
(120,120,104)
#878778
(135,135,120)
#969688
(150,150,136)
#A5A598
(165,165,152)
#B4B4A8
(180,180,168)
#C3C3B8
(195,195,184)
#D2D2C8
(210,210,200)
#E1E1D8
(225,225,216)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5A48; }

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

This text font color is #5A5A48.


Background Color

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

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

This div background color is #5A5A48.


Border color

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

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

This div border color is #5A5A48.


Opacity

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

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

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

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

This text has shadow with #5A5A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5A48 on black background.


Color preview on white background

This text has color #5A5A48 on white background.



Black color preview on #5A5A48 background

This text has black color on #5A5A48 background.


White color preview on #5A5A48 background

This text has white color on #5A5A48 background.