COLOR #425D86

HEX: #425D86
RGB: (66,93,134)

Color info

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

RGB color model

#425D86 color RGB value is (66,93,134).

  • red value is 66;
  • green value is 93;
  • blue value is 134.
RGB:
(66,93,134)
(26%,36%,53%)

RGB channels and saturation

R 66 of 255 = 26%
G 93 of 255 = 36%
B 134 of 255 = 53%

66
93
134

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

Portions of RGB colors in percentages

R + G + B =
66 + 93 + 134 = 293 (100%)
R 66 of 293 ~ 22.53%
G 93 of 293 ~ 31.74%
B 134 of 293 ~ 45.73%

%22.53
%31.74
%45.73

CMYK color model

#425D86 color CMYK value is (51,31,0,47).

  • cyan value is 50.75%
  • magenta value is 30.60%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(51,31,0,47)
C51M31Y0K47 
(51%,31%,0%,47%)
(0.51/0.31/0.00/0.47)	

CMYK percentages

%50.75
%30.6
%0
%47.45

Codes

Color #425D86 in popluar color models

425D86
RGB6693134
HSL216°34.00%39.22%
HSB/HSV216°50.75%52.55%
CMYK50.75%30.60%0.00%
47.45%

Color #425D86 in popluar number systems.

HEX425D86
Decimal6693134
Binary1000010101110110000110
Octal102135206

Shades and tints

Shades of #425D86

#425D86
(66,93,134)
#3C557A
(60,85,122)
#364D6E
(54,77,110)
#304562
(48,69,98)
#2A3D56
(42,61,86)
#24354A
(36,53,74)
#1E2D3E
(30,45,62)
#182532
(24,37,50)
#121D26
(18,29,38)
#0C151A
(12,21,26)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #425D86

#425D86
(66,93,134)
#536B91
(83,107,145)
#64799C
(100,121,156)
#7587A7
(117,135,167)
#8695B2
(134,149,178)
#97A3BD
(151,163,189)
#A8B1C8
(168,177,200)
#B9BFD3
(185,191,211)
#CACDDE
(202,205,222)
#DBDBE9
(219,219,233)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425D86 color. Also use rgb(66,93,134) instead hex code.

Text Font Color

.myTextColor { color: #425D86; }

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

This text font color is #425D86.


Background Color

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

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

This div background color is #425D86.


Border color

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

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

This div border color is #425D86.


Opacity

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

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

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

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

This text has shadow with #425D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425D86 on black background.


Color preview on white background

This text has color #425D86 on white background.



Black color preview on #425D86 background

This text has black color on #425D86 background.


White color preview on #425D86 background

This text has white color on #425D86 background.