COLOR #425A78

HEX: #425A78
RGB: (66,90,120)

Color info

#425A78 contains red, green and blue colors in about the same proportion. Web safe color of #425A78 is #336666 (or #366).

RGB color model

#425A78 color RGB value is (66,90,120).

  • red value is 66;
  • green value is 90;
  • blue value is 120.
RGB:
(66,90,120)
(26%,35%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 120 of 255 = 47%

66
90
120

R + G + B ~ 36%. #425A78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 90 + 120 = 276 (100%)
R 66 of 276 ~ 23.91%
G 90 of 276 ~ 32.61%
B 120 of 276 ~ 43.48%

%23.91
%32.61
%43.48

CMYK color model

#425A78 color CMYK value is (45,25,0,53).

  • cyan value is 45.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(45,25,0,53)
C45M25Y0K53 
(45%,25%,0%,53%)
(0.45/0.25/0.00/0.53)	

CMYK percentages

%45
%25
%0
%52.94

Codes

Color #425A78 in popluar color models

425A78
RGB6690120
HSL213°29.03%36.47%
HSB/HSV213°45.00%47.06%
CMYK45.00%25.00%0.00%
52.94%

Color #425A78 in popluar number systems.

HEX425A78
Decimal6690120
Binary100001010110101111000
Octal102132170

Shades and tints

Shades of #425A78

#425A78
(66,90,120)
#3C526E
(60,82,110)
#364A64
(54,74,100)
#30425A
(48,66,90)
#2A3A50
(42,58,80)
#243246
(36,50,70)
#1E2A3C
(30,42,60)
#182232
(24,34,50)
#121A28
(18,26,40)
#0C121E
(12,18,30)
#060A14
(6,10,20)
#000000
(0,0,0)

Tints of #425A78

#425A78
(66,90,120)
#536984
(83,105,132)
#647890
(100,120,144)
#75879C
(117,135,156)
#8696A8
(134,150,168)
#97A5B4
(151,165,180)
#A8B4C0
(168,180,192)
#B9C3CC
(185,195,204)
#CAD2D8
(202,210,216)
#DBE1E4
(219,225,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425A78 color. Also use rgb(66,90,120) instead hex code.

Text Font Color

.myTextColor { color: #425A78; }

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

This text font color is #425A78.


Background Color

.myBgColor { background-color: #425A78; }

<div style="background-color:#425A78">Inner text</div>

This div background color is #425A78.


Border color

.myBorderColor { border: 1px solid #425A78; }

<div style="border:3px solid #425A78">Div</div>

This div border color is #425A78.


Opacity

.myOpacity80 { color: #425A78; opacity: 0.8; }

<p style="color:#425A78;opacity:0.8;">80%</p>

Text with #425A78 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 #425A78;}

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

This text has shadow with #425A78 color.

.textShadow {text-shadow: 3px 3px 1px #425A78, 3px 3px 1px red;}

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

This text has shadow with #425A78 primary color and red secondary color.


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

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

This text has shadow with #425A78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A78 on black background.


Color preview on white background

This text has color #425A78 on white background.



Black color preview on #425A78 background

This text has black color on #425A78 background.


White color preview on #425A78 background

This text has white color on #425A78 background.