COLOR #5A957F

HEX: #5A957F
RGB: (90,149,127)

Color info

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

RGB color model

#5A957F color RGB value is (90,149,127).

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

RGB channels and saturation

R 90 of 255 = 35%
G 149 of 255 = 58%
B 127 of 255 = 50%

90
149
127

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

Portions of RGB colors in percentages

R + G + B =
90 + 149 + 127 = 366 (100%)
R 90 of 366 ~ 24.59%
G 149 of 366 ~ 40.71%
B 127 of 366 ~ 34.7%

%24.59
%40.71
%34.7

CMYK color model

#5A957F color CMYK value is (40,0,15,42).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(40,0,15,42)
C40M0Y15K42 
(40%,0%,15%,42%)
(0.40/0.00/0.15/0.42)	

CMYK percentages

%39.6
%0
%14.77
%41.57

Codes

Color #5A957F in popluar color models

5A957F
RGB90149127
HSL158°24.69%46.86%
HSB/HSV158°39.60%58.43%
CMYK39.60%0.00%14.77%
41.57%

Color #5A957F in popluar number systems.

HEX5A957F
Decimal90149127
Binary1011010100101011111111
Octal132225177

Shades and tints

Shades of #5A957F

#5A957F
(90,149,127)
#528874
(82,136,116)
#4A7B69
(74,123,105)
#426E5E
(66,110,94)
#3A6153
(58,97,83)
#325448
(50,84,72)
#2A473D
(42,71,61)
#223A32
(34,58,50)
#1A2D27
(26,45,39)
#12201C
(18,32,28)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #5A957F

#5A957F
(90,149,127)
#699E8A
(105,158,138)
#78A795
(120,167,149)
#87B0A0
(135,176,160)
#96B9AB
(150,185,171)
#A5C2B6
(165,194,182)
#B4CBC1
(180,203,193)
#C3D4CC
(195,212,204)
#D2DDD7
(210,221,215)
#E1E6E2
(225,230,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A957F; }

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

This text font color is #5A957F.


Background Color

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

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

This div background color is #5A957F.


Border color

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

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

This div border color is #5A957F.


Opacity

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

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

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

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

This text has shadow with #5A957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A957F on black background.


Color preview on white background

This text has color #5A957F on white background.



Black color preview on #5A957F background

This text has black color on #5A957F background.


White color preview on #5A957F background

This text has white color on #5A957F background.