COLOR #5F9D7F

HEX: #5F9D7F
RGB: (95,157,127)

Color info

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

RGB color model

#5F9D7F color RGB value is (95,157,127).

  • red value is 95;
  • green value is 157;
  • blue value is 127.
RGB:
(95,157,127)
(37%,62%,50%)

RGB channels and saturation

R 95 of 255 = 37%
G 157 of 255 = 62%
B 127 of 255 = 50%

95
157
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 157 + 127 = 379 (100%)
R 95 of 379 ~ 25.07%
G 157 of 379 ~ 41.42%
B 127 of 379 ~ 33.51%

%25.07
%41.42
%33.51

CMYK color model

#5F9D7F color CMYK value is (39,0,19,38).

  • cyan value is 39.49%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 38.43%
CMYK:
(39,0,19,38)
C39M0Y19K38 
(39%,0%,19%,38%)
(0.39/0.00/0.19/0.38)	

CMYK percentages

%39.49
%0
%19.11
%38.43

Codes

Color #5F9D7F in popluar color models

5F9D7F
RGB95157127
HSL151°24.60%49.41%
HSB/HSV151°39.49%61.57%
CMYK39.49%0.00%19.11%
38.43%

Color #5F9D7F in popluar number systems.

HEX5F9D7F
Decimal95157127
Binary1011111100111011111111
Octal137235177

Shades and tints

Shades of #5F9D7F

#5F9D7F
(95,157,127)
#578F74
(87,143,116)
#4F8169
(79,129,105)
#47735E
(71,115,94)
#3F6553
(63,101,83)
#375748
(55,87,72)
#2F493D
(47,73,61)
#273B32
(39,59,50)
#1F2D27
(31,45,39)
#171F1C
(23,31,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5F9D7F

#5F9D7F
(95,157,127)
#6DA58A
(109,165,138)
#7BAD95
(123,173,149)
#89B5A0
(137,181,160)
#97BDAB
(151,189,171)
#A5C5B6
(165,197,182)
#B3CDC1
(179,205,193)
#C1D5CC
(193,213,204)
#CFDDD7
(207,221,215)
#DDE5E2
(221,229,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9D7F color. Also use rgb(95,157,127) instead hex code.

Text Font Color

.myTextColor { color: #5F9D7F; }

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

This text font color is #5F9D7F.


Background Color

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

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

This div background color is #5F9D7F.


Border color

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

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

This div border color is #5F9D7F.


Opacity

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

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

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

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

This text has shadow with #5F9D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9D7F on black background.


Color preview on white background

This text has color #5F9D7F on white background.



Black color preview on #5F9D7F background

This text has black color on #5F9D7F background.


White color preview on #5F9D7F background

This text has white color on #5F9D7F background.