COLOR #5F7DAB

HEX: #5F7DAB
RGB: (95,125,171)

Color info

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

RGB color model

#5F7DAB color RGB value is (95,125,171).

  • red value is 95;
  • green value is 125;
  • blue value is 171.
RGB:
(95,125,171)
(37%,49%,67%)

RGB channels and saturation

R 95 of 255 = 37%
G 125 of 255 = 49%
B 171 of 255 = 67%

95
125
171

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

Portions of RGB colors in percentages

R + G + B =
95 + 125 + 171 = 391 (100%)
R 95 of 391 ~ 24.3%
G 125 of 391 ~ 31.97%
B 171 of 391 ~ 43.73%

%24.3
%31.97
%43.73

CMYK color model

#5F7DAB color CMYK value is (44,27,0,33).

  • cyan value is 44.44%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(44,27,0,33)
C44M27Y0K33 
(44%,27%,0%,33%)
(0.44/0.27/0.00/0.33)	

CMYK percentages

%44.44
%26.9
%0
%32.94

Codes

Color #5F7DAB in popluar color models

5F7DAB
RGB95125171
HSL216°31.15%52.16%
HSB/HSV216°44.44%67.06%
CMYK44.44%26.90%0.00%
32.94%

Color #5F7DAB in popluar number systems.

HEX5F7DAB
Decimal95125171
Binary1011111111110110101011
Octal137175253

Shades and tints

Shades of #5F7DAB

#5F7DAB
(95,125,171)
#57729C
(87,114,156)
#4F678D
(79,103,141)
#475C7E
(71,92,126)
#3F516F
(63,81,111)
#374660
(55,70,96)
#2F3B51
(47,59,81)
#273042
(39,48,66)
#1F2533
(31,37,51)
#171A24
(23,26,36)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #5F7DAB

#5F7DAB
(95,125,171)
#6D88B2
(109,136,178)
#7B93B9
(123,147,185)
#899EC0
(137,158,192)
#97A9C7
(151,169,199)
#A5B4CE
(165,180,206)
#B3BFD5
(179,191,213)
#C1CADC
(193,202,220)
#CFD5E3
(207,213,227)
#DDE0EA
(221,224,234)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7DAB color. Also use rgb(95,125,171) instead hex code.

Text Font Color

.myTextColor { color: #5F7DAB; }

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

This text font color is #5F7DAB.


Background Color

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

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

This div background color is #5F7DAB.


Border color

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

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

This div border color is #5F7DAB.


Opacity

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

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

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

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

This text has shadow with #5F7DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7DAB on black background.


Color preview on white background

This text has color #5F7DAB on white background.



Black color preview on #5F7DAB background

This text has black color on #5F7DAB background.


White color preview on #5F7DAB background

This text has white color on #5F7DAB background.