COLOR #5F8365

HEX: #5F8365
RGB: (95,131,101)

Color info

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

RGB color model

#5F8365 color RGB value is (95,131,101).

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

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 101 of 255 = 40%

95
131
101

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

Portions of RGB colors in percentages

R + G + B =
95 + 131 + 101 = 327 (100%)
R 95 of 327 ~ 29.05%
G 131 of 327 ~ 40.06%
B 101 of 327 ~ 30.89%

%29.05
%40.06
%30.89

CMYK color model

#5F8365 color CMYK value is (27,0,23,49).

  • cyan value is 27.48%
  • magenta value is 0.00%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK:
(27,0,23,49)
C27M0Y23K49 
(27%,0%,23%,49%)
(0.27/0.00/0.23/0.49)	

CMYK percentages

%27.48
%0
%22.9
%48.63

Codes

Color #5F8365 in popluar color models

5F8365
RGB95131101
HSL130°15.93%44.31%
HSB/HSV130°27.48%51.37%
CMYK27.48%0.00%22.90%
48.63%

Color #5F8365 in popluar number systems.

HEX5F8365
Decimal95131101
Binary1011111100000111100101
Octal137203145

Shades and tints

Shades of #5F8365

#5F8365
(95,131,101)
#57785C
(87,120,92)
#4F6D53
(79,109,83)
#47624A
(71,98,74)
#3F5741
(63,87,65)
#374C38
(55,76,56)
#2F412F
(47,65,47)
#273626
(39,54,38)
#1F2B1D
(31,43,29)
#172014
(23,32,20)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #5F8365

#5F8365
(95,131,101)
#6D8E73
(109,142,115)
#7B9981
(123,153,129)
#89A48F
(137,164,143)
#97AF9D
(151,175,157)
#A5BAAB
(165,186,171)
#B3C5B9
(179,197,185)
#C1D0C7
(193,208,199)
#CFDBD5
(207,219,213)
#DDE6E3
(221,230,227)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8365; }

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

This text font color is #5F8365.


Background Color

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

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

This div background color is #5F8365.


Border color

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

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

This div border color is #5F8365.


Opacity

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

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

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

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

This text has shadow with #5F8365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8365 on black background.


Color preview on white background

This text has color #5F8365 on white background.



Black color preview on #5F8365 background

This text has black color on #5F8365 background.


White color preview on #5F8365 background

This text has white color on #5F8365 background.