COLOR #5A716A

HEX: #5A716A RGB: (90,113,106)

Color info

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

RGB color model

#5A716A color RGB value is (90,113,106).

RGB: (90,113,106) (35%, 44%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 113 of 255 = 44%
B 106 of 255 = 42%

90
113
106

R + G + B ~ 40%. #5A716A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 113 + 106 = 309 (100%)
R 90 of 309 ~ 29.13%
G 113 of 309 ~ 36.57%
B 106 of 309 ~ 34.3'%

%29.13
%36.57
%34.3

CMYK color model

#5A716A color CMYK value is (20,0,6,56).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 55.69%

CMYK: (20,0,6,56)
C20M0Y6K56 (20%, 0%, 6%, 56%)
(0.20 / 0.00 / 0.06 / 0.56)

CMYK percentages

%20.35
%0
%6.19
%55.69

Codes

Color #5A716A in popluar color models

5A 71 6A
RGB 90 113 106
HSL 162° 11.33% 39.80%
HSB/HSV 162° 20.35% 44.31%
CMYK 20.35% 0.00% 6.19%
55.69%

Color #5A716A in popluar number systems.

HEX 5A 71 6A
Decimal 90 113 106
Binary 1011010 1110001 1101010
Octal 132 161 152

Shades and tints

Shades of #5A716A

#5A716A
(90,113,106)
#526761
(82,103,97)
#4A5D58
(74,93,88)
#42534F
(66,83,79)
#3A4946
(58,73,70)
#323F3D
(50,63,61)
#2A3534
(42,53,52)
#222B2B
(34,43,43)
#1A2122
(26,33,34)
#121719
(18,23,25)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5A716A

#5A716A
(90,113,106)
#697D77
(105,125,119)
#788984
(120,137,132)
#879591
(135,149,145)
#96A19E
(150,161,158)
#A5ADAB
(165,173,171)
#B4B9B8
(180,185,184)
#C3C5C5
(195,197,197)
#D2D1D2
(210,209,210)
#E1DDDF
(225,221,223)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A716A; }

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

This text font color is #5A716A.

Background Color

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

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

This div background color is #5A716A.

Border color

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

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

This div border color is #5A716A.

Opacity

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

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

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

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

This text has shadow with #5A716A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A716A.

Preview

Color preview on black background

This text has color #5A716A on black background.


Color preview on white background

This text has color #5A716A on white background.


Black color preview on #5A716A background

This text has black color on #5A716A background.


White color preview on #5A716A background

This text has white color on #5A716A background.


Related colors

Complementary color

Complementary color for #hex is #A58E95.


I love getcolorcode.com

Triadic colors

1 #6A5A71 and #716A5A with #5A716A are triadic colors.

2 #6A715A and #715A6A with #5A716A are triadic colors.