COLOR #5A4441

HEX: #5A4441
RGB: (90,68,65)

Color info

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

RGB color model

#5A4441 color RGB value is (90,68,65).

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

RGB channels and saturation

R 90 of 255 = 35%
G 68 of 255 = 27%
B 65 of 255 = 25%

90
68
65

R + G + B ~ 29%. #5A4441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 68 + 65 = 223 (100%)
R 90 of 223 ~ 40.36%
G 68 of 223 ~ 30.49%
B 65 of 223 ~ 29.15%

%40.36
%30.49
%29.15

CMYK color model

#5A4441 color CMYK value is (0,24,28,65).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 27.78%
  • key color value is 64.71%
CMYK: (0,24,28,65) C0M24Y28K65 (0%,24%,28%,65%) (0.00/0.24/0.28/0.65)

CMYK percentages

%0
%24.44
%27.78
%64.71

Codes

Color #5A4441 in popluar color models

5A4441
RGB906865
HSL16.13%30.39%
HSB/HSV27.78%35.29%
CMYK0.00%24.44%27.78%
64.71%

Color #5A4441 in popluar number systems.

HEX5A4441
Decimal906865
Binary101101010001001000001
Octal132104101

Shades and tints

Shades of #5A4441

#5A4441
(90,68,65)
#523E3C
(82,62,60)
#4A3837
(74,56,55)
#423232
(66,50,50)
#3A2C2D
(58,44,45)
#322628
(50,38,40)
#2A2023
(42,32,35)
#221A1E
(34,26,30)
#1A1419
(26,20,25)
#120E14
(18,14,20)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #5A4441

#5A4441
(90,68,65)
#695552
(105,85,82)
#786663
(120,102,99)
#877774
(135,119,116)
#968885
(150,136,133)
#A59996
(165,153,150)
#B4AAA7
(180,170,167)
#C3BBB8
(195,187,184)
#D2CCC9
(210,204,201)
#E1DDDA
(225,221,218)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4441; }

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

This text font color is #5A4441.


Background Color

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

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

This div background color is #5A4441.


Border color

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

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

This div border color is #5A4441.


Opacity

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

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

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

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

This text has shadow with #5A4441 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A4441 on black background.


Color preview on white background

This text has color #5A4441 on white background.



Black color preview on #5A4441 background

This text has black color on #5A4441 background.


White color preview on #5A4441 background

This text has white color on #5A4441 background.