COLOR #425A70

HEX: #425A70
RGB: (66,90,112)

Color info

#425A70 contains red, green and blue colors in about the same proportion. Web safe color of #425A70 is #336666 (or #366).

RGB color model

#425A70 color RGB value is (66,90,112).

  • red value is 66;
  • green value is 90;
  • blue value is 112.
RGB:
(66,90,112)
(26%,35%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 112 of 255 = 44%

66
90
112

R + G + B ~ 35%. #425A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 90 + 112 = 268 (100%)
R 66 of 268 ~ 24.63%
G 90 of 268 ~ 33.58%
B 112 of 268 ~ 41.79%

%24.63
%33.58
%41.79

CMYK color model

#425A70 color CMYK value is (41,20,0,56).

  • cyan value is 41.07%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,20,0,56)
C41M20Y0K56 
(41%,20%,0%,56%)
(0.41/0.20/0.00/0.56)	

CMYK percentages

%41.07
%19.64
%0
%56.08

Codes

Color #425A70 in popluar color models

425A70
RGB6690112
HSL209°25.84%34.90%
HSB/HSV209°41.07%43.92%
CMYK41.07%19.64%0.00%
56.08%

Color #425A70 in popluar number systems.

HEX425A70
Decimal6690112
Binary100001010110101110000
Octal102132160

Shades and tints

Shades of #425A70

#425A70
(66,90,112)
#3C5266
(60,82,102)
#364A5C
(54,74,92)
#304252
(48,66,82)
#2A3A48
(42,58,72)
#24323E
(36,50,62)
#1E2A34
(30,42,52)
#18222A
(24,34,42)
#121A20
(18,26,32)
#0C1216
(12,18,22)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #425A70

#425A70
(66,90,112)
#53697D
(83,105,125)
#64788A
(100,120,138)
#758797
(117,135,151)
#8696A4
(134,150,164)
#97A5B1
(151,165,177)
#A8B4BE
(168,180,190)
#B9C3CB
(185,195,203)
#CAD2D8
(202,210,216)
#DBE1E5
(219,225,229)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425A70 color. Also use rgb(66,90,112) instead hex code.

Text Font Color

.myTextColor { color: #425A70; }

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

This text font color is #425A70.


Background Color

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

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

This div background color is #425A70.


Border color

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

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

This div border color is #425A70.


Opacity

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

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

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

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

This text has shadow with #425A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A70 on black background.


Color preview on white background

This text has color #425A70 on white background.



Black color preview on #425A70 background

This text has black color on #425A70 background.


White color preview on #425A70 background

This text has white color on #425A70 background.