COLOR #5A5B50

HEX: #5A5B50
RGB: (90,91,80)

Color info

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

RGB color model

#5A5B50 color RGB value is (90,91,80).

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

RGB channels and saturation

R 90 of 255 = 35%
G 91 of 255 = 36%
B 80 of 255 = 31%

90
91
80

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

Portions of RGB colors in percentages

R + G + B =
90 + 91 + 80 = 261 (100%)
R 90 of 261 ~ 34.48%
G 91 of 261 ~ 34.87%
B 80 of 261 ~ 30.65%

%34.48
%34.87
%30.65

CMYK color model

#5A5B50 color CMYK value is (1,0,12,64).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 64.31%
CMYK: (1,0,12,64) C1M0Y12K64 (1%,0%,12%,64%) (0.01/0.00/0.12/0.64)

CMYK percentages

%1.1
%0
%12.09
%64.31

Codes

Color #5A5B50 in popluar color models

5A5B50
RGB909180
HSL65°6.43%33.53%
HSB/HSV65°12.09%35.69%
CMYK1.10%0.00%12.09%
64.31%

Color #5A5B50 in popluar number systems.

HEX5A5B50
Decimal909180
Binary101101010110111010000
Octal132133120

Shades and tints

Shades of #5A5B50

#5A5B50
(90,91,80)
#525349
(82,83,73)
#4A4B42
(74,75,66)
#42433B
(66,67,59)
#3A3B34
(58,59,52)
#32332D
(50,51,45)
#2A2B26
(42,43,38)
#22231F
(34,35,31)
#1A1B18
(26,27,24)
#121311
(18,19,17)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #5A5B50

#5A5B50
(90,91,80)
#69695F
(105,105,95)
#78776E
(120,119,110)
#87857D
(135,133,125)
#96938C
(150,147,140)
#A5A19B
(165,161,155)
#B4AFAA
(180,175,170)
#C3BDB9
(195,189,185)
#D2CBC8
(210,203,200)
#E1D9D7
(225,217,215)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5B50; }

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

This text font color is #5A5B50.


Background Color

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

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

This div background color is #5A5B50.


Border color

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

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

This div border color is #5A5B50.


Opacity

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

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

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

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

This text has shadow with #5A5B50 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A5B50 on black background.


Color preview on white background

This text has color #5A5B50 on white background.



Black color preview on #5A5B50 background

This text has black color on #5A5B50 background.


White color preview on #5A5B50 background

This text has white color on #5A5B50 background.