COLOR #5F8B8F

HEX: #5F8B8F
RGB: (95,139,143)

Color info

#5F8B8F contains red, green and blue colors in about the same proportion. Web safe color of #5F8B8F is #669999 (or #699).

RGB color model

#5F8B8F color RGB value is (95,139,143).

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

RGB channels and saturation

R 95 of 255 = 37%
G 139 of 255 = 55%
B 143 of 255 = 56%

95
139
143

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

Portions of RGB colors in percentages

R + G + B =
95 + 139 + 143 = 377 (100%)
R 95 of 377 ~ 25.2%
G 139 of 377 ~ 36.87%
B 143 of 377 ~ 37.93%

%25.2
%36.87
%37.93

CMYK color model

#5F8B8F color CMYK value is (34,3,0,44).

  • cyan value is 33.57%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(34,3,0,44)
C34M3Y0K44 
(34%,3%,0%,44%)
(0.34/0.03/0.00/0.44)	

CMYK percentages

%33.57
%2.8
%0
%43.92

Codes

Color #5F8B8F in popluar color models

5F8B8F
RGB95139143
HSL185°20.17%46.67%
HSB/HSV185°33.57%56.08%
CMYK33.57%2.80%0.00%
43.92%

Color #5F8B8F in popluar number systems.

HEX5F8B8F
Decimal95139143
Binary10111111000101110001111
Octal137213217

Shades and tints

Shades of #5F8B8F

#5F8B8F
(95,139,143)
#577F82
(87,127,130)
#4F7375
(79,115,117)
#476768
(71,103,104)
#3F5B5B
(63,91,91)
#374F4E
(55,79,78)
#2F4341
(47,67,65)
#273734
(39,55,52)
#1F2B27
(31,43,39)
#171F1A
(23,31,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #5F8B8F

#5F8B8F
(95,139,143)
#6D9599
(109,149,153)
#7B9FA3
(123,159,163)
#89A9AD
(137,169,173)
#97B3B7
(151,179,183)
#A5BDC1
(165,189,193)
#B3C7CB
(179,199,203)
#C1D1D5
(193,209,213)
#CFDBDF
(207,219,223)
#DDE5E9
(221,229,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8B8F; }

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

This text font color is #5F8B8F.


Background Color

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

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

This div background color is #5F8B8F.


Border color

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

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

This div border color is #5F8B8F.


Opacity

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

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

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

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

This text has shadow with #5F8B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8B8F on black background.


Color preview on white background

This text has color #5F8B8F on white background.



Black color preview on #5F8B8F background

This text has black color on #5F8B8F background.


White color preview on #5F8B8F background

This text has white color on #5F8B8F background.