COLOR #5A4948

HEX: #5A4948 RGB: (90,73,72)

Color info

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

RGB color model

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

RGB: (90,73,72) (35%, 29%, 28%)

RGB channels and saturation

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

90
73
72

R + G + B ~ 31%. #5A4948 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 73 + 72 = 235 (100%)
R 90 of 235 ~ 38.3%
G 73 of 235 ~ 31.06%
B 72 of 235 ~ 30.64'%

%38.3
%31.06
%30.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 20.00%
  • key color value is 64.71%

CMYK: (0,19,20,65)
C0M19Y20K65 (0%, 19%, 20%, 65%)
(0.00 / 0.19 / 0.20 / 0.65)

CMYK percentages

%0
%18.89
%20
%64.71

Codes

Color #5A4948 in popluar color models

5A 49 48
RGB 90 73 72
HSL 11.11% 31.76%
HSB/HSV 20.00% 35.29%
CMYK 0.00% 18.89% 20.00%
64.71%

Color #5A4948 in popluar number systems.

HEX 5A 49 48
Decimal 90 73 72
Binary 1011010 1001001 1001000
Octal 132 111 110

Shades and tints

Shades of #5A4948

#5A4948
(90,73,72)
#524342
(82,67,66)
#4A3D3C
(74,61,60)
#423736
(66,55,54)
#3A3130
(58,49,48)
#322B2A
(50,43,42)
#2A2524
(42,37,36)
#221F1E
(34,31,30)
#1A1918
(26,25,24)
#121312
(18,19,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #5A4948

#5A4948
(90,73,72)
#695958
(105,89,88)
#786968
(120,105,104)
#877978
(135,121,120)
#968988
(150,137,136)
#A59998
(165,153,152)
#B4A9A8
(180,169,168)
#C3B9B8
(195,185,184)
#D2C9C8
(210,201,200)
#E1D9D8
(225,217,216)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4948; }

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

This text font color is #5A4948.

Background Color

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

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

This div background color is #5A4948.

Border color

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

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

This div border color is #5A4948.

Opacity

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

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

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

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

This text has shadow with #5A4948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4948.

Preview

Color preview on black background

This text has color #5A4948 on black background.


Color preview on white background

This text has color #5A4948 on white background.


Black color preview on #5A4948 background

This text has black color on #5A4948 background.


White color preview on #5A4948 background

This text has white color on #5A4948 background.


Related colors

Complementary color

Complementary color for #hex is #A5B6B7.


I love getcolorcode.com

Triadic colors

1 #485A49 and #49485A with #5A4948 are triadic colors.

2 #48495A and #495A48 with #5A4948 are triadic colors.