COLOR #5F8847

HEX: #5F8847
RGB: (95,136,71)

Color info

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

RGB color model

#5F8847 color RGB value is (95,136,71).

  • red value is 95;
  • green value is 136;
  • blue value is 71.
RGB:
(95,136,71)
(37%,53%,28%)

RGB channels and saturation

R 95 of 255 = 37%
G 136 of 255 = 53%
B 71 of 255 = 28%

95
136
71

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

Portions of RGB colors in percentages

R + G + B =
95 + 136 + 71 = 302 (100%)
R 95 of 302 ~ 31.46%
G 136 of 302 ~ 45.03%
B 71 of 302 ~ 23.51%

%31.46
%45.03
%23.51

CMYK color model

#5F8847 color CMYK value is (30,0,48,47).

  • cyan value is 30.15%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 46.67%
CMYK:
(30,0,48,47)
C30M0Y48K47 
(30%,0%,48%,47%)
(0.30/0.00/0.48/0.47)	

CMYK percentages

%30.15
%0
%47.79
%46.67

Codes

Color #5F8847 in popluar color models

5F8847
RGB9513671
HSL98°31.40%40.59%
HSB/HSV98°47.79%53.33%
CMYK30.15%0.00%47.79%
46.67%

Color #5F8847 in popluar number systems.

HEX5F8847
Decimal9513671
Binary1011111100010001000111
Octal137210107

Shades and tints

Shades of #5F8847

#5F8847
(95,136,71)
#577C41
(87,124,65)
#4F703B
(79,112,59)
#476435
(71,100,53)
#3F582F
(63,88,47)
#374C29
(55,76,41)
#2F4023
(47,64,35)
#27341D
(39,52,29)
#1F2817
(31,40,23)
#171C11
(23,28,17)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #5F8847

#5F8847
(95,136,71)
#6D9257
(109,146,87)
#7B9C67
(123,156,103)
#89A677
(137,166,119)
#97B087
(151,176,135)
#A5BA97
(165,186,151)
#B3C4A7
(179,196,167)
#C1CEB7
(193,206,183)
#CFD8C7
(207,216,199)
#DDE2D7
(221,226,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8847 color. Also use rgb(95,136,71) instead hex code.

Text Font Color

.myTextColor { color: #5F8847; }

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

This text font color is #5F8847.


Background Color

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

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

This div background color is #5F8847.


Border color

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

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

This div border color is #5F8847.


Opacity

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

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

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

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

This text has shadow with #5F8847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8847 on black background.


Color preview on white background

This text has color #5F8847 on white background.



Black color preview on #5F8847 background

This text has black color on #5F8847 background.


White color preview on #5F8847 background

This text has white color on #5F8847 background.