COLOR #5F839E

HEX: #5F839E
RGB: (95,131,158)

Color info

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

RGB color model

#5F839E color RGB value is (95,131,158).

  • red value is 95;
  • green value is 131;
  • blue value is 158.
RGB:
(95,131,158)
(37%,51%,62%)

RGB channels and saturation

R 95 of 255 = 37%
G 131 of 255 = 51%
B 158 of 255 = 62%

95
131
158

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

Portions of RGB colors in percentages

R + G + B =
95 + 131 + 158 = 384 (100%)
R 95 of 384 ~ 24.74%
G 131 of 384 ~ 34.11%
B 158 of 384 ~ 41.15%

%24.74
%34.11
%41.15

CMYK color model

#5F839E color CMYK value is (40,17,0,38).

  • cyan value is 39.87%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(40,17,0,38)
C40M17Y0K38 
(40%,17%,0%,38%)
(0.40/0.17/0.00/0.38)	

CMYK percentages

%39.87
%17.09
%0
%38.04

Codes

Color #5F839E in popluar color models

5F839E
RGB95131158
HSL206°24.90%49.61%
HSB/HSV206°39.87%61.96%
CMYK39.87%17.09%0.00%
38.04%

Color #5F839E in popluar number systems.

HEX5F839E
Decimal95131158
Binary10111111000001110011110
Octal137203236

Shades and tints

Shades of #5F839E

#5F839E
(95,131,158)
#577890
(87,120,144)
#4F6D82
(79,109,130)
#476274
(71,98,116)
#3F5766
(63,87,102)
#374C58
(55,76,88)
#2F414A
(47,65,74)
#27363C
(39,54,60)
#1F2B2E
(31,43,46)
#172020
(23,32,32)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #5F839E

#5F839E
(95,131,158)
#6D8EA6
(109,142,166)
#7B99AE
(123,153,174)
#89A4B6
(137,164,182)
#97AFBE
(151,175,190)
#A5BAC6
(165,186,198)
#B3C5CE
(179,197,206)
#C1D0D6
(193,208,214)
#CFDBDE
(207,219,222)
#DDE6E6
(221,230,230)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F839E color. Also use rgb(95,131,158) instead hex code.

Text Font Color

.myTextColor { color: #5F839E; }

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

This text font color is #5F839E.


Background Color

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

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

This div background color is #5F839E.


Border color

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

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

This div border color is #5F839E.


Opacity

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

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

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

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

This text has shadow with #5F839E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F839E on black background.


Color preview on white background

This text has color #5F839E on white background.



Black color preview on #5F839E background

This text has black color on #5F839E background.


White color preview on #5F839E background

This text has white color on #5F839E background.