COLOR #425296

HEX: #425296
RGB: (66,82,150)

Color info

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

RGB color model

#425296 color RGB value is (66,82,150).

  • red value is 66;
  • green value is 82;
  • blue value is 150.
RGB:
(66,82,150)
(26%,32%,59%)

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 150 of 255 = 59%

66
82
150

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

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 150 = 298 (100%)
R 66 of 298 ~ 22.15%
G 82 of 298 ~ 27.52%
B 150 of 298 ~ 50.34%

%22.15
%27.52
%50.34

CMYK color model

#425296 color CMYK value is (56,45,0,41).

  • cyan value is 56.00%
  • magenta value is 45.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(56,45,0,41)
C56M45Y0K41 
(56%,45%,0%,41%)
(0.56/0.45/0.00/0.41)	

CMYK percentages

%56
%45.33
%0
%41.18

Codes

Color #425296 in popluar color models

425296
RGB6682150
HSL229°38.89%42.35%
HSB/HSV229°56.00%58.82%
CMYK56.00%45.33%0.00%
41.18%

Color #425296 in popluar number systems.

HEX425296
Decimal6682150
Binary1000010101001010010110
Octal102122226

Shades and tints

Shades of #425296

#425296
(66,82,150)
#3C4B89
(60,75,137)
#36447C
(54,68,124)
#303D6F
(48,61,111)
#2A3662
(42,54,98)
#242F55
(36,47,85)
#1E2848
(30,40,72)
#18213B
(24,33,59)
#121A2E
(18,26,46)
#0C1321
(12,19,33)
#060C14
(6,12,20)
#000000
(0,0,0)

Tints of #425296

#425296
(66,82,150)
#53619F
(83,97,159)
#6470A8
(100,112,168)
#757FB1
(117,127,177)
#868EBA
(134,142,186)
#979DC3
(151,157,195)
#A8ACCC
(168,172,204)
#B9BBD5
(185,187,213)
#CACADE
(202,202,222)
#DBD9E7
(219,217,231)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425296 color. Also use rgb(66,82,150) instead hex code.

Text Font Color

.myTextColor { color: #425296; }

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

This text font color is #425296.


Background Color

.myBgColor { background-color: #425296; }

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

This div background color is #425296.


Border color

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

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

This div border color is #425296.


Opacity

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

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

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

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

This text has shadow with #425296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425296 on black background.


Color preview on white background

This text has color #425296 on white background.



Black color preview on #425296 background

This text has black color on #425296 background.


White color preview on #425296 background

This text has white color on #425296 background.