COLOR #5F8C3E

HEX: #5F8C3E RGB: (95,140,62)

Color info

#5F8C3E contains mainly red and green colors. Web safe color of #5F8C3E is #669933 (or #693).

RGB color model

#5F8C3E color RGB value is (95,140,62).

RGB: (95,140,62) (37%, 55%, 24%)

RGB channels and saturation

R 95 of 255 = 37%
G 140 of 255 = 55%
B 62 of 255 = 24%

95
140
62

R + G + B ~ 39%. #5F8C3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 140 + 62 = 297 (100%)
R 95 of 297 ~ 31.99%
G 140 of 297 ~ 47.14%
B 62 of 297 ~ 20.88'%

%31.99
%47.14
%20.88

CMYK color model

#5F8C3E color CMYK value is (32,0,56,45).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 55.71%
  • key color value is 45.10%

CMYK: (32,0,56,45)
C32M0Y56K45 (32%, 0%, 56%, 45%)
(0.32 / 0.00 / 0.56 / 0.45)

CMYK percentages

%32.14
%0
%55.71
%45.1

Codes

Color #5F8C3E in popluar color models

5F 8C 3E
RGB 95 140 62
HSL 95° 38.61% 39.61%
HSB/HSV 95° 55.71% 54.90%
CMYK 32.14% 0.00% 55.71%
45.10%

Color #5F8C3E in popluar number systems.

HEX 5F 8C 3E
Decimal 95 140 62
Binary 1011111 10001100 111110
Octal 137 214 76

Shades and tints

Shades of #5F8C3E

#5F8C3E
(95,140,62)
#578039
(87,128,57)
#4F7434
(79,116,52)
#47682F
(71,104,47)
#3F5C2A
(63,92,42)
#375025
(55,80,37)
#2F4420
(47,68,32)
#27381B
(39,56,27)
#1F2C16
(31,44,22)
#172011
(23,32,17)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #5F8C3E

#5F8C3E
(95,140,62)
#6D964F
(109,150,79)
#7BA060
(123,160,96)
#89AA71
(137,170,113)
#97B482
(151,180,130)
#A5BE93
(165,190,147)
#B3C8A4
(179,200,164)
#C1D2B5
(193,210,181)
#CFDCC6
(207,220,198)
#DDE6D7
(221,230,215)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8C3E color. Also use rgb(95,140,62) instead hex code.

Text Font Color

.myTextColor { color: #5F8C3E; }

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

This text font color is #5F8C3E.

Background Color

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

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

This div background color is #5F8C3E.

Border color

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

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

This div border color is #5F8C3E.

Opacity

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

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

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

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

This text has shadow with #5F8C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8C3E.

Preview

Color preview on black background

This text has color #5F8C3E on black background.


Color preview on white background

This text has color #5F8C3E on white background.


Black color preview on #5F8C3E background

This text has black color on #5F8C3E background.


White color preview on #5F8C3E background

This text has white color on #5F8C3E background.


Related colors

Complementary color

Complementary color for #hex is #A073C1.


I love getcolorcode.com

Triadic colors

1 #3E5F8C and #8C3E5F with #5F8C3E are triadic colors.

2 #3E8C5F and #8C5F3E with #5F8C3E are triadic colors.