COLOR #5F977E

HEX: #5F977E
RGB: (95,151,126)

Color info

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

RGB color model

#5F977E color RGB value is (95,151,126).

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

RGB channels and saturation

R 95 of 255 = 37%
G 151 of 255 = 59%
B 126 of 255 = 49%

95
151
126

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

Portions of RGB colors in percentages

R + G + B =
95 + 151 + 126 = 372 (100%)
R 95 of 372 ~ 25.54%
G 151 of 372 ~ 40.59%
B 126 of 372 ~ 33.87%

%25.54
%40.59
%33.87

CMYK color model

#5F977E color CMYK value is (37,0,17,41).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(37,0,17,41)
C37M0Y17K41 
(37%,0%,17%,41%)
(0.37/0.00/0.17/0.41)	

CMYK percentages

%37.09
%0
%16.56
%40.78

Codes

Color #5F977E in popluar color models

5F977E
RGB95151126
HSL153°22.76%48.24%
HSB/HSV153°37.09%59.22%
CMYK37.09%0.00%16.56%
40.78%

Color #5F977E in popluar number systems.

HEX5F977E
Decimal95151126
Binary1011111100101111111110
Octal137227176

Shades and tints

Shades of #5F977E

#5F977E
(95,151,126)
#578A73
(87,138,115)
#4F7D68
(79,125,104)
#47705D
(71,112,93)
#3F6352
(63,99,82)
#375647
(55,86,71)
#2F493C
(47,73,60)
#273C31
(39,60,49)
#1F2F26
(31,47,38)
#17221B
(23,34,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #5F977E

#5F977E
(95,151,126)
#6DA089
(109,160,137)
#7BA994
(123,169,148)
#89B29F
(137,178,159)
#97BBAA
(151,187,170)
#A5C4B5
(165,196,181)
#B3CDC0
(179,205,192)
#C1D6CB
(193,214,203)
#CFDFD6
(207,223,214)
#DDE8E1
(221,232,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F977E; }

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

This text font color is #5F977E.


Background Color

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

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

This div background color is #5F977E.


Border color

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

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

This div border color is #5F977E.


Opacity

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

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

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

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

This text has shadow with #5F977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F977E on black background.


Color preview on white background

This text has color #5F977E on white background.



Black color preview on #5F977E background

This text has black color on #5F977E background.


White color preview on #5F977E background

This text has white color on #5F977E background.