COLOR #5A857F

HEX: #5A857F
RGB: (90,133,127)

Color info

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

RGB color model

#5A857F color RGB value is (90,133,127).

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

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 127 of 255 = 50%

90
133
127

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

Portions of RGB colors in percentages

R + G + B =
90 + 133 + 127 = 350 (100%)
R 90 of 350 ~ 25.71%
G 133 of 350 ~ 38%
B 127 of 350 ~ 36.29%

%25.71
%38
%36.29

CMYK color model

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

  • cyan value is 32.33%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(32,0,5,48)
C32M0Y5K48 
(32%,0%,5%,48%)
(0.32/0.00/0.05/0.48)	

CMYK percentages

%32.33
%0
%4.51
%47.84

Codes

Color #5A857F in popluar color models

5A857F
RGB90133127
HSL172°19.28%43.73%
HSB/HSV172°32.33%52.16%
CMYK32.33%0.00%4.51%
47.84%

Color #5A857F in popluar number systems.

HEX5A857F
Decimal90133127
Binary1011010100001011111111
Octal132205177

Shades and tints

Shades of #5A857F

#5A857F
(90,133,127)
#527974
(82,121,116)
#4A6D69
(74,109,105)
#42615E
(66,97,94)
#3A5553
(58,85,83)
#324948
(50,73,72)
#2A3D3D
(42,61,61)
#223132
(34,49,50)
#1A2527
(26,37,39)
#12191C
(18,25,28)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #5A857F

#5A857F
(90,133,127)
#69908A
(105,144,138)
#789B95
(120,155,149)
#87A6A0
(135,166,160)
#96B1AB
(150,177,171)
#A5BCB6
(165,188,182)
#B4C7C1
(180,199,193)
#C3D2CC
(195,210,204)
#D2DDD7
(210,221,215)
#E1E8E2
(225,232,226)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A857F; }

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

This text font color is #5A857F.


Background Color

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

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

This div background color is #5A857F.


Border color

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

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

This div border color is #5A857F.


Opacity

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

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

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

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

This text has shadow with #5A857F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A857F on black background.


Color preview on white background

This text has color #5A857F on white background.



Black color preview on #5A857F background

This text has black color on #5A857F background.


White color preview on #5A857F background

This text has white color on #5A857F background.