COLOR #5A5754

HEX: #5A5754 RGB: (90,87,84)

Color info

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

RGB color model

#5A5754 color RGB value is (90,87,84).

RGB: (90,87,84) (35%, 34%, 33%)

RGB channels and saturation

R 90 of 255 = 35%
G 87 of 255 = 34%
B 84 of 255 = 33%

90
87
84

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

Portions of RGB colors in percentages

R + G + B = 90 + 87 + 84 = 261 (100%)
R 90 of 261 ~ 34.48%
G 87 of 261 ~ 33.33%
B 84 of 261 ~ 32.18'%

%34.48
%33.33
%32.18

CMYK color model

#5A5754 color CMYK value is (0,3,7,65).

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

CMYK: (0,3,7,65)
C0M3Y7K65 (0%, 3%, 7%, 65%)
(0.00 / 0.03 / 0.07 / 0.65)

CMYK percentages

%0
%3.33
%6.67
%64.71

Codes

Color #5A5754 in popluar color models

5A 57 54
RGB 90 87 84
HSL 30° 3.45% 34.12%
HSB/HSV 30° 6.67% 35.29%
CMYK 0.00% 3.33% 6.67%
64.71%

Color #5A5754 in popluar number systems.

HEX 5A 57 54
Decimal 90 87 84
Binary 1011010 1010111 1010100
Octal 132 127 124

Shades and tints

Shades of #5A5754

#5A5754
(90,87,84)
#52504D
(82,80,77)
#4A4946
(74,73,70)
#42423F
(66,66,63)
#3A3B38
(58,59,56)
#323431
(50,52,49)
#2A2D2A
(42,45,42)
#222623
(34,38,35)
#1A1F1C
(26,31,28)
#121815
(18,24,21)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5A5754

#5A5754
(90,87,84)
#696663
(105,102,99)
#787572
(120,117,114)
#878481
(135,132,129)
#969390
(150,147,144)
#A5A29F
(165,162,159)
#B4B1AE
(180,177,174)
#C3C0BD
(195,192,189)
#D2CFCC
(210,207,204)
#E1DEDB
(225,222,219)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5754; }

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

This text font color is #5A5754.

Background Color

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

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

This div background color is #5A5754.

Border color

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

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

This div border color is #5A5754.

Opacity

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

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

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

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

This text has shadow with #5A5754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5754.

Preview

Color preview on black background

This text has color #5A5754 on black background.


Color preview on white background

This text has color #5A5754 on white background.


Black color preview on #5A5754 background

This text has black color on #5A5754 background.


White color preview on #5A5754 background

This text has white color on #5A5754 background.


Related colors

Complementary color

Complementary color for #hex is #A5A8AB.


I love getcolorcode.com

Triadic colors

1 #545A57 and #57545A with #5A5754 are triadic colors.

2 #54575A and #575A54 with #5A5754 are triadic colors.