COLOR #5F8D6C

HEX: #5F8D6C
RGB: (95,141,108)

Color info

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

RGB color model

#5F8D6C color RGB value is (95,141,108).

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

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 108 of 255 = 42%

95
141
108

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

Portions of RGB colors in percentages

R + G + B =
95 + 141 + 108 = 344 (100%)
R 95 of 344 ~ 27.62%
G 141 of 344 ~ 40.99%
B 108 of 344 ~ 31.4%

%27.62
%40.99
%31.4

CMYK color model

#5F8D6C color CMYK value is (33,0,23,45).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(33,0,23,45)
C33M0Y23K45 
(33%,0%,23%,45%)
(0.33/0.00/0.23/0.45)	

CMYK percentages

%32.62
%0
%23.4
%44.71

Codes

Color #5F8D6C in popluar color models

5F8D6C
RGB95141108
HSL137°19.49%46.27%
HSB/HSV137°32.62%55.29%
CMYK32.62%0.00%23.40%
44.71%

Color #5F8D6C in popluar number systems.

HEX5F8D6C
Decimal95141108
Binary1011111100011011101100
Octal137215154

Shades and tints

Shades of #5F8D6C

#5F8D6C
(95,141,108)
#578163
(87,129,99)
#4F755A
(79,117,90)
#476951
(71,105,81)
#3F5D48
(63,93,72)
#37513F
(55,81,63)
#2F4536
(47,69,54)
#27392D
(39,57,45)
#1F2D24
(31,45,36)
#17211B
(23,33,27)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #5F8D6C

#5F8D6C
(95,141,108)
#6D9779
(109,151,121)
#7BA186
(123,161,134)
#89AB93
(137,171,147)
#97B5A0
(151,181,160)
#A5BFAD
(165,191,173)
#B3C9BA
(179,201,186)
#C1D3C7
(193,211,199)
#CFDDD4
(207,221,212)
#DDE7E1
(221,231,225)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8D6C; }

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

This text font color is #5F8D6C.


Background Color

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

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

This div background color is #5F8D6C.


Border color

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

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

This div border color is #5F8D6C.


Opacity

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

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

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

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

This text has shadow with #5F8D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8D6C on black background.


Color preview on white background

This text has color #5F8D6C on white background.



Black color preview on #5F8D6C background

This text has black color on #5F8D6C background.


White color preview on #5F8D6C background

This text has white color on #5F8D6C background.