COLOR #5F8650

HEX: #5F8650
RGB: (95,134,80)

Color info

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

RGB color model

#5F8650 color RGB value is (95,134,80).

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

RGB channels and saturation

R 95 of 255 = 37%
G 134 of 255 = 53%
B 80 of 255 = 31%

95
134
80

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

Portions of RGB colors in percentages

R + G + B =
95 + 134 + 80 = 309 (100%)
R 95 of 309 ~ 30.74%
G 134 of 309 ~ 43.37%
B 80 of 309 ~ 25.89%

%30.74
%43.37
%25.89

CMYK color model

#5F8650 color CMYK value is (29,0,40,47).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 40.30%
  • key color value is 47.45%
CMYK:
(29,0,40,47)
C29M0Y40K47 
(29%,0%,40%,47%)
(0.29/0.00/0.40/0.47)	

CMYK percentages

%29.1
%0
%40.3
%47.45

Codes

Color #5F8650 in popluar color models

5F8650
RGB9513480
HSL103°25.23%41.96%
HSB/HSV103°40.30%52.55%
CMYK29.10%0.00%40.30%
47.45%

Color #5F8650 in popluar number systems.

HEX5F8650
Decimal9513480
Binary1011111100001101010000
Octal137206120

Shades and tints

Shades of #5F8650

#5F8650
(95,134,80)
#577A49
(87,122,73)
#4F6E42
(79,110,66)
#47623B
(71,98,59)
#3F5634
(63,86,52)
#374A2D
(55,74,45)
#2F3E26
(47,62,38)
#27321F
(39,50,31)
#1F2618
(31,38,24)
#171A11
(23,26,17)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #5F8650

#5F8650
(95,134,80)
#6D915F
(109,145,95)
#7B9C6E
(123,156,110)
#89A77D
(137,167,125)
#97B28C
(151,178,140)
#A5BD9B
(165,189,155)
#B3C8AA
(179,200,170)
#C1D3B9
(193,211,185)
#CFDEC8
(207,222,200)
#DDE9D7
(221,233,215)
#EBF4E6
(235,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8650; }

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

This text font color is #5F8650.


Background Color

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

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

This div background color is #5F8650.


Border color

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

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

This div border color is #5F8650.


Opacity

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

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

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

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

This text has shadow with #5F8650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8650 on black background.


Color preview on white background

This text has color #5F8650 on white background.



Black color preview on #5F8650 background

This text has black color on #5F8650 background.


White color preview on #5F8650 background

This text has white color on #5F8650 background.