COLOR #5F7D9E

HEX: #5F7D9E
RGB: (95,125,158)

Color info

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

RGB color model

#5F7D9E color RGB value is (95,125,158).

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

RGB channels and saturation

R 95 of 255 = 37%
G 125 of 255 = 49%
B 158 of 255 = 62%

95
125
158

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

Portions of RGB colors in percentages

R + G + B =
95 + 125 + 158 = 378 (100%)
R 95 of 378 ~ 25.13%
G 125 of 378 ~ 33.07%
B 158 of 378 ~ 41.8%

%25.13
%33.07
%41.8

CMYK color model

#5F7D9E color CMYK value is (40,21,0,38).

  • cyan value is 39.87%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(40,21,0,38)
C40M21Y0K38 
(40%,21%,0%,38%)
(0.40/0.21/0.00/0.38)	

CMYK percentages

%39.87
%20.89
%0
%38.04

Codes

Color #5F7D9E in popluar color models

5F7D9E
RGB95125158
HSL211°24.90%49.61%
HSB/HSV211°39.87%61.96%
CMYK39.87%20.89%0.00%
38.04%

Color #5F7D9E in popluar number systems.

HEX5F7D9E
Decimal95125158
Binary1011111111110110011110
Octal137175236

Shades and tints

Shades of #5F7D9E

#5F7D9E
(95,125,158)
#577290
(87,114,144)
#4F6782
(79,103,130)
#475C74
(71,92,116)
#3F5166
(63,81,102)
#374658
(55,70,88)
#2F3B4A
(47,59,74)
#27303C
(39,48,60)
#1F252E
(31,37,46)
#171A20
(23,26,32)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #5F7D9E

#5F7D9E
(95,125,158)
#6D88A6
(109,136,166)
#7B93AE
(123,147,174)
#899EB6
(137,158,182)
#97A9BE
(151,169,190)
#A5B4C6
(165,180,198)
#B3BFCE
(179,191,206)
#C1CAD6
(193,202,214)
#CFD5DE
(207,213,222)
#DDE0E6
(221,224,230)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7D9E; }

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

This text font color is #5F7D9E.


Background Color

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

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

This div background color is #5F7D9E.


Border color

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

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

This div border color is #5F7D9E.


Opacity

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

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

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

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

This text has shadow with #5F7D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7D9E on black background.


Color preview on white background

This text has color #5F7D9E on white background.



Black color preview on #5F7D9E background

This text has black color on #5F7D9E background.


White color preview on #5F7D9E background

This text has white color on #5F7D9E background.