COLOR #5A7460

HEX: #5A7460
RGB: (90,116,96)

Color info

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

RGB color model

#5A7460 color RGB value is (90,116,96).

  • red value is 90;
  • green value is 116;
  • blue value is 96.
RGB:
(90,116,96)
(35%,45%,38%)

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 96 of 255 = 38%

90
116
96

R + G + B ~ 39%. #5A7460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 96 = 302 (100%)
R 90 of 302 ~ 29.8%
G 116 of 302 ~ 38.41%
B 96 of 302 ~ 31.79%

%29.8
%38.41
%31.79

CMYK color model

#5A7460 color CMYK value is (22,0,17,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(22,0,17,55)
C22M0Y17K55 
(22%,0%,17%,55%)
(0.22/0.00/0.17/0.55)	

CMYK percentages

%22.41
%0
%17.24
%54.51

Codes

Color #5A7460 in popluar color models

5A7460
RGB9011696
HSL134°12.62%40.39%
HSB/HSV134°22.41%45.49%
CMYK22.41%0.00%17.24%
54.51%

Color #5A7460 in popluar number systems.

HEX5A7460
Decimal9011696
Binary101101011101001100000
Octal132164140

Shades and tints

Shades of #5A7460

#5A7460
(90,116,96)
#526A58
(82,106,88)
#4A6050
(74,96,80)
#425648
(66,86,72)
#3A4C40
(58,76,64)
#324238
(50,66,56)
#2A3830
(42,56,48)
#222E28
(34,46,40)
#1A2420
(26,36,32)
#121A18
(18,26,24)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #5A7460

#5A7460
(90,116,96)
#69806E
(105,128,110)
#788C7C
(120,140,124)
#87988A
(135,152,138)
#96A498
(150,164,152)
#A5B0A6
(165,176,166)
#B4BCB4
(180,188,180)
#C3C8C2
(195,200,194)
#D2D4D0
(210,212,208)
#E1E0DE
(225,224,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7460; }

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

This text font color is #5A7460.


Background Color

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

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

This div background color is #5A7460.


Border color

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

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

This div border color is #5A7460.


Opacity

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

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

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

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

This text has shadow with #5A7460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7460 on black background.


Color preview on white background

This text has color #5A7460 on white background.



Black color preview on #5A7460 background

This text has black color on #5A7460 background.


White color preview on #5A7460 background

This text has white color on #5A7460 background.