COLOR #5A977E

HEX: #5A977E
RGB: (90,151,126)

Color info

#5A977E contains mainly green and blue colors. Web safe color of #5A977E is #669966 (or #696).

RGB color model

#5A977E color RGB value is (90,151,126).

  • red value is 90;
  • green value is 151;
  • blue value is 126.
RGB:
(90,151,126)
(35%,59%,49%)

RGB channels and saturation

R 90 of 255 = 35%
G 151 of 255 = 59%
B 126 of 255 = 49%

90
151
126

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

Portions of RGB colors in percentages

R + G + B =
90 + 151 + 126 = 367 (100%)
R 90 of 367 ~ 24.52%
G 151 of 367 ~ 41.14%
B 126 of 367 ~ 34.33%

%24.52
%41.14
%34.33

CMYK color model

#5A977E color CMYK value is (40,0,17,41).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(40,0,17,41)
C40M0Y17K41 
(40%,0%,17%,41%)
(0.40/0.00/0.17/0.41)	

CMYK percentages

%40.4
%0
%16.56
%40.78

Codes

Color #5A977E in popluar color models

5A977E
RGB90151126
HSL155°25.31%47.25%
HSB/HSV155°40.40%59.22%
CMYK40.40%0.00%16.56%
40.78%

Color #5A977E in popluar number systems.

HEX5A977E
Decimal90151126
Binary1011010100101111111110
Octal132227176

Shades and tints

Shades of #5A977E

#5A977E
(90,151,126)
#528A73
(82,138,115)
#4A7D68
(74,125,104)
#42705D
(66,112,93)
#3A6352
(58,99,82)
#325647
(50,86,71)
#2A493C
(42,73,60)
#223C31
(34,60,49)
#1A2F26
(26,47,38)
#12221B
(18,34,27)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #5A977E

#5A977E
(90,151,126)
#69A089
(105,160,137)
#78A994
(120,169,148)
#87B29F
(135,178,159)
#96BBAA
(150,187,170)
#A5C4B5
(165,196,181)
#B4CDC0
(180,205,192)
#C3D6CB
(195,214,203)
#D2DFD6
(210,223,214)
#E1E8E1
(225,232,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A977E color. Also use rgb(90,151,126) instead hex code.

Text Font Color

.myTextColor { color: #5A977E; }

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

This text font color is #5A977E.


Background Color

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

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

This div background color is #5A977E.


Border color

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

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

This div border color is #5A977E.


Opacity

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

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

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

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

This text has shadow with #5A977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A977E on black background.


Color preview on white background

This text has color #5A977E on white background.



Black color preview on #5A977E background

This text has black color on #5A977E background.


White color preview on #5A977E background

This text has white color on #5A977E background.