COLOR #5F9B5E

HEX: #5F9B5E
RGB: (95,155,94)

Color info

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

RGB color model

#5F9B5E color RGB value is (95,155,94).

  • red value is 95;
  • green value is 155;
  • blue value is 94.
RGB:
(95,155,94)
(37%,61%,37%)

RGB channels and saturation

R 95 of 255 = 37%
G 155 of 255 = 61%
B 94 of 255 = 37%

95
155
94

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

Portions of RGB colors in percentages

R + G + B =
95 + 155 + 94 = 344 (100%)
R 95 of 344 ~ 27.62%
G 155 of 344 ~ 45.06%
B 94 of 344 ~ 27.33%

%27.62
%45.06
%27.33

CMYK color model

#5F9B5E color CMYK value is (39,0,39,39).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 39.35%
  • key color value is 39.22%
CMYK:
(39,0,39,39)
C39M0Y39K39 
(39%,0%,39%,39%)
(0.39/0.00/0.39/0.39)	

CMYK percentages

%38.71
%0
%39.35
%39.22

Codes

Color #5F9B5E in popluar color models

5F9B5E
RGB9515594
HSL119°24.50%48.82%
HSB/HSV119°39.35%60.78%
CMYK38.71%0.00%39.35%
39.22%

Color #5F9B5E in popluar number systems.

HEX5F9B5E
Decimal9515594
Binary1011111100110111011110
Octal137233136

Shades and tints

Shades of #5F9B5E

#5F9B5E
(95,155,94)
#578D56
(87,141,86)
#4F7F4E
(79,127,78)
#477146
(71,113,70)
#3F633E
(63,99,62)
#375536
(55,85,54)
#2F472E
(47,71,46)
#273926
(39,57,38)
#1F2B1E
(31,43,30)
#171D16
(23,29,22)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F9B5E

#5F9B5E
(95,155,94)
#6DA46C
(109,164,108)
#7BAD7A
(123,173,122)
#89B688
(137,182,136)
#97BF96
(151,191,150)
#A5C8A4
(165,200,164)
#B3D1B2
(179,209,178)
#C1DAC0
(193,218,192)
#CFE3CE
(207,227,206)
#DDECDC
(221,236,220)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9B5E color. Also use rgb(95,155,94) instead hex code.

Text Font Color

.myTextColor { color: #5F9B5E; }

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

This text font color is #5F9B5E.


Background Color

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

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

This div background color is #5F9B5E.


Border color

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

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

This div border color is #5F9B5E.


Opacity

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

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

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

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

This text has shadow with #5F9B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9B5E on black background.


Color preview on white background

This text has color #5F9B5E on white background.



Black color preview on #5F9B5E background

This text has black color on #5F9B5E background.


White color preview on #5F9B5E background

This text has white color on #5F9B5E background.