COLOR #5F74A1

HEX: #5F74A1
RGB: (95,116,161)

Color info

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

RGB color model

#5F74A1 color RGB value is (95,116,161).

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

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 161 of 255 = 63%

95
116
161

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

Portions of RGB colors in percentages

R + G + B =
95 + 116 + 161 = 372 (100%)
R 95 of 372 ~ 25.54%
G 116 of 372 ~ 31.18%
B 161 of 372 ~ 43.28%

%25.54
%31.18
%43.28

CMYK color model

#5F74A1 color CMYK value is (41,28,0,37).

  • cyan value is 40.99%
  • magenta value is 27.95%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(41,28,0,37)
C41M28Y0K37 
(41%,28%,0%,37%)
(0.41/0.28/0.00/0.37)	

CMYK percentages

%40.99
%27.95
%0
%36.86

Codes

Color #5F74A1 in popluar color models

5F74A1
RGB95116161
HSL221°25.98%50.20%
HSB/HSV221°40.99%63.14%
CMYK40.99%27.95%0.00%
36.86%

Color #5F74A1 in popluar number systems.

HEX5F74A1
Decimal95116161
Binary1011111111010010100001
Octal137164241

Shades and tints

Shades of #5F74A1

#5F74A1
(95,116,161)
#576A93
(87,106,147)
#4F6085
(79,96,133)
#475677
(71,86,119)
#3F4C69
(63,76,105)
#37425B
(55,66,91)
#2F384D
(47,56,77)
#272E3F
(39,46,63)
#1F2431
(31,36,49)
#171A23
(23,26,35)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #5F74A1

#5F74A1
(95,116,161)
#6D80A9
(109,128,169)
#7B8CB1
(123,140,177)
#8998B9
(137,152,185)
#97A4C1
(151,164,193)
#A5B0C9
(165,176,201)
#B3BCD1
(179,188,209)
#C1C8D9
(193,200,217)
#CFD4E1
(207,212,225)
#DDE0E9
(221,224,233)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F74A1; }

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

This text font color is #5F74A1.


Background Color

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

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

This div background color is #5F74A1.


Border color

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

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

This div border color is #5F74A1.


Opacity

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

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

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

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

This text has shadow with #5F74A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F74A1 on black background.


Color preview on white background

This text has color #5F74A1 on white background.



Black color preview on #5F74A1 background

This text has black color on #5F74A1 background.


White color preview on #5F74A1 background

This text has white color on #5F74A1 background.