COLOR #5FB049

HEX: #5FB049
RGB: (95,176,73)

Color info

#5FB049 contains mainly green color. Web safe color of #5FB049 is #669933 (or #693).

RGB color model

#5FB049 color RGB value is (95,176,73).

  • red value is 95;
  • green value is 176;
  • blue value is 73.
RGB:
(95,176,73)
(37%,69%,29%)

RGB channels and saturation

R 95 of 255 = 37%
G 176 of 255 = 69%
B 73 of 255 = 29%

95
176
73

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

Portions of RGB colors in percentages

R + G + B =
95 + 176 + 73 = 344 (100%)
R 95 of 344 ~ 27.62%
G 176 of 344 ~ 51.16%
B 73 of 344 ~ 21.22%

%27.62
%51.16
%21.22

CMYK color model

#5FB049 color CMYK value is (46,0,59,31).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 58.52%
  • key color value is 30.98%
CMYK:
(46,0,59,31)
C46M0Y59K31 
(46%,0%,59%,31%)
(0.46/0.00/0.59/0.31)	

CMYK percentages

%46.02
%0
%58.52
%30.98

Codes

Color #5FB049 in popluar color models

5FB049
RGB9517673
HSL107°41.37%48.82%
HSB/HSV107°58.52%69.02%
CMYK46.02%0.00%58.52%
30.98%

Color #5FB049 in popluar number systems.

HEX5FB049
Decimal9517673
Binary1011111101100001001001
Octal137260111

Shades and tints

Shades of #5FB049

#5FB049
(95,176,73)
#57A043
(87,160,67)
#4F903D
(79,144,61)
#478037
(71,128,55)
#3F7031
(63,112,49)
#37602B
(55,96,43)
#2F5025
(47,80,37)
#27401F
(39,64,31)
#1F3019
(31,48,25)
#172013
(23,32,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #5FB049

#5FB049
(95,176,73)
#6DB759
(109,183,89)
#7BBE69
(123,190,105)
#89C579
(137,197,121)
#97CC89
(151,204,137)
#A5D399
(165,211,153)
#B3DAA9
(179,218,169)
#C1E1B9
(193,225,185)
#CFE8C9
(207,232,201)
#DDEFD9
(221,239,217)
#EBF6E9
(235,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB049 color. Also use rgb(95,176,73) instead hex code.

Text Font Color

.myTextColor { color: #5FB049; }

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

This text font color is #5FB049.


Background Color

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

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

This div background color is #5FB049.


Border color

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

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

This div border color is #5FB049.


Opacity

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

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

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

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

This text has shadow with #5FB049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB049 on black background.


Color preview on white background

This text has color #5FB049 on white background.



Black color preview on #5FB049 background

This text has black color on #5FB049 background.


White color preview on #5FB049 background

This text has white color on #5FB049 background.