COLOR #5F8D5D

HEX: #5F8D5D
RGB: (95,141,93)

Color info

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

RGB color model

#5F8D5D color RGB value is (95,141,93).

  • red value is 95;
  • green value is 141;
  • blue value is 93.
RGB:
(95,141,93)
(37%,55%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 93 of 255 = 36%

95
141
93

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

Portions of RGB colors in percentages

R + G + B =
95 + 141 + 93 = 329 (100%)
R 95 of 329 ~ 28.88%
G 141 of 329 ~ 42.86%
B 93 of 329 ~ 28.27%

%28.88
%42.86
%28.27

CMYK color model

#5F8D5D color CMYK value is (33,0,34,45).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 44.71%
CMYK:
(33,0,34,45)
C33M0Y34K45 
(33%,0%,34%,45%)
(0.33/0.00/0.34/0.45)	

CMYK percentages

%32.62
%0
%34.04
%44.71

Codes

Color #5F8D5D in popluar color models

5F8D5D
RGB9514193
HSL118°20.51%45.88%
HSB/HSV118°34.04%55.29%
CMYK32.62%0.00%34.04%
44.71%

Color #5F8D5D in popluar number systems.

HEX5F8D5D
Decimal9514193
Binary1011111100011011011101
Octal137215135

Shades and tints

Shades of #5F8D5D

#5F8D5D
(95,141,93)
#578155
(87,129,85)
#4F754D
(79,117,77)
#476945
(71,105,69)
#3F5D3D
(63,93,61)
#375135
(55,81,53)
#2F452D
(47,69,45)
#273925
(39,57,37)
#1F2D1D
(31,45,29)
#172115
(23,33,21)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #5F8D5D

#5F8D5D
(95,141,93)
#6D976B
(109,151,107)
#7BA179
(123,161,121)
#89AB87
(137,171,135)
#97B595
(151,181,149)
#A5BFA3
(165,191,163)
#B3C9B1
(179,201,177)
#C1D3BF
(193,211,191)
#CFDDCD
(207,221,205)
#DDE7DB
(221,231,219)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8D5D color. Also use rgb(95,141,93) instead hex code.

Text Font Color

.myTextColor { color: #5F8D5D; }

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

This text font color is #5F8D5D.


Background Color

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

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

This div background color is #5F8D5D.


Border color

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

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

This div border color is #5F8D5D.


Opacity

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

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

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

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

This text has shadow with #5F8D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8D5D on black background.


Color preview on white background

This text has color #5F8D5D on white background.



Black color preview on #5F8D5D background

This text has black color on #5F8D5D background.


White color preview on #5F8D5D background

This text has white color on #5F8D5D background.