COLOR #425C8E

HEX: #425C8E RGB: (66,92,142)

Color info

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

RGB color model

#425C8E color RGB value is (66,92,142).

RGB: (66,92,142) (26%, 36%, 56%)

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 142 of 255 = 56%

66
92
142

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

Portions of RGB colors in percentages

R + G + B = 66 + 92 + 142 = 300 (100%)
R 66 of 300 ~ 22%
G 92 of 300 ~ 30.67%
B 142 of 300 ~ 47.33'%

%22
%30.67
%47.33

CMYK color model

#425C8E color CMYK value is (54,35,0,44).

  • cyan value is 53.52%
  • magenta value is 35.21%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (54,35,0,44)
C54M35Y0K44 (54%, 35%, 0%, 44%)
(0.54 / 0.35 / 0.00 / 0.44)

CMYK percentages

%53.52
%35.21
%0
%44.31

Codes

Color #425C8E in popluar color models

42 5C 8E
RGB 66 92 142
HSL 219° 36.54% 40.78%
HSB/HSV 219° 53.52% 55.69%
CMYK 53.52% 35.21% 0.00%
44.31%

Color #425C8E in popluar number systems.

HEX 42 5C 8E
Decimal 66 92 142
Binary 1000010 1011100 10001110
Octal 102 134 216

Shades and tints

Shades of #425C8E

#425C8E
(66,92,142)
#3C5482
(60,84,130)
#364C76
(54,76,118)
#30446A
(48,68,106)
#2A3C5E
(42,60,94)
#243452
(36,52,82)
#1E2C46
(30,44,70)
#18243A
(24,36,58)
#121C2E
(18,28,46)
#0C1422
(12,20,34)
#060C16
(6,12,22)
#000000
(0,0,0)

Tints of #425C8E

#425C8E
(66,92,142)
#536A98
(83,106,152)
#6478A2
(100,120,162)
#7586AC
(117,134,172)
#8694B6
(134,148,182)
#97A2C0
(151,162,192)
#A8B0CA
(168,176,202)
#B9BED4
(185,190,212)
#CACCDE
(202,204,222)
#DBDAE8
(219,218,232)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425C8E color. Also use rgb(66,92,142) instead hex code.

Text Font Color

.myTextColor { color: #425C8E; }

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

This text font color is #425C8E.

Background Color

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

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

This div background color is #425C8E.

Border color

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

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

This div border color is #425C8E.

Opacity

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

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

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

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

This text has shadow with #425C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425C8E.

Preview

Color preview on black background

This text has color #425C8E on black background.


Color preview on white background

This text has color #425C8E on white background.


Black color preview on #425C8E background

This text has black color on #425C8E background.


White color preview on #425C8E background

This text has white color on #425C8E background.


Related colors

Complementary color

Complementary color for #hex is #BDA371.


I love getcolorcode.com

Triadic colors

1 #8E425C and #5C8E42 with #425C8E are triadic colors.

2 #8E5C42 and #5C428E with #425C8E are triadic colors.