COLOR #425597

HEX: #425597
RGB: (66,85,151)

Color info

#425597 contains mainly blue color. Web safe color of #425597 is #336699 (or #369).

RGB color model

#425597 color RGB value is (66,85,151).

  • red value is 66;
  • green value is 85;
  • blue value is 151.
RGB:
(66,85,151)
(26%,33%,59%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 151 of 255 = 59%

66
85
151

R + G + B ~ 39%. #425597 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 151 = 302 (100%)
R 66 of 302 ~ 21.85%
G 85 of 302 ~ 28.15%
B 151 of 302 ~ 50%

%21.85
%28.15
%50

CMYK color model

#425597 color CMYK value is (56,44,0,41).

  • cyan value is 56.29%
  • magenta value is 43.71%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(56,44,0,41)
C56M44Y0K41 
(56%,44%,0%,41%)
(0.56/0.44/0.00/0.41)	

CMYK percentages

%56.29
%43.71
%0
%40.78

Codes

Color #425597 in popluar color models

425597
RGB6685151
HSL227°39.17%42.55%
HSB/HSV227°56.29%59.22%
CMYK56.29%43.71%0.00%
40.78%

Color #425597 in popluar number systems.

HEX425597
Decimal6685151
Binary1000010101010110010111
Octal102125227

Shades and tints

Shades of #425597

#425597
(66,85,151)
#3C4E8A
(60,78,138)
#36477D
(54,71,125)
#304070
(48,64,112)
#2A3963
(42,57,99)
#243256
(36,50,86)
#1E2B49
(30,43,73)
#18243C
(24,36,60)
#121D2F
(18,29,47)
#0C1622
(12,22,34)
#060F15
(6,15,21)
#000000
(0,0,0)

Tints of #425597

#425597
(66,85,151)
#5364A0
(83,100,160)
#6473A9
(100,115,169)
#7582B2
(117,130,178)
#8691BB
(134,145,187)
#97A0C4
(151,160,196)
#A8AFCD
(168,175,205)
#B9BED6
(185,190,214)
#CACDDF
(202,205,223)
#DBDCE8
(219,220,232)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425597 color. Also use rgb(66,85,151) instead hex code.

Text Font Color

.myTextColor { color: #425597; }

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

This text font color is #425597.


Background Color

.myBgColor { background-color: #425597; }

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

This div background color is #425597.


Border color

.myBorderColor { border: 1px solid #425597; }

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

This div border color is #425597.


Opacity

.myOpacity80 { color: #425597; opacity: 0.8; }

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

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

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

This text has shadow with #425597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425597 on black background.


Color preview on white background

This text has color #425597 on white background.



Black color preview on #425597 background

This text has black color on #425597 background.


White color preview on #425597 background

This text has white color on #425597 background.