COLOR #5F71A3

HEX: #5F71A3
RGB: (95,113,163)

Color info

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

RGB color model

#5F71A3 color RGB value is (95,113,163).

  • red value is 95;
  • green value is 113;
  • blue value is 163.
RGB:
(95,113,163)
(37%,44%,64%)

RGB channels and saturation

R 95 of 255 = 37%
G 113 of 255 = 44%
B 163 of 255 = 64%

95
113
163

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

Portions of RGB colors in percentages

R + G + B =
95 + 113 + 163 = 371 (100%)
R 95 of 371 ~ 25.61%
G 113 of 371 ~ 30.46%
B 163 of 371 ~ 43.94%

%25.61
%30.46
%43.94

CMYK color model

#5F71A3 color CMYK value is (42,31,0,36).

  • cyan value is 41.72%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(42,31,0,36)
C42M31Y0K36 
(42%,31%,0%,36%)
(0.42/0.31/0.00/0.36)	

CMYK percentages

%41.72
%30.67
%0
%36.08

Codes

Color #5F71A3 in popluar color models

5F71A3
RGB95113163
HSL224°26.98%50.59%
HSB/HSV224°41.72%63.92%
CMYK41.72%30.67%0.00%
36.08%

Color #5F71A3 in popluar number systems.

HEX5F71A3
Decimal95113163
Binary1011111111000110100011
Octal137161243

Shades and tints

Shades of #5F71A3

#5F71A3
(95,113,163)
#576795
(87,103,149)
#4F5D87
(79,93,135)
#475379
(71,83,121)
#3F496B
(63,73,107)
#373F5D
(55,63,93)
#2F354F
(47,53,79)
#272B41
(39,43,65)
#1F2133
(31,33,51)
#171725
(23,23,37)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #5F71A3

#5F71A3
(95,113,163)
#6D7DAB
(109,125,171)
#7B89B3
(123,137,179)
#8995BB
(137,149,187)
#97A1C3
(151,161,195)
#A5ADCB
(165,173,203)
#B3B9D3
(179,185,211)
#C1C5DB
(193,197,219)
#CFD1E3
(207,209,227)
#DDDDEB
(221,221,235)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F71A3 color. Also use rgb(95,113,163) instead hex code.

Text Font Color

.myTextColor { color: #5F71A3; }

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

This text font color is #5F71A3.


Background Color

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

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

This div background color is #5F71A3.


Border color

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

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

This div border color is #5F71A3.


Opacity

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

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

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

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

This text has shadow with #5F71A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F71A3 on black background.


Color preview on white background

This text has color #5F71A3 on white background.



Black color preview on #5F71A3 background

This text has black color on #5F71A3 background.


White color preview on #5F71A3 background

This text has white color on #5F71A3 background.