COLOR #5A5B4C

HEX: #5A5B4C
RGB: (90,91,76)

Color info

#5A5B4C contains red, green and blue colors in about the same proportion. Web safe color of #5A5B4C is #666633 (or #663).

RGB color model

#5A5B4C color RGB value is (90,91,76).

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

RGB channels and saturation

R 90 of 255 = 35%
G 91 of 255 = 36%
B 76 of 255 = 30%

90
91
76

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

Portions of RGB colors in percentages

R + G + B =
90 + 91 + 76 = 257 (100%)
R 90 of 257 ~ 35.02%
G 91 of 257 ~ 35.41%
B 76 of 257 ~ 29.57%

%35.02
%35.41
%29.57

CMYK color model

#5A5B4C color CMYK value is (1,0,16,64).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 64.31%
CMYK:
(1,0,16,64)
C1M0Y16K64 
(1%,0%,16%,64%)
(0.01/0.00/0.16/0.64)	

CMYK percentages

%1.1
%0
%16.48
%64.31

Codes

Color #5A5B4C in popluar color models

5A5B4C
RGB909176
HSL64°8.98%32.75%
HSB/HSV64°16.48%35.69%
CMYK1.10%0.00%16.48%
64.31%

Color #5A5B4C in popluar number systems.

HEX5A5B4C
Decimal909176
Binary101101010110111001100
Octal132133114

Shades and tints

Shades of #5A5B4C

#5A5B4C
(90,91,76)
#525346
(82,83,70)
#4A4B40
(74,75,64)
#42433A
(66,67,58)
#3A3B34
(58,59,52)
#32332E
(50,51,46)
#2A2B28
(42,43,40)
#222322
(34,35,34)
#1A1B1C
(26,27,28)
#121316
(18,19,22)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #5A5B4C

#5A5B4C
(90,91,76)
#69695C
(105,105,92)
#78776C
(120,119,108)
#87857C
(135,133,124)
#96938C
(150,147,140)
#A5A19C
(165,161,156)
#B4AFAC
(180,175,172)
#C3BDBC
(195,189,188)
#D2CBCC
(210,203,204)
#E1D9DC
(225,217,220)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5B4C; }

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

This text font color is #5A5B4C.


Background Color

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

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

This div background color is #5A5B4C.


Border color

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

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

This div border color is #5A5B4C.


Opacity

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

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

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

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

This text has shadow with #5A5B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5B4C on black background.


Color preview on white background

This text has color #5A5B4C on white background.



Black color preview on #5A5B4C background

This text has black color on #5A5B4C background.


White color preview on #5A5B4C background

This text has white color on #5A5B4C background.