COLOR #5F78B3

HEX: #5F78B3
RGB: (95,120,179)

Color info

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

RGB color model

#5F78B3 color RGB value is (95,120,179).

  • red value is 95;
  • green value is 120;
  • blue value is 179.
RGB:
(95,120,179)
(37%,47%,70%)

RGB channels and saturation

R 95 of 255 = 37%
G 120 of 255 = 47%
B 179 of 255 = 70%

95
120
179

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

Portions of RGB colors in percentages

R + G + B =
95 + 120 + 179 = 394 (100%)
R 95 of 394 ~ 24.11%
G 120 of 394 ~ 30.46%
B 179 of 394 ~ 45.43%

%24.11
%30.46
%45.43

CMYK color model

#5F78B3 color CMYK value is (47,33,0,30).

  • cyan value is 46.93%
  • magenta value is 32.96%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(47,33,0,30)
C47M33Y0K30 
(47%,33%,0%,30%)
(0.47/0.33/0.00/0.30)	

CMYK percentages

%46.93
%32.96
%0
%29.8

Codes

Color #5F78B3 in popluar color models

5F78B3
RGB95120179
HSL222°35.59%53.73%
HSB/HSV222°46.93%70.20%
CMYK46.93%32.96%0.00%
29.80%

Color #5F78B3 in popluar number systems.

HEX5F78B3
Decimal95120179
Binary1011111111100010110011
Octal137170263

Shades and tints

Shades of #5F78B3

#5F78B3
(95,120,179)
#576EA3
(87,110,163)
#4F6493
(79,100,147)
#475A83
(71,90,131)
#3F5073
(63,80,115)
#374663
(55,70,99)
#2F3C53
(47,60,83)
#273243
(39,50,67)
#1F2833
(31,40,51)
#171E23
(23,30,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #5F78B3

#5F78B3
(95,120,179)
#6D84B9
(109,132,185)
#7B90BF
(123,144,191)
#899CC5
(137,156,197)
#97A8CB
(151,168,203)
#A5B4D1
(165,180,209)
#B3C0D7
(179,192,215)
#C1CCDD
(193,204,221)
#CFD8E3
(207,216,227)
#DDE4E9
(221,228,233)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F78B3 color. Also use rgb(95,120,179) instead hex code.

Text Font Color

.myTextColor { color: #5F78B3; }

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

This text font color is #5F78B3.


Background Color

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

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

This div background color is #5F78B3.


Border color

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

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

This div border color is #5F78B3.


Opacity

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

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

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

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

This text has shadow with #5F78B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F78B3 on black background.


Color preview on white background

This text has color #5F78B3 on white background.



Black color preview on #5F78B3 background

This text has black color on #5F78B3 background.


White color preview on #5F78B3 background

This text has white color on #5F78B3 background.