COLOR #5A6A4E

HEX: #5A6A4E RGB: (90,106,78)

Color info

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

RGB color model

#5A6A4E color RGB value is (90,106,78).

RGB: (90,106,78) (35%, 42%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 106 of 255 = 42%
B 78 of 255 = 31%

90
106
78

R + G + B ~ 36%. #5A6A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 106 + 78 = 274 (100%)
R 90 of 274 ~ 32.85%
G 106 of 274 ~ 38.69%
B 78 of 274 ~ 28.47'%

%32.85
%38.69
%28.47

CMYK color model

#5A6A4E color CMYK value is (15,0,26,58).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 58.43%

CMYK: (15,0,26,58)
C15M0Y26K58 (15%, 0%, 26%, 58%)
(0.15 / 0.00 / 0.26 / 0.58)

CMYK percentages

%15.09
%0
%26.42
%58.43

Codes

Color #5A6A4E in popluar color models

5A 6A 4E
RGB 90 106 78
HSL 94° 15.22% 36.08%
HSB/HSV 94° 26.42% 41.57%
CMYK 15.09% 0.00% 26.42%
58.43%

Color #5A6A4E in popluar number systems.

HEX 5A 6A 4E
Decimal 90 106 78
Binary 1011010 1101010 1001110
Octal 132 152 116

Shades and tints

Shades of #5A6A4E

#5A6A4E
(90,106,78)
#526147
(82,97,71)
#4A5840
(74,88,64)
#424F39
(66,79,57)
#3A4632
(58,70,50)
#323D2B
(50,61,43)
#2A3424
(42,52,36)
#222B1D
(34,43,29)
#1A2216
(26,34,22)
#12190F
(18,25,15)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #5A6A4E

#5A6A4E
(90,106,78)
#69775E
(105,119,94)
#78846E
(120,132,110)
#87917E
(135,145,126)
#969E8E
(150,158,142)
#A5AB9E
(165,171,158)
#B4B8AE
(180,184,174)
#C3C5BE
(195,197,190)
#D2D2CE
(210,210,206)
#E1DFDE
(225,223,222)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6A4E color. Also use rgb(90,106,78) instead hex code.

Text Font Color

.myTextColor { color: #5A6A4E; }

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

This text font color is #5A6A4E.

Background Color

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

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

This div background color is #5A6A4E.

Border color

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

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

This div border color is #5A6A4E.

Opacity

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

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

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

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

This text has shadow with #5A6A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6A4E.

Preview

Color preview on black background

This text has color #5A6A4E on black background.


Color preview on white background

This text has color #5A6A4E on white background.


Black color preview on #5A6A4E background

This text has black color on #5A6A4E background.


White color preview on #5A6A4E background

This text has white color on #5A6A4E background.


Related colors

Complementary color

Complementary color for #hex is #A595B1.


I love getcolorcode.com

Triadic colors

1 #4E5A6A and #6A4E5A with #5A6A4E are triadic colors.

2 #4E6A5A and #6A5A4E with #5A6A4E are triadic colors.