COLOR #5F984F

HEX: #5F984F
RGB: (95,152,79)

Color info

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

RGB color model

#5F984F color RGB value is (95,152,79).

  • red value is 95;
  • green value is 152;
  • blue value is 79.
RGB:
(95,152,79)
(37%,60%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 152 of 255 = 60%
B 79 of 255 = 31%

95
152
79

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

Portions of RGB colors in percentages

R + G + B =
95 + 152 + 79 = 326 (100%)
R 95 of 326 ~ 29.14%
G 152 of 326 ~ 46.63%
B 79 of 326 ~ 24.23%

%29.14
%46.63
%24.23

CMYK color model

#5F984F color CMYK value is (38,0,48,40).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 48.03%
  • key color value is 40.39%
CMYK:
(38,0,48,40)
C38M0Y48K40 
(38%,0%,48%,40%)
(0.38/0.00/0.48/0.40)	

CMYK percentages

%37.5
%0
%48.03
%40.39

Codes

Color #5F984F in popluar color models

5F984F
RGB9515279
HSL107°31.60%45.29%
HSB/HSV107°48.03%59.61%
CMYK37.50%0.00%48.03%
40.39%

Color #5F984F in popluar number systems.

HEX5F984F
Decimal9515279
Binary1011111100110001001111
Octal137230117

Shades and tints

Shades of #5F984F

#5F984F
(95,152,79)
#578B48
(87,139,72)
#4F7E41
(79,126,65)
#47713A
(71,113,58)
#3F6433
(63,100,51)
#37572C
(55,87,44)
#2F4A25
(47,74,37)
#273D1E
(39,61,30)
#1F3017
(31,48,23)
#172310
(23,35,16)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #5F984F

#5F984F
(95,152,79)
#6DA15F
(109,161,95)
#7BAA6F
(123,170,111)
#89B37F
(137,179,127)
#97BC8F
(151,188,143)
#A5C59F
(165,197,159)
#B3CEAF
(179,206,175)
#C1D7BF
(193,215,191)
#CFE0CF
(207,224,207)
#DDE9DF
(221,233,223)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F984F color. Also use rgb(95,152,79) instead hex code.

Text Font Color

.myTextColor { color: #5F984F; }

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

This text font color is #5F984F.


Background Color

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

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

This div background color is #5F984F.


Border color

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

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

This div border color is #5F984F.


Opacity

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

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

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

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

This text has shadow with #5F984F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F984F on black background.


Color preview on white background

This text has color #5F984F on white background.



Black color preview on #5F984F background

This text has black color on #5F984F background.


White color preview on #5F984F background

This text has white color on #5F984F background.