COLOR #5A5249

HEX: #5A5249
RGB: (90,82,73)

Color info

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

RGB color model

#5A5249 color RGB value is (90,82,73).

  • red value is 90;
  • green value is 82;
  • blue value is 73.
RGB:
(90,82,73)
(35%,32%,29%)

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 73 of 255 = 29%

90
82
73

R + G + B ~ 32%. #5A5249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 82 + 73 = 245 (100%)
R 90 of 245 ~ 36.73%
G 82 of 245 ~ 33.47%
B 73 of 245 ~ 29.8%

%36.73
%33.47
%29.8

CMYK color model

#5A5249 color CMYK value is (0,9,19,65).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 18.89%
  • key color value is 64.71%
CMYK:
(0,9,19,65)
C0M9Y19K65 
(0%,9%,19%,65%)
(0.00/0.09/0.19/0.65)	

CMYK percentages

%0
%8.89
%18.89
%64.71

Codes

Color #5A5249 in popluar color models

5A5249
RGB908273
HSL32°10.43%31.96%
HSB/HSV32°18.89%35.29%
CMYK0.00%8.89%18.89%
64.71%

Color #5A5249 in popluar number systems.

HEX5A5249
Decimal908273
Binary101101010100101001001
Octal132122111

Shades and tints

Shades of #5A5249

#5A5249
(90,82,73)
#524B43
(82,75,67)
#4A443D
(74,68,61)
#423D37
(66,61,55)
#3A3631
(58,54,49)
#322F2B
(50,47,43)
#2A2825
(42,40,37)
#22211F
(34,33,31)
#1A1A19
(26,26,25)
#121313
(18,19,19)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A5249

#5A5249
(90,82,73)
#696159
(105,97,89)
#787069
(120,112,105)
#877F79
(135,127,121)
#968E89
(150,142,137)
#A59D99
(165,157,153)
#B4ACA9
(180,172,169)
#C3BBB9
(195,187,185)
#D2CAC9
(210,202,201)
#E1D9D9
(225,217,217)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5249; }

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

This text font color is #5A5249.


Background Color

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

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

This div background color is #5A5249.


Border color

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

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

This div border color is #5A5249.


Opacity

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

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

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

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

This text has shadow with #5A5249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5249 on black background.


Color preview on white background

This text has color #5A5249 on white background.



Black color preview on #5A5249 background

This text has black color on #5A5249 background.


White color preview on #5A5249 background

This text has white color on #5A5249 background.