COLOR #5F9E54

HEX: #5F9E54
RGB: (95,158,84)

Color info

#5F9E54 contains mainly green color. Web safe color of #5F9E54 is #669966 (or #696).

RGB color model

#5F9E54 color RGB value is (95,158,84).

  • red value is 95;
  • green value is 158;
  • blue value is 84.
RGB:
(95,158,84)
(37%,62%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 158 of 255 = 62%
B 84 of 255 = 33%

95
158
84

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

Portions of RGB colors in percentages

R + G + B =
95 + 158 + 84 = 337 (100%)
R 95 of 337 ~ 28.19%
G 158 of 337 ~ 46.88%
B 84 of 337 ~ 24.93%

%28.19
%46.88
%24.93

CMYK color model

#5F9E54 color CMYK value is (40,0,47,38).

  • cyan value is 39.87%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 38.04%
CMYK:
(40,0,47,38)
C40M0Y47K38 
(40%,0%,47%,38%)
(0.40/0.00/0.47/0.38)	

CMYK percentages

%39.87
%0
%46.84
%38.04

Codes

Color #5F9E54 in popluar color models

5F9E54
RGB9515884
HSL111°30.58%47.45%
HSB/HSV111°46.84%61.96%
CMYK39.87%0.00%46.84%
38.04%

Color #5F9E54 in popluar number systems.

HEX5F9E54
Decimal9515884
Binary1011111100111101010100
Octal137236124

Shades and tints

Shades of #5F9E54

#5F9E54
(95,158,84)
#57904D
(87,144,77)
#4F8246
(79,130,70)
#47743F
(71,116,63)
#3F6638
(63,102,56)
#375831
(55,88,49)
#2F4A2A
(47,74,42)
#273C23
(39,60,35)
#1F2E1C
(31,46,28)
#172015
(23,32,21)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #5F9E54

#5F9E54
(95,158,84)
#6DA663
(109,166,99)
#7BAE72
(123,174,114)
#89B681
(137,182,129)
#97BE90
(151,190,144)
#A5C69F
(165,198,159)
#B3CEAE
(179,206,174)
#C1D6BD
(193,214,189)
#CFDECC
(207,222,204)
#DDE6DB
(221,230,219)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9E54 color. Also use rgb(95,158,84) instead hex code.

Text Font Color

.myTextColor { color: #5F9E54; }

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

This text font color is #5F9E54.


Background Color

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

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

This div background color is #5F9E54.


Border color

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

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

This div border color is #5F9E54.


Opacity

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

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

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

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

This text has shadow with #5F9E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9E54 on black background.


Color preview on white background

This text has color #5F9E54 on white background.



Black color preview on #5F9E54 background

This text has black color on #5F9E54 background.


White color preview on #5F9E54 background

This text has white color on #5F9E54 background.