COLOR #5F8461

HEX: #5F8461
RGB: (95,132,97)

Color info

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

RGB color model

#5F8461 color RGB value is (95,132,97).

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

RGB channels and saturation

R 95 of 255 = 37%
G 132 of 255 = 52%
B 97 of 255 = 38%

95
132
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 132 + 97 = 324 (100%)
R 95 of 324 ~ 29.32%
G 132 of 324 ~ 40.74%
B 97 of 324 ~ 29.94%

%29.32
%40.74
%29.94

CMYK color model

#5F8461 color CMYK value is (28,0,27,48).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(28,0,27,48)
C28M0Y27K48 
(28%,0%,27%,48%)
(0.28/0.00/0.27/0.48)	

CMYK percentages

%28.03
%0
%26.52
%48.24

Codes

Color #5F8461 in popluar color models

5F8461
RGB9513297
HSL123°16.30%44.51%
HSB/HSV123°28.03%51.76%
CMYK28.03%0.00%26.52%
48.24%

Color #5F8461 in popluar number systems.

HEX5F8461
Decimal9513297
Binary1011111100001001100001
Octal137204141

Shades and tints

Shades of #5F8461

#5F8461
(95,132,97)
#577859
(87,120,89)
#4F6C51
(79,108,81)
#476049
(71,96,73)
#3F5441
(63,84,65)
#374839
(55,72,57)
#2F3C31
(47,60,49)
#273029
(39,48,41)
#1F2421
(31,36,33)
#171819
(23,24,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5F8461

#5F8461
(95,132,97)
#6D8F6F
(109,143,111)
#7B9A7D
(123,154,125)
#89A58B
(137,165,139)
#97B099
(151,176,153)
#A5BBA7
(165,187,167)
#B3C6B5
(179,198,181)
#C1D1C3
(193,209,195)
#CFDCD1
(207,220,209)
#DDE7DF
(221,231,223)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8461; }

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

This text font color is #5F8461.


Background Color

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

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

This div background color is #5F8461.


Border color

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

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

This div border color is #5F8461.


Opacity

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

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

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

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

This text has shadow with #5F8461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8461 on black background.


Color preview on white background

This text has color #5F8461 on white background.



Black color preview on #5F8461 background

This text has black color on #5F8461 background.


White color preview on #5F8461 background

This text has white color on #5F8461 background.