COLOR #5F958D

HEX: #5F958D
RGB: (95,149,141)

Color info

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

RGB color model

#5F958D color RGB value is (95,149,141).

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

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 141 of 255 = 55%

95
149
141

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 141 = 385 (100%)
R 95 of 385 ~ 24.68%
G 149 of 385 ~ 38.7%
B 141 of 385 ~ 36.62%

%24.68
%38.7
%36.62

CMYK color model

#5F958D color CMYK value is (36,0,5,42).

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 41.57%
CMYK:
(36,0,5,42)
C36M0Y5K42 
(36%,0%,5%,42%)
(0.36/0.00/0.05/0.42)	

CMYK percentages

%36.24
%0
%5.37
%41.57

Codes

Color #5F958D in popluar color models

5F958D
RGB95149141
HSL171°22.13%47.84%
HSB/HSV171°36.24%58.43%
CMYK36.24%0.00%5.37%
41.57%

Color #5F958D in popluar number systems.

HEX5F958D
Decimal95149141
Binary10111111001010110001101
Octal137225215

Shades and tints

Shades of #5F958D

#5F958D
(95,149,141)
#578881
(87,136,129)
#4F7B75
(79,123,117)
#476E69
(71,110,105)
#3F615D
(63,97,93)
#375451
(55,84,81)
#2F4745
(47,71,69)
#273A39
(39,58,57)
#1F2D2D
(31,45,45)
#172021
(23,32,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #5F958D

#5F958D
(95,149,141)
#6D9E97
(109,158,151)
#7BA7A1
(123,167,161)
#89B0AB
(137,176,171)
#97B9B5
(151,185,181)
#A5C2BF
(165,194,191)
#B3CBC9
(179,203,201)
#C1D4D3
(193,212,211)
#CFDDDD
(207,221,221)
#DDE6E7
(221,230,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F958D; }

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

This text font color is #5F958D.


Background Color

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

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

This div background color is #5F958D.


Border color

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

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

This div border color is #5F958D.


Opacity

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

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

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

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

This text has shadow with #5F958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F958D on black background.


Color preview on white background

This text has color #5F958D on white background.



Black color preview on #5F958D background

This text has black color on #5F958D background.


White color preview on #5F958D background

This text has white color on #5F958D background.