COLOR #5F7FA7

HEX: #5F7FA7
RGB: (95,127,167)

Color info

#5F7FA7 contains mainly green and blue colors. Web safe color of #5F7FA7 is #666699 (or #669).

RGB color model

#5F7FA7 color RGB value is (95,127,167).

  • red value is 95;
  • green value is 127;
  • blue value is 167.
RGB:
(95,127,167)
(37%,50%,65%)

RGB channels and saturation

R 95 of 255 = 37%
G 127 of 255 = 50%
B 167 of 255 = 65%

95
127
167

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

Portions of RGB colors in percentages

R + G + B =
95 + 127 + 167 = 389 (100%)
R 95 of 389 ~ 24.42%
G 127 of 389 ~ 32.65%
B 167 of 389 ~ 42.93%

%24.42
%32.65
%42.93

CMYK color model

#5F7FA7 color CMYK value is (43,24,0,35).

  • cyan value is 43.11%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(43,24,0,35)
C43M24Y0K35 
(43%,24%,0%,35%)
(0.43/0.24/0.00/0.35)	

CMYK percentages

%43.11
%23.95
%0
%34.51

Codes

Color #5F7FA7 in popluar color models

5F7FA7
RGB95127167
HSL213°29.03%51.37%
HSB/HSV213°43.11%65.49%
CMYK43.11%23.95%0.00%
34.51%

Color #5F7FA7 in popluar number systems.

HEX5F7FA7
Decimal95127167
Binary1011111111111110100111
Octal137177247

Shades and tints

Shades of #5F7FA7

#5F7FA7
(95,127,167)
#577498
(87,116,152)
#4F6989
(79,105,137)
#475E7A
(71,94,122)
#3F536B
(63,83,107)
#37485C
(55,72,92)
#2F3D4D
(47,61,77)
#27323E
(39,50,62)
#1F272F
(31,39,47)
#171C20
(23,28,32)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5F7FA7

#5F7FA7
(95,127,167)
#6D8AAF
(109,138,175)
#7B95B7
(123,149,183)
#89A0BF
(137,160,191)
#97ABC7
(151,171,199)
#A5B6CF
(165,182,207)
#B3C1D7
(179,193,215)
#C1CCDF
(193,204,223)
#CFD7E7
(207,215,231)
#DDE2EF
(221,226,239)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7FA7 color. Also use rgb(95,127,167) instead hex code.

Text Font Color

.myTextColor { color: #5F7FA7; }

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

This text font color is #5F7FA7.


Background Color

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

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

This div background color is #5F7FA7.


Border color

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

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

This div border color is #5F7FA7.


Opacity

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

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

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

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

This text has shadow with #5F7FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7FA7 on black background.


Color preview on white background

This text has color #5F7FA7 on white background.



Black color preview on #5F7FA7 background

This text has black color on #5F7FA7 background.


White color preview on #5F7FA7 background

This text has white color on #5F7FA7 background.