COLOR #5A584F

HEX: #5A584F
RGB: (90,88,79)

Color info

#5A584F contains red, green and blue colors in about the same proportion. Web safe color of #5A584F is #666666 (or #666).

RGB color model

#5A584F color RGB value is (90,88,79).

  • red value is 90;
  • green value is 88;
  • blue value is 79.
RGB:
(90,88,79)
(35%,35%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 79 of 255 = 31%

90
88
79

R + G + B ~ 34%. #5A584F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 79 = 257 (100%)
R 90 of 257 ~ 35.02%
G 88 of 257 ~ 34.24%
B 79 of 257 ~ 30.74%

%35.02
%34.24
%30.74

CMYK color model

#5A584F color CMYK value is (0,2,12,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 12.22%
  • key color value is 64.71%
CMYK:
(0,2,12,65)
C0M2Y12K65 
(0%,2%,12%,65%)
(0.00/0.02/0.12/0.65)	

CMYK percentages

%0
%2.22
%12.22
%64.71

Codes

Color #5A584F in popluar color models

5A584F
RGB908879
HSL49°6.51%33.14%
HSB/HSV49°12.22%35.29%
CMYK0.00%2.22%12.22%
64.71%

Color #5A584F in popluar number systems.

HEX5A584F
Decimal908879
Binary101101010110001001111
Octal132130117

Shades and tints

Shades of #5A584F

#5A584F
(90,88,79)
#525048
(82,80,72)
#4A4841
(74,72,65)
#42403A
(66,64,58)
#3A3833
(58,56,51)
#32302C
(50,48,44)
#2A2825
(42,40,37)
#22201E
(34,32,30)
#1A1817
(26,24,23)
#121010
(18,16,16)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #5A584F

#5A584F
(90,88,79)
#69675F
(105,103,95)
#78766F
(120,118,111)
#87857F
(135,133,127)
#96948F
(150,148,143)
#A5A39F
(165,163,159)
#B4B2AF
(180,178,175)
#C3C1BF
(195,193,191)
#D2D0CF
(210,208,207)
#E1DFDF
(225,223,223)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A584F color. Also use rgb(90,88,79) instead hex code.

Text Font Color

.myTextColor { color: #5A584F; }

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

This text font color is #5A584F.


Background Color

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

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

This div background color is #5A584F.


Border color

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

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

This div border color is #5A584F.


Opacity

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

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

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

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

This text has shadow with #5A584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A584F on black background.


Color preview on white background

This text has color #5A584F on white background.



Black color preview on #5A584F background

This text has black color on #5A584F background.


White color preview on #5A584F background

This text has white color on #5A584F background.