COLOR #5F7494

HEX: #5F7494
RGB: (95,116,148)

Color info

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

RGB color model

#5F7494 color RGB value is (95,116,148).

  • red value is 95;
  • green value is 116;
  • blue value is 148.
RGB:
(95,116,148)
(37%,45%,58%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 148 of 255 = 58%

95
116
148

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

Portions of RGB colors in percentages

R + G + B =
95 + 116 + 148 = 359 (100%)
R 95 of 359 ~ 26.46%
G 116 of 359 ~ 32.31%
B 148 of 359 ~ 41.23%

%26.46
%32.31
%41.23

CMYK color model

#5F7494 color CMYK value is (36,22,0,42).

  • cyan value is 35.81%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(36,22,0,42)
C36M22Y0K42 
(36%,22%,0%,42%)
(0.36/0.22/0.00/0.42)	

CMYK percentages

%35.81
%21.62
%0
%41.96

Codes

Color #5F7494 in popluar color models

5F7494
RGB95116148
HSL216°21.81%47.65%
HSB/HSV216°35.81%58.04%
CMYK35.81%21.62%0.00%
41.96%

Color #5F7494 in popluar number systems.

HEX5F7494
Decimal95116148
Binary1011111111010010010100
Octal137164224

Shades and tints

Shades of #5F7494

#5F7494
(95,116,148)
#576A87
(87,106,135)
#4F607A
(79,96,122)
#47566D
(71,86,109)
#3F4C60
(63,76,96)
#374253
(55,66,83)
#2F3846
(47,56,70)
#272E39
(39,46,57)
#1F242C
(31,36,44)
#171A1F
(23,26,31)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #5F7494

#5F7494
(95,116,148)
#6D809D
(109,128,157)
#7B8CA6
(123,140,166)
#8998AF
(137,152,175)
#97A4B8
(151,164,184)
#A5B0C1
(165,176,193)
#B3BCCA
(179,188,202)
#C1C8D3
(193,200,211)
#CFD4DC
(207,212,220)
#DDE0E5
(221,224,229)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7494 color. Also use rgb(95,116,148) instead hex code.

Text Font Color

.myTextColor { color: #5F7494; }

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

This text font color is #5F7494.


Background Color

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

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

This div background color is #5F7494.


Border color

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

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

This div border color is #5F7494.


Opacity

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

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

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

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

This text has shadow with #5F7494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7494 on black background.


Color preview on white background

This text has color #5F7494 on white background.



Black color preview on #5F7494 background

This text has black color on #5F7494 background.


White color preview on #5F7494 background

This text has white color on #5F7494 background.