COLOR #425B78

HEX: #425B78
RGB: (66,91,120)

Color info

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

RGB color model

#425B78 color RGB value is (66,91,120).

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

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 120 of 255 = 47%

66
91
120

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

Portions of RGB colors in percentages

R + G + B =
66 + 91 + 120 = 277 (100%)
R 66 of 277 ~ 23.83%
G 91 of 277 ~ 32.85%
B 120 of 277 ~ 43.32%

%23.83
%32.85
%43.32

CMYK color model

#425B78 color CMYK value is (45,24,0,53).

  • cyan value is 45.00%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(45,24,0,53)
C45M24Y0K53 
(45%,24%,0%,53%)
(0.45/0.24/0.00/0.53)	

CMYK percentages

%45
%24.17
%0
%52.94

Codes

Color #425B78 in popluar color models

425B78
RGB6691120
HSL212°29.03%36.47%
HSB/HSV212°45.00%47.06%
CMYK45.00%24.17%0.00%
52.94%

Color #425B78 in popluar number systems.

HEX425B78
Decimal6691120
Binary100001010110111111000
Octal102133170

Shades and tints

Shades of #425B78

#425B78
(66,91,120)
#3C536E
(60,83,110)
#364B64
(54,75,100)
#30435A
(48,67,90)
#2A3B50
(42,59,80)
#243346
(36,51,70)
#1E2B3C
(30,43,60)
#182332
(24,35,50)
#121B28
(18,27,40)
#0C131E
(12,19,30)
#060B14
(6,11,20)
#000000
(0,0,0)

Tints of #425B78

#425B78
(66,91,120)
#536984
(83,105,132)
#647790
(100,119,144)
#75859C
(117,133,156)
#8693A8
(134,147,168)
#97A1B4
(151,161,180)
#A8AFC0
(168,175,192)
#B9BDCC
(185,189,204)
#CACBD8
(202,203,216)
#DBD9E4
(219,217,228)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425B78; }

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

This text font color is #425B78.


Background Color

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

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

This div background color is #425B78.


Border color

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

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

This div border color is #425B78.


Opacity

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

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

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

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

This text has shadow with #425B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425B78 on black background.


Color preview on white background

This text has color #425B78 on white background.



Black color preview on #425B78 background

This text has black color on #425B78 background.


White color preview on #425B78 background

This text has white color on #425B78 background.