COLOR #5F8799

HEX: #5F8799
RGB: (95,135,153)

Color info

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

RGB color model

#5F8799 color RGB value is (95,135,153).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 153 of 255 = 60%

95
135
153

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 153 = 383 (100%)
R 95 of 383 ~ 24.8%
G 135 of 383 ~ 35.25%
B 153 of 383 ~ 39.95%

%24.8
%35.25
%39.95

CMYK color model

#5F8799 color CMYK value is (38,12,0,40).

  • cyan value is 37.91%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(38,12,0,40)
C38M12Y0K40 
(38%,12%,0%,40%)
(0.38/0.12/0.00/0.40)	

CMYK percentages

%37.91
%11.76
%0
%40

Codes

Color #5F8799 in popluar color models

5F8799
RGB95135153
HSL199°23.39%48.63%
HSB/HSV199°37.91%60.00%
CMYK37.91%11.76%0.00%
40.00%

Color #5F8799 in popluar number systems.

HEX5F8799
Decimal95135153
Binary10111111000011110011001
Octal137207231

Shades and tints

Shades of #5F8799

#5F8799
(95,135,153)
#577B8C
(87,123,140)
#4F6F7F
(79,111,127)
#476372
(71,99,114)
#3F5765
(63,87,101)
#374B58
(55,75,88)
#2F3F4B
(47,63,75)
#27333E
(39,51,62)
#1F2731
(31,39,49)
#171B24
(23,27,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #5F8799

#5F8799
(95,135,153)
#6D91A2
(109,145,162)
#7B9BAB
(123,155,171)
#89A5B4
(137,165,180)
#97AFBD
(151,175,189)
#A5B9C6
(165,185,198)
#B3C3CF
(179,195,207)
#C1CDD8
(193,205,216)
#CFD7E1
(207,215,225)
#DDE1EA
(221,225,234)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8799; }

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

This text font color is #5F8799.


Background Color

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

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

This div background color is #5F8799.


Border color

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

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

This div border color is #5F8799.


Opacity

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

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

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

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

This text has shadow with #5F8799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8799 on black background.


Color preview on white background

This text has color #5F8799 on white background.



Black color preview on #5F8799 background

This text has black color on #5F8799 background.


White color preview on #5F8799 background

This text has white color on #5F8799 background.