COLOR #5F866D

HEX: #5F866D
RGB: (95,134,109)

Color info

#5F866D contains red, green and blue colors in about the same proportion. Web safe color of #5F866D is #669966 (or #696).

RGB color model

#5F866D color RGB value is (95,134,109).

  • red value is 95;
  • green value is 134;
  • blue value is 109.
RGB:
(95,134,109)
(37%,53%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 134 of 255 = 53%
B 109 of 255 = 43%

95
134
109

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

Portions of RGB colors in percentages

R + G + B =
95 + 134 + 109 = 338 (100%)
R 95 of 338 ~ 28.11%
G 134 of 338 ~ 39.64%
B 109 of 338 ~ 32.25%

%28.11
%39.64
%32.25

CMYK color model

#5F866D color CMYK value is (29,0,19,47).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 18.66%
  • key color value is 47.45%
CMYK:
(29,0,19,47)
C29M0Y19K47 
(29%,0%,19%,47%)
(0.29/0.00/0.19/0.47)	

CMYK percentages

%29.1
%0
%18.66
%47.45

Codes

Color #5F866D in popluar color models

5F866D
RGB95134109
HSL142°17.03%44.90%
HSB/HSV142°29.10%52.55%
CMYK29.10%0.00%18.66%
47.45%

Color #5F866D in popluar number systems.

HEX5F866D
Decimal95134109
Binary1011111100001101101101
Octal137206155

Shades and tints

Shades of #5F866D

#5F866D
(95,134,109)
#577A64
(87,122,100)
#4F6E5B
(79,110,91)
#476252
(71,98,82)
#3F5649
(63,86,73)
#374A40
(55,74,64)
#2F3E37
(47,62,55)
#27322E
(39,50,46)
#1F2625
(31,38,37)
#171A1C
(23,26,28)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #5F866D

#5F866D
(95,134,109)
#6D917A
(109,145,122)
#7B9C87
(123,156,135)
#89A794
(137,167,148)
#97B2A1
(151,178,161)
#A5BDAE
(165,189,174)
#B3C8BB
(179,200,187)
#C1D3C8
(193,211,200)
#CFDED5
(207,222,213)
#DDE9E2
(221,233,226)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F866D color. Also use rgb(95,134,109) instead hex code.

Text Font Color

.myTextColor { color: #5F866D; }

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

This text font color is #5F866D.


Background Color

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

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

This div background color is #5F866D.


Border color

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

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

This div border color is #5F866D.


Opacity

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

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

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

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

This text has shadow with #5F866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F866D on black background.


Color preview on white background

This text has color #5F866D on white background.



Black color preview on #5F866D background

This text has black color on #5F866D background.


White color preview on #5F866D background

This text has white color on #5F866D background.