COLOR #5A7379

HEX: #5A7379
RGB: (90,115,121)

Color info

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

RGB color model

#5A7379 color RGB value is (90,115,121).

  • red value is 90;
  • green value is 115;
  • blue value is 121.
RGB:
(90,115,121)
(35%,45%,47%)

RGB channels and saturation

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

90
115
121

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

Portions of RGB colors in percentages

R + G + B =
90 + 115 + 121 = 326 (100%)
R 90 of 326 ~ 27.61%
G 115 of 326 ~ 35.28%
B 121 of 326 ~ 37.12%

%27.61
%35.28
%37.12

CMYK color model

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

  • cyan value is 25.62%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(26,5,0,53)
C26M5Y0K53 
(26%,5%,0%,53%)
(0.26/0.05/0.00/0.53)	

CMYK percentages

%25.62
%4.96
%0
%52.55

Codes

Color #5A7379 in popluar color models

5A7379
RGB90115121
HSL192°14.69%41.37%
HSB/HSV192°25.62%47.45%
CMYK25.62%4.96%0.00%
52.55%

Color #5A7379 in popluar number systems.

HEX5A7379
Decimal90115121
Binary101101011100111111001
Octal132163171

Shades and tints

Shades of #5A7379

#5A7379
(90,115,121)
#52696E
(82,105,110)
#4A5F63
(74,95,99)
#425558
(66,85,88)
#3A4B4D
(58,75,77)
#324142
(50,65,66)
#2A3737
(42,55,55)
#222D2C
(34,45,44)
#1A2321
(26,35,33)
#121916
(18,25,22)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #5A7379

#5A7379
(90,115,121)
#697F85
(105,127,133)
#788B91
(120,139,145)
#87979D
(135,151,157)
#96A3A9
(150,163,169)
#A5AFB5
(165,175,181)
#B4BBC1
(180,187,193)
#C3C7CD
(195,199,205)
#D2D3D9
(210,211,217)
#E1DFE5
(225,223,229)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7379; }

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

This text font color is #5A7379.


Background Color

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

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

This div background color is #5A7379.


Border color

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

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

This div border color is #5A7379.


Opacity

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

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

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

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

This text has shadow with #5A7379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7379 on black background.


Color preview on white background

This text has color #5A7379 on white background.



Black color preview on #5A7379 background

This text has black color on #5A7379 background.


White color preview on #5A7379 background

This text has white color on #5A7379 background.