COLOR #425B8B

HEX: #425B8B
RGB: (66,91,139)

Color info

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

RGB color model

#425B8B color RGB value is (66,91,139).

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

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 139 of 255 = 55%

66
91
139

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

Portions of RGB colors in percentages

R + G + B =
66 + 91 + 139 = 296 (100%)
R 66 of 296 ~ 22.3%
G 91 of 296 ~ 30.74%
B 139 of 296 ~ 46.96%

%22.3
%30.74
%46.96

CMYK color model

#425B8B color CMYK value is (53,35,0,45).

  • cyan value is 52.52%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(53,35,0,45)
C53M35Y0K45 
(53%,35%,0%,45%)
(0.53/0.35/0.00/0.45)	

CMYK percentages

%52.52
%34.53
%0
%45.49

Codes

Color #425B8B in popluar color models

425B8B
RGB6691139
HSL219°35.61%40.20%
HSB/HSV219°52.52%54.51%
CMYK52.52%34.53%0.00%
45.49%

Color #425B8B in popluar number systems.

HEX425B8B
Decimal6691139
Binary1000010101101110001011
Octal102133213

Shades and tints

Shades of #425B8B

#425B8B
(66,91,139)
#3C537F
(60,83,127)
#364B73
(54,75,115)
#304367
(48,67,103)
#2A3B5B
(42,59,91)
#24334F
(36,51,79)
#1E2B43
(30,43,67)
#182337
(24,35,55)
#121B2B
(18,27,43)
#0C131F
(12,19,31)
#060B13
(6,11,19)
#000000
(0,0,0)

Tints of #425B8B

#425B8B
(66,91,139)
#536995
(83,105,149)
#64779F
(100,119,159)
#7585A9
(117,133,169)
#8693B3
(134,147,179)
#97A1BD
(151,161,189)
#A8AFC7
(168,175,199)
#B9BDD1
(185,189,209)
#CACBDB
(202,203,219)
#DBD9E5
(219,217,229)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425B8B; }

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

This text font color is #425B8B.


Background Color

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

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

This div background color is #425B8B.


Border color

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

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

This div border color is #425B8B.


Opacity

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

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

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

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

This text has shadow with #425B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425B8B on black background.


Color preview on white background

This text has color #425B8B on white background.



Black color preview on #425B8B background

This text has black color on #425B8B background.


White color preview on #425B8B background

This text has white color on #425B8B background.