COLOR #5A5150

HEX: #5A5150
RGB: (90,81,80)

Color info

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

RGB color model

#5A5150 color RGB value is (90,81,80).

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

RGB channels and saturation

R 90 of 255 = 35%
G 81 of 255 = 32%
B 80 of 255 = 31%

90
81
80

R + G + B ~ 33%. #5A5150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 81 + 80 = 251 (100%)
R 90 of 251 ~ 35.86%
G 81 of 251 ~ 32.27%
B 80 of 251 ~ 31.87%

%35.86
%32.27
%31.87

CMYK color model

#5A5150 color CMYK value is (0,10,11,65).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 11.11%
  • key color value is 64.71%
CMYK:
(0,10,11,65)
C0M10Y11K65 
(0%,10%,11%,65%)
(0.00/0.10/0.11/0.65)	

CMYK percentages

%0
%10
%11.11
%64.71

Codes

Color #5A5150 in popluar color models

5A5150
RGB908180
HSL5.88%33.33%
HSB/HSV11.11%35.29%
CMYK0.00%10.00%11.11%
64.71%

Color #5A5150 in popluar number systems.

HEX5A5150
Decimal908180
Binary101101010100011010000
Octal132121120

Shades and tints

Shades of #5A5150

#5A5150
(90,81,80)
#524A49
(82,74,73)
#4A4342
(74,67,66)
#423C3B
(66,60,59)
#3A3534
(58,53,52)
#322E2D
(50,46,45)
#2A2726
(42,39,38)
#22201F
(34,32,31)
#1A1918
(26,25,24)
#121211
(18,18,17)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #5A5150

#5A5150
(90,81,80)
#69605F
(105,96,95)
#786F6E
(120,111,110)
#877E7D
(135,126,125)
#968D8C
(150,141,140)
#A59C9B
(165,156,155)
#B4ABAA
(180,171,170)
#C3BAB9
(195,186,185)
#D2C9C8
(210,201,200)
#E1D8D7
(225,216,215)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5150; }

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

This text font color is #5A5150.


Background Color

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

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

This div background color is #5A5150.


Border color

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

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

This div border color is #5A5150.


Opacity

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

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

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

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

This text has shadow with #5A5150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5150 on black background.


Color preview on white background

This text has color #5A5150 on white background.



Black color preview on #5A5150 background

This text has black color on #5A5150 background.


White color preview on #5A5150 background

This text has white color on #5A5150 background.