COLOR #5A4C4E

HEX: #5A4C4E
RGB: (90,76,78)

Color info

#5A4C4E contains red, green and blue colors in about the same proportion. Web safe color of #5A4C4E is #663366 (or #636).

RGB color model

#5A4C4E color RGB value is (90,76,78).

  • red value is 90;
  • green value is 76;
  • blue value is 78.
RGB:
(90,76,78)
(35%,30%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 76 of 255 = 30%
B 78 of 255 = 31%

90
76
78

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

Portions of RGB colors in percentages

R + G + B =
90 + 76 + 78 = 244 (100%)
R 90 of 244 ~ 36.89%
G 76 of 244 ~ 31.15%
B 78 of 244 ~ 31.97%

%36.89
%31.15
%31.97

CMYK color model

#5A4C4E color CMYK value is (0,16,13,65).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 13.33%
  • key color value is 64.71%
CMYK:
(0,16,13,65)
C0M16Y13K65 
(0%,16%,13%,65%)
(0.00/0.16/0.13/0.65)	

CMYK percentages

%0
%15.56
%13.33
%64.71

Codes

Color #5A4C4E in popluar color models

5A4C4E
RGB907678
HSL351°8.43%32.55%
HSB/HSV351°15.56%35.29%
CMYK0.00%15.56%13.33%
64.71%

Color #5A4C4E in popluar number systems.

HEX5A4C4E
Decimal907678
Binary101101010011001001110
Octal132114116

Shades and tints

Shades of #5A4C4E

#5A4C4E
(90,76,78)
#524647
(82,70,71)
#4A4040
(74,64,64)
#423A39
(66,58,57)
#3A3432
(58,52,50)
#322E2B
(50,46,43)
#2A2824
(42,40,36)
#22221D
(34,34,29)
#1A1C16
(26,28,22)
#12160F
(18,22,15)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #5A4C4E

#5A4C4E
(90,76,78)
#695C5E
(105,92,94)
#786C6E
(120,108,110)
#877C7E
(135,124,126)
#968C8E
(150,140,142)
#A59C9E
(165,156,158)
#B4ACAE
(180,172,174)
#C3BCBE
(195,188,190)
#D2CCCE
(210,204,206)
#E1DCDE
(225,220,222)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4C4E color. Also use rgb(90,76,78) instead hex code.

Text Font Color

.myTextColor { color: #5A4C4E; }

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

This text font color is #5A4C4E.


Background Color

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

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

This div background color is #5A4C4E.


Border color

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

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

This div border color is #5A4C4E.


Opacity

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

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

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

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

This text has shadow with #5A4C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4C4E on black background.


Color preview on white background

This text has color #5A4C4E on white background.



Black color preview on #5A4C4E background

This text has black color on #5A4C4E background.


White color preview on #5A4C4E background

This text has white color on #5A4C4E background.