COLOR #5A5B4F

HEX: #5A5B4F
RGB: (90,91,79)

Color info

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

RGB color model

#5A5B4F color RGB value is (90,91,79).

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

RGB channels and saturation

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

90
91
79

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

Portions of RGB colors in percentages

R + G + B =
90 + 91 + 79 = 260 (100%)
R 90 of 260 ~ 34.62%
G 91 of 260 ~ 35%
B 79 of 260 ~ 30.38%

%34.62
%35
%30.38

CMYK color model

#5A5B4F color CMYK value is (1,0,13,64).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 64.31%
CMYK:
(1,0,13,64)
C1M0Y13K64 
(1%,0%,13%,64%)
(0.01/0.00/0.13/0.64)	

CMYK percentages

%1.1
%0
%13.19
%64.31

Codes

Color #5A5B4F in popluar color models

5A5B4F
RGB909179
HSL65°7.06%33.33%
HSB/HSV65°13.19%35.69%
CMYK1.10%0.00%13.19%
64.31%

Color #5A5B4F in popluar number systems.

HEX5A5B4F
Decimal909179
Binary101101010110111001111
Octal132133117

Shades and tints

Shades of #5A5B4F

#5A5B4F
(90,91,79)
#525348
(82,83,72)
#4A4B41
(74,75,65)
#42433A
(66,67,58)
#3A3B33
(58,59,51)
#32332C
(50,51,44)
#2A2B25
(42,43,37)
#22231E
(34,35,30)
#1A1B17
(26,27,23)
#121310
(18,19,16)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #5A5B4F

#5A5B4F
(90,91,79)
#69695F
(105,105,95)
#78776F
(120,119,111)
#87857F
(135,133,127)
#96938F
(150,147,143)
#A5A19F
(165,161,159)
#B4AFAF
(180,175,175)
#C3BDBF
(195,189,191)
#D2CBCF
(210,203,207)
#E1D9DF
(225,217,223)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5B4F; }

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

This text font color is #5A5B4F.


Background Color

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

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

This div background color is #5A5B4F.


Border color

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

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

This div border color is #5A5B4F.


Opacity

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

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

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

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

This text has shadow with #5A5B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5B4F on black background.


Color preview on white background

This text has color #5A5B4F on white background.



Black color preview on #5A5B4F background

This text has black color on #5A5B4F background.


White color preview on #5A5B4F background

This text has white color on #5A5B4F background.