COLOR #5F9C4C

HEX: #5F9C4C
RGB: (95,156,76)

Color info

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

RGB color model

#5F9C4C color RGB value is (95,156,76).

  • red value is 95;
  • green value is 156;
  • blue value is 76.
RGB:
(95,156,76)
(37%,61%,30%)

RGB channels and saturation

R 95 of 255 = 37%
G 156 of 255 = 61%
B 76 of 255 = 30%

95
156
76

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

Portions of RGB colors in percentages

R + G + B =
95 + 156 + 76 = 327 (100%)
R 95 of 327 ~ 29.05%
G 156 of 327 ~ 47.71%
B 76 of 327 ~ 23.24%

%29.05
%47.71
%23.24

CMYK color model

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

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 51.28%
  • key color value is 38.82%
CMYK:
(39,0,51,39)
C39M0Y51K39 
(39%,0%,51%,39%)
(0.39/0.00/0.51/0.39)	

CMYK percentages

%39.1
%0
%51.28
%38.82

Codes

Color #5F9C4C in popluar color models

5F9C4C
RGB9515676
HSL106°34.48%45.49%
HSB/HSV106°51.28%61.18%
CMYK39.10%0.00%51.28%
38.82%

Color #5F9C4C in popluar number systems.

HEX5F9C4C
Decimal9515676
Binary1011111100111001001100
Octal137234114

Shades and tints

Shades of #5F9C4C

#5F9C4C
(95,156,76)
#578E46
(87,142,70)
#4F8040
(79,128,64)
#47723A
(71,114,58)
#3F6434
(63,100,52)
#37562E
(55,86,46)
#2F4828
(47,72,40)
#273A22
(39,58,34)
#1F2C1C
(31,44,28)
#171E16
(23,30,22)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5F9C4C

#5F9C4C
(95,156,76)
#6DA55C
(109,165,92)
#7BAE6C
(123,174,108)
#89B77C
(137,183,124)
#97C08C
(151,192,140)
#A5C99C
(165,201,156)
#B3D2AC
(179,210,172)
#C1DBBC
(193,219,188)
#CFE4CC
(207,228,204)
#DDEDDC
(221,237,220)
#EBF6EC
(235,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9C4C color. Also use rgb(95,156,76) instead hex code.

Text Font Color

.myTextColor { color: #5F9C4C; }

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

This text font color is #5F9C4C.


Background Color

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

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

This div background color is #5F9C4C.


Border color

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

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

This div border color is #5F9C4C.


Opacity

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

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

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

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

This text has shadow with #5F9C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9C4C on black background.


Color preview on white background

This text has color #5F9C4C on white background.



Black color preview on #5F9C4C background

This text has black color on #5F9C4C background.


White color preview on #5F9C4C background

This text has white color on #5F9C4C background.