COLOR #5F8A3F

HEX: #5F8A3F RGB: (95,138,63)

Color info

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

RGB color model

#5F8A3F color RGB value is (95,138,63).

RGB: (95,138,63) (37%, 54%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 138 of 255 = 54%
B 63 of 255 = 25%

95
138
63

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

Portions of RGB colors in percentages

R + G + B = 95 + 138 + 63 = 296 (100%)
R 95 of 296 ~ 32.09%
G 138 of 296 ~ 46.62%
B 63 of 296 ~ 21.28'%

%32.09
%46.62
%21.28

CMYK color model

#5F8A3F color CMYK value is (31,0,54,46).

  • cyan value is 31.16%
  • magenta value is 0.00%
  • yellow value is 54.35%
  • key color value is 45.88%

CMYK: (31,0,54,46)
C31M0Y54K46 (31%, 0%, 54%, 46%)
(0.31 / 0.00 / 0.54 / 0.46)

CMYK percentages

%31.16
%0
%54.35
%45.88

Codes

Color #5F8A3F in popluar color models

5F 8A 3F
RGB 95 138 63
HSL 94° 37.31% 39.41%
HSB/HSV 94° 54.35% 54.12%
CMYK 31.16% 0.00% 54.35%
45.88%

Color #5F8A3F in popluar number systems.

HEX 5F 8A 3F
Decimal 95 138 63
Binary 1011111 10001010 111111
Octal 137 212 77

Shades and tints

Shades of #5F8A3F

#5F8A3F
(95,138,63)
#577E3A
(87,126,58)
#4F7235
(79,114,53)
#476630
(71,102,48)
#3F5A2B
(63,90,43)
#374E26
(55,78,38)
#2F4221
(47,66,33)
#27361C
(39,54,28)
#1F2A17
(31,42,23)
#171E12
(23,30,18)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #5F8A3F

#5F8A3F
(95,138,63)
#6D9450
(109,148,80)
#7B9E61
(123,158,97)
#89A872
(137,168,114)
#97B283
(151,178,131)
#A5BC94
(165,188,148)
#B3C6A5
(179,198,165)
#C1D0B6
(193,208,182)
#CFDAC7
(207,218,199)
#DDE4D8
(221,228,216)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8A3F color. Also use rgb(95,138,63) instead hex code.

Text Font Color

.myTextColor { color: #5F8A3F; }

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

This text font color is #5F8A3F.

Background Color

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

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

This div background color is #5F8A3F.

Border color

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

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

This div border color is #5F8A3F.

Opacity

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

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

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

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

This text has shadow with #5F8A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8A3F.

Preview

Color preview on black background

This text has color #5F8A3F on black background.


Color preview on white background

This text has color #5F8A3F on white background.


Black color preview on #5F8A3F background

This text has black color on #5F8A3F background.


White color preview on #5F8A3F background

This text has white color on #5F8A3F background.


Related colors

Complementary color

Complementary color for #hex is #A075C0.


I love getcolorcode.com

Triadic colors

1 #3F5F8A and #8A3F5F with #5F8A3F are triadic colors.

2 #3F8A5F and #8A5F3F with #5F8A3F are triadic colors.