COLOR #5F9C8E

HEX: #5F9C8E
RGB: (95,156,142)

Color info

#5F9C8E contains mainly green and blue colors. Web safe color of #5F9C8E is #669999 (or #699).

RGB color model

#5F9C8E color RGB value is (95,156,142).

  • red value is 95;
  • green value is 156;
  • blue value is 142.
RGB:
(95,156,142)
(37%,61%,56%)

RGB channels and saturation

R 95 of 255 = 37%
G 156 of 255 = 61%
B 142 of 255 = 56%

95
156
142

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

Portions of RGB colors in percentages

R + G + B =
95 + 156 + 142 = 393 (100%)
R 95 of 393 ~ 24.17%
G 156 of 393 ~ 39.69%
B 142 of 393 ~ 36.13%

%24.17
%39.69
%36.13

CMYK color model

#5F9C8E color CMYK value is (39,0,9,39).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(39,0,9,39)
C39M0Y9K39 
(39%,0%,9%,39%)
(0.39/0.00/0.09/0.39)	

CMYK percentages

%39.1
%0
%8.97
%38.82

Codes

Color #5F9C8E in popluar color models

5F9C8E
RGB95156142
HSL166°24.30%49.22%
HSB/HSV166°39.10%61.18%
CMYK39.10%0.00%8.97%
38.82%

Color #5F9C8E in popluar number systems.

HEX5F9C8E
Decimal95156142
Binary10111111001110010001110
Octal137234216

Shades and tints

Shades of #5F9C8E

#5F9C8E
(95,156,142)
#578E82
(87,142,130)
#4F8076
(79,128,118)
#47726A
(71,114,106)
#3F645E
(63,100,94)
#375652
(55,86,82)
#2F4846
(47,72,70)
#273A3A
(39,58,58)
#1F2C2E
(31,44,46)
#171E22
(23,30,34)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #5F9C8E

#5F9C8E
(95,156,142)
#6DA598
(109,165,152)
#7BAEA2
(123,174,162)
#89B7AC
(137,183,172)
#97C0B6
(151,192,182)
#A5C9C0
(165,201,192)
#B3D2CA
(179,210,202)
#C1DBD4
(193,219,212)
#CFE4DE
(207,228,222)
#DDEDE8
(221,237,232)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9C8E color. Also use rgb(95,156,142) instead hex code.

Text Font Color

.myTextColor { color: #5F9C8E; }

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

This text font color is #5F9C8E.


Background Color

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

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

This div background color is #5F9C8E.


Border color

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

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

This div border color is #5F9C8E.


Opacity

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

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

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

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

This text has shadow with #5F9C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9C8E on black background.


Color preview on white background

This text has color #5F9C8E on white background.



Black color preview on #5F9C8E background

This text has black color on #5F9C8E background.


White color preview on #5F9C8E background

This text has white color on #5F9C8E background.