COLOR #5A4F50

HEX: #5A4F50
RGB: (90,79,80)

Color info

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

RGB color model

#5A4F50 color RGB value is (90,79,80).

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

RGB channels and saturation

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

90
79
80

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

Portions of RGB colors in percentages

R + G + B =
90 + 79 + 80 = 249 (100%)
R 90 of 249 ~ 36.14%
G 79 of 249 ~ 31.73%
B 80 of 249 ~ 32.13%

%36.14
%31.73
%32.13

CMYK color model

#5A4F50 color CMYK value is (0,12,11,65).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 11.11%
  • key color value is 64.71%
CMYK:
(0,12,11,65)
C0M12Y11K65 
(0%,12%,11%,65%)
(0.00/0.12/0.11/0.65)	

CMYK percentages

%0
%12.22
%11.11
%64.71

Codes

Color #5A4F50 in popluar color models

5A4F50
RGB907980
HSL355°6.51%33.14%
HSB/HSV355°12.22%35.29%
CMYK0.00%12.22%11.11%
64.71%

Color #5A4F50 in popluar number systems.

HEX5A4F50
Decimal907980
Binary101101010011111010000
Octal132117120

Shades and tints

Shades of #5A4F50

#5A4F50
(90,79,80)
#524849
(82,72,73)
#4A4142
(74,65,66)
#423A3B
(66,58,59)
#3A3334
(58,51,52)
#322C2D
(50,44,45)
#2A2526
(42,37,38)
#221E1F
(34,30,31)
#1A1718
(26,23,24)
#121011
(18,16,17)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #5A4F50

#5A4F50
(90,79,80)
#695F5F
(105,95,95)
#786F6E
(120,111,110)
#877F7D
(135,127,125)
#968F8C
(150,143,140)
#A59F9B
(165,159,155)
#B4AFAA
(180,175,170)
#C3BFB9
(195,191,185)
#D2CFC8
(210,207,200)
#E1DFD7
(225,223,215)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4F50; }

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

This text font color is #5A4F50.


Background Color

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

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

This div background color is #5A4F50.


Border color

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

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

This div border color is #5A4F50.


Opacity

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

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

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

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

This text has shadow with #5A4F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4F50 on black background.


Color preview on white background

This text has color #5A4F50 on white background.



Black color preview on #5A4F50 background

This text has black color on #5A4F50 background.


White color preview on #5A4F50 background

This text has white color on #5A4F50 background.