COLOR #5F8F4D

HEX: #5F8F4D RGB: (95,143,77)

Color info

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

RGB color model

#5F8F4D color RGB value is (95,143,77).

RGB: (95,143,77) (37%, 56%, 30%)

RGB channels and saturation

R 95 of 255 = 37%
G 143 of 255 = 56%
B 77 of 255 = 30%

95
143
77

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

Portions of RGB colors in percentages

R + G + B = 95 + 143 + 77 = 315 (100%)
R 95 of 315 ~ 30.16%
G 143 of 315 ~ 45.4%
B 77 of 315 ~ 24.44'%

%30.16
%45.4
%24.44

CMYK color model

#5F8F4D color CMYK value is (34,0,46,44).

  • cyan value is 33.57%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 43.92%

CMYK: (34,0,46,44)
C34M0Y46K44 (34%, 0%, 46%, 44%)
(0.34 / 0.00 / 0.46 / 0.44)

CMYK percentages

%33.57
%0
%46.15
%43.92

Codes

Color #5F8F4D in popluar color models

5F 8F 4D
RGB 95 143 77
HSL 104° 30.00% 43.14%
HSB/HSV 104° 46.15% 56.08%
CMYK 33.57% 0.00% 46.15%
43.92%

Color #5F8F4D in popluar number systems.

HEX 5F 8F 4D
Decimal 95 143 77
Binary 1011111 10001111 1001101
Octal 137 217 115

Shades and tints

Shades of #5F8F4D

#5F8F4D
(95,143,77)
#578246
(87,130,70)
#4F753F
(79,117,63)
#476838
(71,104,56)
#3F5B31
(63,91,49)
#374E2A
(55,78,42)
#2F4123
(47,65,35)
#27341C
(39,52,28)
#1F2715
(31,39,21)
#171A0E
(23,26,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #5F8F4D

#5F8F4D
(95,143,77)
#6D995D
(109,153,93)
#7BA36D
(123,163,109)
#89AD7D
(137,173,125)
#97B78D
(151,183,141)
#A5C19D
(165,193,157)
#B3CBAD
(179,203,173)
#C1D5BD
(193,213,189)
#CFDFCD
(207,223,205)
#DDE9DD
(221,233,221)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8F4D color. Also use rgb(95,143,77) instead hex code.

Text Font Color

.myTextColor { color: #5F8F4D; }

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

This text font color is #5F8F4D.

Background Color

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

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

This div background color is #5F8F4D.

Border color

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

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

This div border color is #5F8F4D.

Opacity

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

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

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

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

This text has shadow with #5F8F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8F4D.

Preview

Color preview on black background

This text has color #5F8F4D on black background.


Color preview on white background

This text has color #5F8F4D on white background.


Black color preview on #5F8F4D background

This text has black color on #5F8F4D background.


White color preview on #5F8F4D background

This text has white color on #5F8F4D background.


Related colors

Complementary color

Complementary color for #hex is #A070B2.


I love getcolorcode.com

Triadic colors

1 #4D5F8F and #8F4D5F with #5F8F4D are triadic colors.

2 #4D8F5F and #8F5F4D with #5F8F4D are triadic colors.