COLOR #5F958E

HEX: #5F958E
RGB: (95,149,142)

Color info

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

RGB color model

#5F958E color RGB value is (95,149,142).

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

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 142 of 255 = 56%

95
149
142

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

Portions of RGB colors in percentages

R + G + B =
95 + 149 + 142 = 386 (100%)
R 95 of 386 ~ 24.61%
G 149 of 386 ~ 38.6%
B 142 of 386 ~ 36.79%

%24.61
%38.6
%36.79

CMYK color model

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

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • 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
%4.7
%41.57

Codes

Color #5F958E in popluar color models

5F958E
RGB95149142
HSL172°22.13%47.84%
HSB/HSV172°36.24%58.43%
CMYK36.24%0.00%4.70%
41.57%

Color #5F958E in popluar number systems.

HEX5F958E
Decimal95149142
Binary10111111001010110001110
Octal137225216

Shades and tints

Shades of #5F958E

#5F958E
(95,149,142)
#578882
(87,136,130)
#4F7B76
(79,123,118)
#476E6A
(71,110,106)
#3F615E
(63,97,94)
#375452
(55,84,82)
#2F4746
(47,71,70)
#273A3A
(39,58,58)
#1F2D2E
(31,45,46)
#172022
(23,32,34)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #5F958E

#5F958E
(95,149,142)
#6D9E98
(109,158,152)
#7BA7A2
(123,167,162)
#89B0AC
(137,176,172)
#97B9B6
(151,185,182)
#A5C2C0
(165,194,192)
#B3CBCA
(179,203,202)
#C1D4D4
(193,212,212)
#CFDDDE
(207,221,222)
#DDE6E8
(221,230,232)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F958E; }

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

This text font color is #5F958E.


Background Color

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

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

This div background color is #5F958E.


Border color

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

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

This div border color is #5F958E.


Opacity

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

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

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

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

This text has shadow with #5F958E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F958E on black background.


Color preview on white background

This text has color #5F958E on white background.



Black color preview on #5F958E background

This text has black color on #5F958E background.


White color preview on #5F958E background

This text has white color on #5F958E background.