COLOR #5F879C

HEX: #5F879C
RGB: (95,135,156)

Color info

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

RGB color model

#5F879C color RGB value is (95,135,156).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 156 of 255 = 61%

95
135
156

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 156 = 386 (100%)
R 95 of 386 ~ 24.61%
G 135 of 386 ~ 34.97%
B 156 of 386 ~ 40.41%

%24.61
%34.97
%40.41

CMYK color model

#5F879C color CMYK value is (39,13,0,39).

  • cyan value is 39.10%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(39,13,0,39)
C39M13Y0K39 
(39%,13%,0%,39%)
(0.39/0.13/0.00/0.39)	

CMYK percentages

%39.1
%13.46
%0
%38.82

Codes

Color #5F879C in popluar color models

5F879C
RGB95135156
HSL201°24.30%49.22%
HSB/HSV201°39.10%61.18%
CMYK39.10%13.46%0.00%
38.82%

Color #5F879C in popluar number systems.

HEX5F879C
Decimal95135156
Binary10111111000011110011100
Octal137207234

Shades and tints

Shades of #5F879C

#5F879C
(95,135,156)
#577B8E
(87,123,142)
#4F6F80
(79,111,128)
#476372
(71,99,114)
#3F5764
(63,87,100)
#374B56
(55,75,86)
#2F3F48
(47,63,72)
#27333A
(39,51,58)
#1F272C
(31,39,44)
#171B1E
(23,27,30)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #5F879C

#5F879C
(95,135,156)
#6D91A5
(109,145,165)
#7B9BAE
(123,155,174)
#89A5B7
(137,165,183)
#97AFC0
(151,175,192)
#A5B9C9
(165,185,201)
#B3C3D2
(179,195,210)
#C1CDDB
(193,205,219)
#CFD7E4
(207,215,228)
#DDE1ED
(221,225,237)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F879C; }

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

This text font color is #5F879C.


Background Color

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

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

This div background color is #5F879C.


Border color

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

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

This div border color is #5F879C.


Opacity

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

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

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

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

This text has shadow with #5F879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F879C on black background.


Color preview on white background

This text has color #5F879C on white background.



Black color preview on #5F879C background

This text has black color on #5F879C background.


White color preview on #5F879C background

This text has white color on #5F879C background.