COLOR #5A664F

HEX: #5A664F RGB: (90,102,79)

Color info

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

RGB color model

#5A664F color RGB value is (90,102,79).

RGB: (90,102,79) (35%, 40%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 79 of 255 = 31%

90
102
79

R + G + B ~ 35%. #5A664F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 102 + 79 = 271 (100%)
R 90 of 271 ~ 33.21%
G 102 of 271 ~ 37.64%
B 79 of 271 ~ 29.15'%

%33.21
%37.64
%29.15

CMYK color model

#5A664F color CMYK value is (12,0,23,60).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 60.00%

CMYK: (12,0,23,60)
C12M0Y23K60 (12%, 0%, 23%, 60%)
(0.12 / 0.00 / 0.23 / 0.60)

CMYK percentages

%11.76
%0
%22.55
%60

Codes

Color #5A664F in popluar color models

5A 66 4F
RGB 90 102 79
HSL 91° 12.71% 35.49%
HSB/HSV 91° 22.55% 40.00%
CMYK 11.76% 0.00% 22.55%
60.00%

Color #5A664F in popluar number systems.

HEX 5A 66 4F
Decimal 90 102 79
Binary 1011010 1100110 1001111
Octal 132 146 117

Shades and tints

Shades of #5A664F

#5A664F
(90,102,79)
#525D48
(82,93,72)
#4A5441
(74,84,65)
#424B3A
(66,75,58)
#3A4233
(58,66,51)
#32392C
(50,57,44)
#2A3025
(42,48,37)
#22271E
(34,39,30)
#1A1E17
(26,30,23)
#121510
(18,21,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A664F

#5A664F
(90,102,79)
#69735F
(105,115,95)
#78806F
(120,128,111)
#878D7F
(135,141,127)
#969A8F
(150,154,143)
#A5A79F
(165,167,159)
#B4B4AF
(180,180,175)
#C3C1BF
(195,193,191)
#D2CECF
(210,206,207)
#E1DBDF
(225,219,223)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A664F; }

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

This text font color is #5A664F.

Background Color

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

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

This div background color is #5A664F.

Border color

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

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

This div border color is #5A664F.

Opacity

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

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

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

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

This text has shadow with #5A664F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A664F.

Preview

Color preview on black background

This text has color #5A664F on black background.


Color preview on white background

This text has color #5A664F on white background.


Black color preview on #5A664F background

This text has black color on #5A664F background.


White color preview on #5A664F background

This text has white color on #5A664F background.


Related colors

Complementary color

Complementary color for #hex is #A599B0.


I love getcolorcode.com

Triadic colors

1 #4F5A66 and #664F5A with #5A664F are triadic colors.

2 #4F665A and #665A4F with #5A664F are triadic colors.