COLOR #5A6A5E

HEX: #5A6A5E RGB: (90,106,94)

Color info

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

RGB color model

#5A6A5E color RGB value is (90,106,94).

RGB: (90,106,94) (35%, 42%, 37%)

RGB channels and saturation

R 90 of 255 = 35%
G 106 of 255 = 42%
B 94 of 255 = 37%

90
106
94

R + G + B ~ 38%. #5A6A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 106 + 94 = 290 (100%)
R 90 of 290 ~ 31.03%
G 106 of 290 ~ 36.55%
B 94 of 290 ~ 32.41'%

%31.03
%36.55
%32.41

CMYK color model

#5A6A5E color CMYK value is (15,0,11,58).

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

CMYK: (15,0,11,58)
C15M0Y11K58 (15%, 0%, 11%, 58%)
(0.15 / 0.00 / 0.11 / 0.58)

CMYK percentages

%15.09
%0
%11.32
%58.43

Codes

Color #5A6A5E in popluar color models

5A 6A 5E
RGB 90 106 94
HSL 135° 8.16% 38.43%
HSB/HSV 135° 15.09% 41.57%
CMYK 15.09% 0.00% 11.32%
58.43%

Color #5A6A5E in popluar number systems.

HEX 5A 6A 5E
Decimal 90 106 94
Binary 1011010 1101010 1011110
Octal 132 152 136

Shades and tints

Shades of #5A6A5E

#5A6A5E
(90,106,94)
#526156
(82,97,86)
#4A584E
(74,88,78)
#424F46
(66,79,70)
#3A463E
(58,70,62)
#323D36
(50,61,54)
#2A342E
(42,52,46)
#222B26
(34,43,38)
#1A221E
(26,34,30)
#121916
(18,25,22)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #5A6A5E

#5A6A5E
(90,106,94)
#69776C
(105,119,108)
#78847A
(120,132,122)
#879188
(135,145,136)
#969E96
(150,158,150)
#A5ABA4
(165,171,164)
#B4B8B2
(180,184,178)
#C3C5C0
(195,197,192)
#D2D2CE
(210,210,206)
#E1DFDC
(225,223,220)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6A5E; }

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

This text font color is #5A6A5E.

Background Color

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

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

This div background color is #5A6A5E.

Border color

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

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

This div border color is #5A6A5E.

Opacity

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

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

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

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

This text has shadow with #5A6A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6A5E.

Preview

Color preview on black background

This text has color #5A6A5E on black background.


Color preview on white background

This text has color #5A6A5E on white background.


Black color preview on #5A6A5E background

This text has black color on #5A6A5E background.


White color preview on #5A6A5E background

This text has white color on #5A6A5E background.


Related colors

Complementary color

Complementary color for #hex is #A595A1.


I love getcolorcode.com

Triadic colors

1 #5E5A6A and #6A5E5A with #5A6A5E are triadic colors.

2 #5E6A5A and #6A5A5E with #5A6A5E are triadic colors.