COLOR #5A8573

HEX: #5A8573
RGB: (90,133,115)

Color info

#5A8573 contains red, green and blue colors in about the same proportion. Web safe color of #5A8573 is #669966 (or #696).

RGB color model

#5A8573 color RGB value is (90,133,115).

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

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 115 of 255 = 45%

90
133
115

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

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 115 = 338 (100%)
R 90 of 338 ~ 26.63%
G 133 of 338 ~ 39.35%
B 115 of 338 ~ 34.02%

%26.63
%39.35
%34.02

CMYK color model

#5A8573 color CMYK value is (32,0,14,48).

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 47.84%
CMYK:
(32,0,14,48)
C32M0Y14K48 
(32%,0%,14%,48%)
(0.32/0.00/0.14/0.48)	

CMYK percentages

%32.33
%0
%13.53
%47.84

Codes

Color #5A8573 in popluar color models

5A8573
RGB90133115
HSL155°19.28%43.73%
HSB/HSV155°32.33%52.16%
CMYK32.33%0.00%13.53%
47.84%

Color #5A8573 in popluar number systems.

HEX5A8573
Decimal90133115
Binary1011010100001011110011
Octal132205163

Shades and tints

Shades of #5A8573

#5A8573
(90,133,115)
#527969
(82,121,105)
#4A6D5F
(74,109,95)
#426155
(66,97,85)
#3A554B
(58,85,75)
#324941
(50,73,65)
#2A3D37
(42,61,55)
#22312D
(34,49,45)
#1A2523
(26,37,35)
#121919
(18,25,25)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #5A8573

#5A8573
(90,133,115)
#69907F
(105,144,127)
#789B8B
(120,155,139)
#87A697
(135,166,151)
#96B1A3
(150,177,163)
#A5BCAF
(165,188,175)
#B4C7BB
(180,199,187)
#C3D2C7
(195,210,199)
#D2DDD3
(210,221,211)
#E1E8DF
(225,232,223)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8573; }

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

This text font color is #5A8573.


Background Color

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

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

This div background color is #5A8573.


Border color

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

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

This div border color is #5A8573.


Opacity

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

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

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

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

This text has shadow with #5A8573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8573 on black background.


Color preview on white background

This text has color #5A8573 on white background.



Black color preview on #5A8573 background

This text has black color on #5A8573 background.


White color preview on #5A8573 background

This text has white color on #5A8573 background.