COLOR #425688

HEX: #425688
RGB: (66,86,136)

Color info

#425688 contains mainly green and blue colors. Web safe color of #425688 is #336699 (or #369).

RGB color model

#425688 color RGB value is (66,86,136).

  • red value is 66;
  • green value is 86;
  • blue value is 136.
RGB:
(66,86,136)
(26%,34%,53%)

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 136 of 255 = 53%

66
86
136

R + G + B ~ 38%. #425688 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 136 = 288 (100%)
R 66 of 288 ~ 22.92%
G 86 of 288 ~ 29.86%
B 136 of 288 ~ 47.22%

%22.92
%29.86
%47.22

CMYK color model

#425688 color CMYK value is (51,37,0,47).

  • cyan value is 51.47%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(51,37,0,47)
C51M37Y0K47 
(51%,37%,0%,47%)
(0.51/0.37/0.00/0.47)	

CMYK percentages

%51.47
%36.76
%0
%46.67

Codes

Color #425688 in popluar color models

425688
RGB6686136
HSL223°34.65%39.61%
HSB/HSV223°51.47%53.33%
CMYK51.47%36.76%0.00%
46.67%

Color #425688 in popluar number systems.

HEX425688
Decimal6686136
Binary1000010101011010001000
Octal102126210

Shades and tints

Shades of #425688

#425688
(66,86,136)
#3C4F7C
(60,79,124)
#364870
(54,72,112)
#304164
(48,65,100)
#2A3A58
(42,58,88)
#24334C
(36,51,76)
#1E2C40
(30,44,64)
#182534
(24,37,52)
#121E28
(18,30,40)
#0C171C
(12,23,28)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #425688

#425688
(66,86,136)
#536592
(83,101,146)
#64749C
(100,116,156)
#7583A6
(117,131,166)
#8692B0
(134,146,176)
#97A1BA
(151,161,186)
#A8B0C4
(168,176,196)
#B9BFCE
(185,191,206)
#CACED8
(202,206,216)
#DBDDE2
(219,221,226)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425688 color. Also use rgb(66,86,136) instead hex code.

Text Font Color

.myTextColor { color: #425688; }

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

This text font color is #425688.


Background Color

.myBgColor { background-color: #425688; }

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

This div background color is #425688.


Border color

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

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

This div border color is #425688.


Opacity

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

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

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

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

This text has shadow with #425688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425688 on black background.


Color preview on white background

This text has color #425688 on white background.



Black color preview on #425688 background

This text has black color on #425688 background.


White color preview on #425688 background

This text has white color on #425688 background.