COLOR #5F959F

HEX: #5F959F
RGB: (95,149,159)

Color info

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

RGB color model

#5F959F color RGB value is (95,149,159).

  • red value is 95;
  • green value is 149;
  • blue value is 159.
RGB:
(95,149,159)
(37%,58%,62%)

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 159 of 255 = 62%

95
149
159

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 159 = 403 (100%)
R 95 of 403 ~ 23.57%
G 149 of 403 ~ 36.97%
B 159 of 403 ~ 39.45%

%23.57
%36.97
%39.45

CMYK color model

#5F959F color CMYK value is (40,6,0,38).

  • cyan value is 40.25%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(40,6,0,38)
C40M6Y0K38 
(40%,6%,0%,38%)
(0.40/0.06/0.00/0.38)	

CMYK percentages

%40.25
%6.29
%0
%37.65

Codes

Color #5F959F in popluar color models

5F959F
RGB95149159
HSL189°25.20%49.80%
HSB/HSV189°40.25%62.35%
CMYK40.25%6.29%0.00%
37.65%

Color #5F959F in popluar number systems.

HEX5F959F
Decimal95149159
Binary10111111001010110011111
Octal137225237

Shades and tints

Shades of #5F959F

#5F959F
(95,149,159)
#578891
(87,136,145)
#4F7B83
(79,123,131)
#476E75
(71,110,117)
#3F6167
(63,97,103)
#375459
(55,84,89)
#2F474B
(47,71,75)
#273A3D
(39,58,61)
#1F2D2F
(31,45,47)
#172021
(23,32,33)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #5F959F

#5F959F
(95,149,159)
#6D9EA7
(109,158,167)
#7BA7AF
(123,167,175)
#89B0B7
(137,176,183)
#97B9BF
(151,185,191)
#A5C2C7
(165,194,199)
#B3CBCF
(179,203,207)
#C1D4D7
(193,212,215)
#CFDDDF
(207,221,223)
#DDE6E7
(221,230,231)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F959F color. Also use rgb(95,149,159) instead hex code.

Text Font Color

.myTextColor { color: #5F959F; }

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

This text font color is #5F959F.


Background Color

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

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

This div background color is #5F959F.


Border color

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

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

This div border color is #5F959F.


Opacity

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

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

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

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

This text has shadow with #5F959F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F959F on black background.


Color preview on white background

This text has color #5F959F on white background.



Black color preview on #5F959F background

This text has black color on #5F959F background.


White color preview on #5F959F background

This text has white color on #5F959F background.