COLOR #5F8961

HEX: #5F8961
RGB: (95,137,97)

Color info

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

RGB color model

#5F8961 color RGB value is (95,137,97).

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

RGB channels and saturation

R 95 of 255 = 37%
G 137 of 255 = 54%
B 97 of 255 = 38%

95
137
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 137 + 97 = 329 (100%)
R 95 of 329 ~ 28.88%
G 137 of 329 ~ 41.64%
B 97 of 329 ~ 29.48%

%28.88
%41.64
%29.48

CMYK color model

#5F8961 color CMYK value is (31,0,29,46).

  • cyan value is 30.66%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(31,0,29,46)
C31M0Y29K46 
(31%,0%,29%,46%)
(0.31/0.00/0.29/0.46)	

CMYK percentages

%30.66
%0
%29.2
%46.27

Codes

Color #5F8961 in popluar color models

5F8961
RGB9513797
HSL123°18.10%45.49%
HSB/HSV123°30.66%53.73%
CMYK30.66%0.00%29.20%
46.27%

Color #5F8961 in popluar number systems.

HEX5F8961
Decimal9513797
Binary1011111100010011100001
Octal137211141

Shades and tints

Shades of #5F8961

#5F8961
(95,137,97)
#577D59
(87,125,89)
#4F7151
(79,113,81)
#476549
(71,101,73)
#3F5941
(63,89,65)
#374D39
(55,77,57)
#2F4131
(47,65,49)
#273529
(39,53,41)
#1F2921
(31,41,33)
#171D19
(23,29,25)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5F8961

#5F8961
(95,137,97)
#6D936F
(109,147,111)
#7B9D7D
(123,157,125)
#89A78B
(137,167,139)
#97B199
(151,177,153)
#A5BBA7
(165,187,167)
#B3C5B5
(179,197,181)
#C1CFC3
(193,207,195)
#CFD9D1
(207,217,209)
#DDE3DF
(221,227,223)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8961; }

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

This text font color is #5F8961.


Background Color

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

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

This div background color is #5F8961.


Border color

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

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

This div border color is #5F8961.


Opacity

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

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

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

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

This text has shadow with #5F8961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8961 on black background.


Color preview on white background

This text has color #5F8961 on white background.



Black color preview on #5F8961 background

This text has black color on #5F8961 background.


White color preview on #5F8961 background

This text has white color on #5F8961 background.