COLOR #5A4944

HEX: #5A4944
RGB: (90,73,68)

Color info

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

RGB color model

#5A4944 color RGB value is (90,73,68).

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

RGB channels and saturation

R 90 of 255 = 35%
G 73 of 255 = 29%
B 68 of 255 = 27%

90
73
68

R + G + B ~ 30%. #5A4944 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 73 + 68 = 231 (100%)
R 90 of 231 ~ 38.96%
G 73 of 231 ~ 31.6%
B 68 of 231 ~ 29.44%

%38.96
%31.6
%29.44

CMYK color model

#5A4944 color CMYK value is (0,19,24,65).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 24.44%
  • key color value is 64.71%
CMYK:
(0,19,24,65)
C0M19Y24K65 
(0%,19%,24%,65%)
(0.00/0.19/0.24/0.65)	

CMYK percentages

%0
%18.89
%24.44
%64.71

Codes

Color #5A4944 in popluar color models

5A4944
RGB907368
HSL14°13.92%30.98%
HSB/HSV14°24.44%35.29%
CMYK0.00%18.89%24.44%
64.71%

Color #5A4944 in popluar number systems.

HEX5A4944
Decimal907368
Binary101101010010011000100
Octal132111104

Shades and tints

Shades of #5A4944

#5A4944
(90,73,68)
#52433E
(82,67,62)
#4A3D38
(74,61,56)
#423732
(66,55,50)
#3A312C
(58,49,44)
#322B26
(50,43,38)
#2A2520
(42,37,32)
#221F1A
(34,31,26)
#1A1914
(26,25,20)
#12130E
(18,19,14)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #5A4944

#5A4944
(90,73,68)
#695955
(105,89,85)
#786966
(120,105,102)
#877977
(135,121,119)
#968988
(150,137,136)
#A59999
(165,153,153)
#B4A9AA
(180,169,170)
#C3B9BB
(195,185,187)
#D2C9CC
(210,201,204)
#E1D9DD
(225,217,221)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4944; }

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

This text font color is #5A4944.


Background Color

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

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

This div background color is #5A4944.


Border color

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

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

This div border color is #5A4944.


Opacity

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

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

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

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

This text has shadow with #5A4944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4944 on black background.


Color preview on white background

This text has color #5A4944 on white background.



Black color preview on #5A4944 background

This text has black color on #5A4944 background.


White color preview on #5A4944 background

This text has white color on #5A4944 background.