COLOR #5A5756

HEX: #5A5756 RGB: (90,87,86)

Color info

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

RGB color model

#5A5756 color RGB value is (90,87,86).

RGB: (90,87,86) (35%, 34%, 34%)

RGB channels and saturation

R 90 of 255 = 35%
G 87 of 255 = 34%
B 86 of 255 = 34%

90
87
86

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

Portions of RGB colors in percentages

R + G + B = 90 + 87 + 86 = 263 (100%)
R 90 of 263 ~ 34.22%
G 87 of 263 ~ 33.08%
B 86 of 263 ~ 32.7'%

%34.22
%33.08
%32.7

CMYK color model

#5A5756 color CMYK value is (0,3,4,65).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 4.44%
  • key color value is 64.71%

CMYK: (0,3,4,65)
C0M3Y4K65 (0%, 3%, 4%, 65%)
(0.00 / 0.03 / 0.04 / 0.65)

CMYK percentages

%0
%3.33
%4.44
%64.71

Codes

Color #5A5756 in popluar color models

5A 57 56
RGB 90 87 86
HSL 15° 2.27% 34.51%
HSB/HSV 15° 4.44% 35.29%
CMYK 0.00% 3.33% 4.44%
64.71%

Color #5A5756 in popluar number systems.

HEX 5A 57 56
Decimal 90 87 86
Binary 1011010 1010111 1010110
Octal 132 127 126

Shades and tints

Shades of #5A5756

#5A5756
(90,87,86)
#52504F
(82,80,79)
#4A4948
(74,73,72)
#424241
(66,66,65)
#3A3B3A
(58,59,58)
#323433
(50,52,51)
#2A2D2C
(42,45,44)
#222625
(34,38,37)
#1A1F1E
(26,31,30)
#121817
(18,24,23)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #5A5756

#5A5756
(90,87,86)
#696665
(105,102,101)
#787574
(120,117,116)
#878483
(135,132,131)
#969392
(150,147,146)
#A5A2A1
(165,162,161)
#B4B1B0
(180,177,176)
#C3C0BF
(195,192,191)
#D2CFCE
(210,207,206)
#E1DEDD
(225,222,221)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5756 color. Also use rgb(90,87,86) instead hex code.

Text Font Color

.myTextColor { color: #5A5756; }

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

This text font color is #5A5756.

Background Color

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

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

This div background color is #5A5756.

Border color

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

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

This div border color is #5A5756.

Opacity

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

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

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

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

This text has shadow with #5A5756 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5756.

Preview

Color preview on black background

This text has color #5A5756 on black background.


Color preview on white background

This text has color #5A5756 on white background.


Black color preview on #5A5756 background

This text has black color on #5A5756 background.


White color preview on #5A5756 background

This text has white color on #5A5756 background.


Related colors

Complementary color

Complementary color for #hex is #A5A8A9.


I love getcolorcode.com

Triadic colors

1 #565A57 and #57565A with #5A5756 are triadic colors.

2 #56575A and #575A56 with #5A5756 are triadic colors.