COLOR #5A7974

HEX: #5A7974 RGB: (90,121,116)

Color info

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

RGB color model

#5A7974 color RGB value is (90,121,116).

RGB: (90,121,116) (35%, 47%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 121 of 255 = 47%
B 116 of 255 = 45%

90
121
116

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

Portions of RGB colors in percentages

R + G + B = 90 + 121 + 116 = 327 (100%)
R 90 of 327 ~ 27.52%
G 121 of 327 ~ 37%
B 116 of 327 ~ 35.47'%

%27.52
%37
%35.47

CMYK color model

#5A7974 color CMYK value is (26,0,4,53).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 52.55%

CMYK: (26,0,4,53)
C26M0Y4K53 (26%, 0%, 4%, 53%)
(0.26 / 0.00 / 0.04 / 0.53)

CMYK percentages

%25.62
%0
%4.13
%52.55

Codes

Color #5A7974 in popluar color models

5A 79 74
RGB 90 121 116
HSL 170° 14.69% 41.37%
HSB/HSV 170° 25.62% 47.45%
CMYK 25.62% 0.00% 4.13%
52.55%

Color #5A7974 in popluar number systems.

HEX 5A 79 74
Decimal 90 121 116
Binary 1011010 1111001 1110100
Octal 132 171 164

Shades and tints

Shades of #5A7974

#5A7974
(90,121,116)
#526E6A
(82,110,106)
#4A6360
(74,99,96)
#425856
(66,88,86)
#3A4D4C
(58,77,76)
#324242
(50,66,66)
#2A3738
(42,55,56)
#222C2E
(34,44,46)
#1A2124
(26,33,36)
#12161A
(18,22,26)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #5A7974

#5A7974
(90,121,116)
#698580
(105,133,128)
#78918C
(120,145,140)
#879D98
(135,157,152)
#96A9A4
(150,169,164)
#A5B5B0
(165,181,176)
#B4C1BC
(180,193,188)
#C3CDC8
(195,205,200)
#D2D9D4
(210,217,212)
#E1E5E0
(225,229,224)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7974 color. Also use rgb(90,121,116) instead hex code.

Text Font Color

.myTextColor { color: #5A7974; }

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

This text font color is #5A7974.

Background Color

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

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

This div background color is #5A7974.

Border color

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

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

This div border color is #5A7974.

Opacity

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

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

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

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

This text has shadow with #5A7974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7974.

Preview

Color preview on black background

This text has color #5A7974 on black background.


Color preview on white background

This text has color #5A7974 on white background.


Black color preview on #5A7974 background

This text has black color on #5A7974 background.


White color preview on #5A7974 background

This text has white color on #5A7974 background.


Related colors

Complementary color

Complementary color for #hex is #A5868B.


I love getcolorcode.com

Triadic colors

1 #745A79 and #79745A with #5A7974 are triadic colors.

2 #74795A and #795A74 with #5A7974 are triadic colors.