COLOR #5A4F49

HEX: #5A4F49
RGB: (90,79,73)

Color info

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

RGB color model

#5A4F49 color RGB value is (90,79,73).

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

RGB channels and saturation

R 90 of 255 = 35%
G 79 of 255 = 31%
B 73 of 255 = 29%

90
79
73

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

Portions of RGB colors in percentages

R + G + B =
90 + 79 + 73 = 242 (100%)
R 90 of 242 ~ 37.19%
G 79 of 242 ~ 32.64%
B 73 of 242 ~ 30.17%

%37.19
%32.64
%30.17

CMYK color model

#5A4F49 color CMYK value is (0,12,19,65).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 18.89%
  • key color value is 64.71%
CMYK:
(0,12,19,65)
C0M12Y19K65 
(0%,12%,19%,65%)
(0.00/0.12/0.19/0.65)	

CMYK percentages

%0
%12.22
%18.89
%64.71

Codes

Color #5A4F49 in popluar color models

5A4F49
RGB907973
HSL21°10.43%31.96%
HSB/HSV21°18.89%35.29%
CMYK0.00%12.22%18.89%
64.71%

Color #5A4F49 in popluar number systems.

HEX5A4F49
Decimal907973
Binary101101010011111001001
Octal132117111

Shades and tints

Shades of #5A4F49

#5A4F49
(90,79,73)
#524843
(82,72,67)
#4A413D
(74,65,61)
#423A37
(66,58,55)
#3A3331
(58,51,49)
#322C2B
(50,44,43)
#2A2525
(42,37,37)
#221E1F
(34,30,31)
#1A1719
(26,23,25)
#121013
(18,16,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #5A4F49

#5A4F49
(90,79,73)
#695F59
(105,95,89)
#786F69
(120,111,105)
#877F79
(135,127,121)
#968F89
(150,143,137)
#A59F99
(165,159,153)
#B4AFA9
(180,175,169)
#C3BFB9
(195,191,185)
#D2CFC9
(210,207,201)
#E1DFD9
(225,223,217)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4F49; }

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

This text font color is #5A4F49.


Background Color

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

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

This div background color is #5A4F49.


Border color

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

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

This div border color is #5A4F49.


Opacity

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

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

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

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

This text has shadow with #5A4F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4F49 on black background.


Color preview on white background

This text has color #5A4F49 on white background.



Black color preview on #5A4F49 background

This text has black color on #5A4F49 background.


White color preview on #5A4F49 background

This text has white color on #5A4F49 background.