COLOR #5A5D4F

HEX: #5A5D4F RGB: (90,93,79)

Color info

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

RGB color model

#5A5D4F color RGB value is (90,93,79).

RGB: (90,93,79) (35%, 36%, 31%)

RGB channels and saturation

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

90
93
79

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

Portions of RGB colors in percentages

R + G + B = 90 + 93 + 79 = 262 (100%)
R 90 of 262 ~ 34.35%
G 93 of 262 ~ 35.5%
B 79 of 262 ~ 30.15'%

%34.35
%35.5
%30.15

CMYK color model

#5A5D4F color CMYK value is (3,0,15,64).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 63.53%

CMYK: (3,0,15,64)
C3M0Y15K64 (3%, 0%, 15%, 64%)
(0.03 / 0.00 / 0.15 / 0.64)

CMYK percentages

%3.23
%0
%15.05
%63.53

Codes

Color #5A5D4F in popluar color models

5A 5D 4F
RGB 90 93 79
HSL 73° 8.14% 33.73%
HSB/HSV 73° 15.05% 36.47%
CMYK 3.23% 0.00% 15.05%
63.53%

Color #5A5D4F in popluar number systems.

HEX 5A 5D 4F
Decimal 90 93 79
Binary 1011010 1011101 1001111
Octal 132 135 117

Shades and tints

Shades of #5A5D4F

#5A5D4F
(90,93,79)
#525548
(82,85,72)
#4A4D41
(74,77,65)
#42453A
(66,69,58)
#3A3D33
(58,61,51)
#32352C
(50,53,44)
#2A2D25
(42,45,37)
#22251E
(34,37,30)
#1A1D17
(26,29,23)
#121510
(18,21,16)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #5A5D4F

#5A5D4F
(90,93,79)
#696B5F
(105,107,95)
#78796F
(120,121,111)
#87877F
(135,135,127)
#96958F
(150,149,143)
#A5A39F
(165,163,159)
#B4B1AF
(180,177,175)
#C3BFBF
(195,191,191)
#D2CDCF
(210,205,207)
#E1DBDF
(225,219,223)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5D4F; }

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

This text font color is #5A5D4F.

Background Color

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

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

This div background color is #5A5D4F.

Border color

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

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

This div border color is #5A5D4F.

Opacity

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

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

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

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

This text has shadow with #5A5D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5D4F.

Preview

Color preview on black background

This text has color #5A5D4F on black background.


Color preview on white background

This text has color #5A5D4F on white background.


Black color preview on #5A5D4F background

This text has black color on #5A5D4F background.


White color preview on #5A5D4F background

This text has white color on #5A5D4F background.


Related colors

Complementary color

Complementary color for #hex is #A5A2B0.


I love getcolorcode.com

Triadic colors

1 #4F5A5D and #5D4F5A with #5A5D4F are triadic colors.

2 #4F5D5A and #5D5A4F with #5A5D4F are triadic colors.