COLOR #5F8661

HEX: #5F8661
RGB: (95,134,97)

Color info

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

RGB color model

#5F8661 color RGB value is (95,134,97).

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

RGB channels and saturation

R 95 of 255 = 37%
G 134 of 255 = 53%
B 97 of 255 = 38%

95
134
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 134 + 97 = 326 (100%)
R 95 of 326 ~ 29.14%
G 134 of 326 ~ 41.1%
B 97 of 326 ~ 29.75%

%29.14
%41.1
%29.75

CMYK color model

#5F8661 color CMYK value is (29,0,28,47).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 27.61%
  • key color value is 47.45%
CMYK:
(29,0,28,47)
C29M0Y28K47 
(29%,0%,28%,47%)
(0.29/0.00/0.28/0.47)	

CMYK percentages

%29.1
%0
%27.61
%47.45

Codes

Color #5F8661 in popluar color models

5F8661
RGB9513497
HSL123°17.03%44.90%
HSB/HSV123°29.10%52.55%
CMYK29.10%0.00%27.61%
47.45%

Color #5F8661 in popluar number systems.

HEX5F8661
Decimal9513497
Binary1011111100001101100001
Octal137206141

Shades and tints

Shades of #5F8661

#5F8661
(95,134,97)
#577A59
(87,122,89)
#4F6E51
(79,110,81)
#476249
(71,98,73)
#3F5641
(63,86,65)
#374A39
(55,74,57)
#2F3E31
(47,62,49)
#273229
(39,50,41)
#1F2621
(31,38,33)
#171A19
(23,26,25)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #5F8661

#5F8661
(95,134,97)
#6D916F
(109,145,111)
#7B9C7D
(123,156,125)
#89A78B
(137,167,139)
#97B299
(151,178,153)
#A5BDA7
(165,189,167)
#B3C8B5
(179,200,181)
#C1D3C3
(193,211,195)
#CFDED1
(207,222,209)
#DDE9DF
(221,233,223)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8661; }

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

This text font color is #5F8661.


Background Color

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

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

This div background color is #5F8661.


Border color

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

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

This div border color is #5F8661.


Opacity

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

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

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

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

This text has shadow with #5F8661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8661 on black background.


Color preview on white background

This text has color #5F8661 on white background.



Black color preview on #5F8661 background

This text has black color on #5F8661 background.


White color preview on #5F8661 background

This text has white color on #5F8661 background.