COLOR #5F7B9E

HEX: #5F7B9E
RGB: (95,123,158)

Color info

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

RGB color model

#5F7B9E color RGB value is (95,123,158).

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

RGB channels and saturation

R 95 of 255 = 37%
G 123 of 255 = 48%
B 158 of 255 = 62%

95
123
158

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

Portions of RGB colors in percentages

R + G + B =
95 + 123 + 158 = 376 (100%)
R 95 of 376 ~ 25.27%
G 123 of 376 ~ 32.71%
B 158 of 376 ~ 42.02%

%25.27
%32.71
%42.02

CMYK color model

#5F7B9E color CMYK value is (40,22,0,38).

  • cyan value is 39.87%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(40,22,0,38)
C40M22Y0K38 
(40%,22%,0%,38%)
(0.40/0.22/0.00/0.38)	

CMYK percentages

%39.87
%22.15
%0
%38.04

Codes

Color #5F7B9E in popluar color models

5F7B9E
RGB95123158
HSL213°24.90%49.61%
HSB/HSV213°39.87%61.96%
CMYK39.87%22.15%0.00%
38.04%

Color #5F7B9E in popluar number systems.

HEX5F7B9E
Decimal95123158
Binary1011111111101110011110
Octal137173236

Shades and tints

Shades of #5F7B9E

#5F7B9E
(95,123,158)
#577090
(87,112,144)
#4F6582
(79,101,130)
#475A74
(71,90,116)
#3F4F66
(63,79,102)
#374458
(55,68,88)
#2F394A
(47,57,74)
#272E3C
(39,46,60)
#1F232E
(31,35,46)
#171820
(23,24,32)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #5F7B9E

#5F7B9E
(95,123,158)
#6D87A6
(109,135,166)
#7B93AE
(123,147,174)
#899FB6
(137,159,182)
#97ABBE
(151,171,190)
#A5B7C6
(165,183,198)
#B3C3CE
(179,195,206)
#C1CFD6
(193,207,214)
#CFDBDE
(207,219,222)
#DDE7E6
(221,231,230)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7B9E; }

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

This text font color is #5F7B9E.


Background Color

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

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

This div background color is #5F7B9E.


Border color

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

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

This div border color is #5F7B9E.


Opacity

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

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

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

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

This text has shadow with #5F7B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7B9E on black background.


Color preview on white background

This text has color #5F7B9E on white background.



Black color preview on #5F7B9E background

This text has black color on #5F7B9E background.


White color preview on #5F7B9E background

This text has white color on #5F7B9E background.