COLOR #5F7A8D

HEX: #5F7A8D
RGB: (95,122,141)

Color info

#5F7A8D contains red, green and blue colors in about the same proportion. Web safe color of #5F7A8D is #666699 (or #669).

RGB color model

#5F7A8D color RGB value is (95,122,141).

  • red value is 95;
  • green value is 122;
  • blue value is 141.
RGB:
(95,122,141)
(37%,48%,55%)

RGB channels and saturation

R 95 of 255 = 37%
G 122 of 255 = 48%
B 141 of 255 = 55%

95
122
141

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

Portions of RGB colors in percentages

R + G + B =
95 + 122 + 141 = 358 (100%)
R 95 of 358 ~ 26.54%
G 122 of 358 ~ 34.08%
B 141 of 358 ~ 39.39%

%26.54
%34.08
%39.39

CMYK color model

#5F7A8D color CMYK value is (33,13,0,45).

  • cyan value is 32.62%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,13,0,45)
C33M13Y0K45 
(33%,13%,0%,45%)
(0.33/0.13/0.00/0.45)	

CMYK percentages

%32.62
%13.48
%0
%44.71

Codes

Color #5F7A8D in popluar color models

5F7A8D
RGB95122141
HSL205°19.49%46.27%
HSB/HSV205°32.62%55.29%
CMYK32.62%13.48%0.00%
44.71%

Color #5F7A8D in popluar number systems.

HEX5F7A8D
Decimal95122141
Binary1011111111101010001101
Octal137172215

Shades and tints

Shades of #5F7A8D

#5F7A8D
(95,122,141)
#576F81
(87,111,129)
#4F6475
(79,100,117)
#475969
(71,89,105)
#3F4E5D
(63,78,93)
#374351
(55,67,81)
#2F3845
(47,56,69)
#272D39
(39,45,57)
#1F222D
(31,34,45)
#171721
(23,23,33)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #5F7A8D

#5F7A8D
(95,122,141)
#6D8697
(109,134,151)
#7B92A1
(123,146,161)
#899EAB
(137,158,171)
#97AAB5
(151,170,181)
#A5B6BF
(165,182,191)
#B3C2C9
(179,194,201)
#C1CED3
(193,206,211)
#CFDADD
(207,218,221)
#DDE6E7
(221,230,231)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7A8D color. Also use rgb(95,122,141) instead hex code.

Text Font Color

.myTextColor { color: #5F7A8D; }

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

This text font color is #5F7A8D.


Background Color

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

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

This div background color is #5F7A8D.


Border color

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

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

This div border color is #5F7A8D.


Opacity

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

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

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

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

This text has shadow with #5F7A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7A8D on black background.


Color preview on white background

This text has color #5F7A8D on white background.



Black color preview on #5F7A8D background

This text has black color on #5F7A8D background.


White color preview on #5F7A8D background

This text has white color on #5F7A8D background.