COLOR #5F8740

HEX: #5F8740 RGB: (95,135,64)

Color info

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

RGB color model

#5F8740 color RGB value is (95,135,64).

RGB: (95,135,64) (37%, 53%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 64 of 255 = 25%

95
135
64

R + G + B ~ 38%. #5F8740 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 135 + 64 = 294 (100%)
R 95 of 294 ~ 32.31%
G 135 of 294 ~ 45.92%
B 64 of 294 ~ 21.77'%

%32.31
%45.92
%21.77

CMYK color model

#5F8740 color CMYK value is (30,0,53,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 52.59%
  • key color value is 47.06%

CMYK: (30,0,53,47)
C30M0Y53K47 (30%, 0%, 53%, 47%)
(0.30 / 0.00 / 0.53 / 0.47)

CMYK percentages

%29.63
%0
%52.59
%47.06

Codes

Color #5F8740 in popluar color models

5F 87 40
RGB 95 135 64
HSL 94° 35.68% 39.02%
HSB/HSV 94° 52.59% 52.94%
CMYK 29.63% 0.00% 52.59%
47.06%

Color #5F8740 in popluar number systems.

HEX 5F 87 40
Decimal 95 135 64
Binary 1011111 10000111 1000000
Octal 137 207 100

Shades and tints

Shades of #5F8740

#5F8740
(95,135,64)
#577B3B
(87,123,59)
#4F6F36
(79,111,54)
#476331
(71,99,49)
#3F572C
(63,87,44)
#374B27
(55,75,39)
#2F3F22
(47,63,34)
#27331D
(39,51,29)
#1F2718
(31,39,24)
#171B13
(23,27,19)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F8740

#5F8740
(95,135,64)
#6D9151
(109,145,81)
#7B9B62
(123,155,98)
#89A573
(137,165,115)
#97AF84
(151,175,132)
#A5B995
(165,185,149)
#B3C3A6
(179,195,166)
#C1CDB7
(193,205,183)
#CFD7C8
(207,215,200)
#DDE1D9
(221,225,217)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8740 color. Also use rgb(95,135,64) instead hex code.

Text Font Color

.myTextColor { color: #5F8740; }

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

This text font color is #5F8740.

Background Color

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

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

This div background color is #5F8740.

Border color

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

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

This div border color is #5F8740.

Opacity

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

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

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

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

This text has shadow with #5F8740 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8740.

Preview

Color preview on black background

This text has color #5F8740 on black background.


Color preview on white background

This text has color #5F8740 on white background.


Black color preview on #5F8740 background

This text has black color on #5F8740 background.


White color preview on #5F8740 background

This text has white color on #5F8740 background.


Related colors

Complementary color

Complementary color for #hex is #A078BF.


I love getcolorcode.com

Triadic colors

1 #405F87 and #87405F with #5F8740 are triadic colors.

2 #40875F and #875F40 with #5F8740 are triadic colors.