COLOR #425C7F

HEX: #425C7F
RGB: (66,92,127)

Color info

#425C7F contains mainly green and blue colors. Web safe color of #425C7F is #336666 (or #366).

RGB color model

#425C7F color RGB value is (66,92,127).

  • red value is 66;
  • green value is 92;
  • blue value is 127.
RGB:
(66,92,127)
(26%,36%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 127 of 255 = 50%

66
92
127

R + G + B ~ 37%. #425C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 92 + 127 = 285 (100%)
R 66 of 285 ~ 23.16%
G 92 of 285 ~ 32.28%
B 127 of 285 ~ 44.56%

%23.16
%32.28
%44.56

CMYK color model

#425C7F color CMYK value is (48,28,0,50).

  • cyan value is 48.03%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(48,28,0,50)
C48M28Y0K50 
(48%,28%,0%,50%)
(0.48/0.28/0.00/0.50)	

CMYK percentages

%48.03
%27.56
%0
%50.2

Codes

Color #425C7F in popluar color models

425C7F
RGB6692127
HSL214°31.61%37.84%
HSB/HSV214°48.03%49.80%
CMYK48.03%27.56%0.00%
50.20%

Color #425C7F in popluar number systems.

HEX425C7F
Decimal6692127
Binary100001010111001111111
Octal102134177

Shades and tints

Shades of #425C7F

#425C7F
(66,92,127)
#3C5474
(60,84,116)
#364C69
(54,76,105)
#30445E
(48,68,94)
#2A3C53
(42,60,83)
#243448
(36,52,72)
#1E2C3D
(30,44,61)
#182432
(24,36,50)
#121C27
(18,28,39)
#0C141C
(12,20,28)
#060C11
(6,12,17)
#000000
(0,0,0)

Tints of #425C7F

#425C7F
(66,92,127)
#536A8A
(83,106,138)
#647895
(100,120,149)
#7586A0
(117,134,160)
#8694AB
(134,148,171)
#97A2B6
(151,162,182)
#A8B0C1
(168,176,193)
#B9BECC
(185,190,204)
#CACCD7
(202,204,215)
#DBDAE2
(219,218,226)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425C7F; }

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

This text font color is #425C7F.


Background Color

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

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

This div background color is #425C7F.


Border color

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

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

This div border color is #425C7F.


Opacity

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

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

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

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

This text has shadow with #425C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425C7F on black background.


Color preview on white background

This text has color #425C7F on white background.



Black color preview on #425C7F background

This text has black color on #425C7F background.


White color preview on #425C7F background

This text has white color on #425C7F background.