COLOR #5F7DAD

HEX: #5F7DAD
RGB: (95,125,173)

Color info

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

RGB color model

#5F7DAD color RGB value is (95,125,173).

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

RGB channels and saturation

R 95 of 255 = 37%
G 125 of 255 = 49%
B 173 of 255 = 68%

95
125
173

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

Portions of RGB colors in percentages

R + G + B =
95 + 125 + 173 = 393 (100%)
R 95 of 393 ~ 24.17%
G 125 of 393 ~ 31.81%
B 173 of 393 ~ 44.02%

%24.17
%31.81
%44.02

CMYK color model

#5F7DAD color CMYK value is (45,28,0,32).

  • cyan value is 45.09%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(45,28,0,32)
C45M28Y0K32 
(45%,28%,0%,32%)
(0.45/0.28/0.00/0.32)	

CMYK percentages

%45.09
%27.75
%0
%32.16

Codes

Color #5F7DAD in popluar color models

5F7DAD
RGB95125173
HSL217°32.23%52.55%
HSB/HSV217°45.09%67.84%
CMYK45.09%27.75%0.00%
32.16%

Color #5F7DAD in popluar number systems.

HEX5F7DAD
Decimal95125173
Binary1011111111110110101101
Octal137175255

Shades and tints

Shades of #5F7DAD

#5F7DAD
(95,125,173)
#57729E
(87,114,158)
#4F678F
(79,103,143)
#475C80
(71,92,128)
#3F5171
(63,81,113)
#374662
(55,70,98)
#2F3B53
(47,59,83)
#273044
(39,48,68)
#1F2535
(31,37,53)
#171A26
(23,26,38)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #5F7DAD

#5F7DAD
(95,125,173)
#6D88B4
(109,136,180)
#7B93BB
(123,147,187)
#899EC2
(137,158,194)
#97A9C9
(151,169,201)
#A5B4D0
(165,180,208)
#B3BFD7
(179,191,215)
#C1CADE
(193,202,222)
#CFD5E5
(207,213,229)
#DDE0EC
(221,224,236)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7DAD; }

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

This text font color is #5F7DAD.


Background Color

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

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

This div background color is #5F7DAD.


Border color

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

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

This div border color is #5F7DAD.


Opacity

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

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

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

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

This text has shadow with #5F7DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7DAD on black background.


Color preview on white background

This text has color #5F7DAD on white background.



Black color preview on #5F7DAD background

This text has black color on #5F7DAD background.


White color preview on #5F7DAD background

This text has white color on #5F7DAD background.