COLOR #5A5440

HEX: #5A5440
RGB: (90,84,64)

Color info

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

RGB color model

#5A5440 color RGB value is (90,84,64).

  • red value is 90;
  • green value is 84;
  • blue value is 64.
RGB:
(90,84,64)
(35%,33%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 64 of 255 = 25%

90
84
64

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

Portions of RGB colors in percentages

R + G + B =
90 + 84 + 64 = 238 (100%)
R 90 of 238 ~ 37.82%
G 84 of 238 ~ 35.29%
B 64 of 238 ~ 26.89%

%37.82
%35.29
%26.89

CMYK color model

#5A5440 color CMYK value is (0,7,29,65).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 28.89%
  • key color value is 64.71%
CMYK:
(0,7,29,65)
C0M7Y29K65 
(0%,7%,29%,65%)
(0.00/0.07/0.29/0.65)	

CMYK percentages

%0
%6.67
%28.89
%64.71

Codes

Color #5A5440 in popluar color models

5A5440
RGB908464
HSL46°16.88%30.20%
HSB/HSV46°28.89%35.29%
CMYK0.00%6.67%28.89%
64.71%

Color #5A5440 in popluar number systems.

HEX5A5440
Decimal908464
Binary101101010101001000000
Octal132124100

Shades and tints

Shades of #5A5440

#5A5440
(90,84,64)
#524D3B
(82,77,59)
#4A4636
(74,70,54)
#423F31
(66,63,49)
#3A382C
(58,56,44)
#323127
(50,49,39)
#2A2A22
(42,42,34)
#22231D
(34,35,29)
#1A1C18
(26,28,24)
#121513
(18,21,19)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #5A5440

#5A5440
(90,84,64)
#696351
(105,99,81)
#787262
(120,114,98)
#878173
(135,129,115)
#969084
(150,144,132)
#A59F95
(165,159,149)
#B4AEA6
(180,174,166)
#C3BDB7
(195,189,183)
#D2CCC8
(210,204,200)
#E1DBD9
(225,219,217)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5440 color. Also use rgb(90,84,64) instead hex code.

Text Font Color

.myTextColor { color: #5A5440; }

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

This text font color is #5A5440.


Background Color

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

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

This div background color is #5A5440.


Border color

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

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

This div border color is #5A5440.


Opacity

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

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

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

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

This text has shadow with #5A5440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5440 on black background.


Color preview on white background

This text has color #5A5440 on white background.



Black color preview on #5A5440 background

This text has black color on #5A5440 background.


White color preview on #5A5440 background

This text has white color on #5A5440 background.