COLOR #5F8356

HEX: #5F8356
RGB: (95,131,86)

Color info

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

RGB color model

#5F8356 color RGB value is (95,131,86).

  • red value is 95;
  • green value is 131;
  • blue value is 86.
RGB:
(95,131,86)
(37%,51%,34%)

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 86 of 255 = 34%

95
131
86

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

Portions of RGB colors in percentages

R + G + B =
95 + 131 + 86 = 312 (100%)
R 95 of 312 ~ 30.45%
G 131 of 312 ~ 41.99%
B 86 of 312 ~ 27.56%

%30.45
%41.99
%27.56

CMYK color model

#5F8356 color CMYK value is (27,0,34,49).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(27,0,34,49)
C27M0Y34K49 
(27%,0%,34%,49%)
(0.27/0.00/0.34/0.49)	

CMYK percentages

%27.48
%0
%34.35
%48.63

Codes

Color #5F8356 in popluar color models

5F8356
RGB9513186
HSL108°20.74%42.55%
HSB/HSV108°34.35%51.37%
CMYK27.48%0.00%34.35%
48.63%

Color #5F8356 in popluar number systems.

HEX5F8356
Decimal9513186
Binary1011111100000111010110
Octal137203126

Shades and tints

Shades of #5F8356

#5F8356
(95,131,86)
#57784F
(87,120,79)
#4F6D48
(79,109,72)
#476241
(71,98,65)
#3F573A
(63,87,58)
#374C33
(55,76,51)
#2F412C
(47,65,44)
#273625
(39,54,37)
#1F2B1E
(31,43,30)
#172017
(23,32,23)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #5F8356

#5F8356
(95,131,86)
#6D8E65
(109,142,101)
#7B9974
(123,153,116)
#89A483
(137,164,131)
#97AF92
(151,175,146)
#A5BAA1
(165,186,161)
#B3C5B0
(179,197,176)
#C1D0BF
(193,208,191)
#CFDBCE
(207,219,206)
#DDE6DD
(221,230,221)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8356 color. Also use rgb(95,131,86) instead hex code.

Text Font Color

.myTextColor { color: #5F8356; }

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

This text font color is #5F8356.


Background Color

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

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

This div background color is #5F8356.


Border color

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

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

This div border color is #5F8356.


Opacity

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

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

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

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

This text has shadow with #5F8356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8356 on black background.


Color preview on white background

This text has color #5F8356 on white background.



Black color preview on #5F8356 background

This text has black color on #5F8356 background.


White color preview on #5F8356 background

This text has white color on #5F8356 background.