COLOR #5F8B6E

HEX: #5F8B6E
RGB: (95,139,110)

Color info

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

RGB color model

#5F8B6E color RGB value is (95,139,110).

  • red value is 95;
  • green value is 139;
  • blue value is 110.
RGB:
(95,139,110)
(37%,55%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 139 of 255 = 55%
B 110 of 255 = 43%

95
139
110

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

Portions of RGB colors in percentages

R + G + B =
95 + 139 + 110 = 344 (100%)
R 95 of 344 ~ 27.62%
G 139 of 344 ~ 40.41%
B 110 of 344 ~ 31.98%

%27.62
%40.41
%31.98

CMYK color model

#5F8B6E color CMYK value is (32,0,21,45).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 45.49%
CMYK:
(32,0,21,45)
C32M0Y21K45 
(32%,0%,21%,45%)
(0.32/0.00/0.21/0.45)	

CMYK percentages

%31.65
%0
%20.86
%45.49

Codes

Color #5F8B6E in popluar color models

5F8B6E
RGB95139110
HSL140°18.80%45.88%
HSB/HSV140°31.65%54.51%
CMYK31.65%0.00%20.86%
45.49%

Color #5F8B6E in popluar number systems.

HEX5F8B6E
Decimal95139110
Binary1011111100010111101110
Octal137213156

Shades and tints

Shades of #5F8B6E

#5F8B6E
(95,139,110)
#577F64
(87,127,100)
#4F735A
(79,115,90)
#476750
(71,103,80)
#3F5B46
(63,91,70)
#374F3C
(55,79,60)
#2F4332
(47,67,50)
#273728
(39,55,40)
#1F2B1E
(31,43,30)
#171F14
(23,31,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #5F8B6E

#5F8B6E
(95,139,110)
#6D957B
(109,149,123)
#7B9F88
(123,159,136)
#89A995
(137,169,149)
#97B3A2
(151,179,162)
#A5BDAF
(165,189,175)
#B3C7BC
(179,199,188)
#C1D1C9
(193,209,201)
#CFDBD6
(207,219,214)
#DDE5E3
(221,229,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8B6E color. Also use rgb(95,139,110) instead hex code.

Text Font Color

.myTextColor { color: #5F8B6E; }

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

This text font color is #5F8B6E.


Background Color

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

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

This div background color is #5F8B6E.


Border color

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

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

This div border color is #5F8B6E.


Opacity

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

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

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

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

This text has shadow with #5F8B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8B6E on black background.


Color preview on white background

This text has color #5F8B6E on white background.



Black color preview on #5F8B6E background

This text has black color on #5F8B6E background.


White color preview on #5F8B6E background

This text has white color on #5F8B6E background.