COLOR #425970

HEX: #425970
RGB: (66,89,112)

Color info

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

RGB color model

#425970 color RGB value is (66,89,112).

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

RGB channels and saturation

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

66
89
112

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

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 112 = 267 (100%)
R 66 of 267 ~ 24.72%
G 89 of 267 ~ 33.33%
B 112 of 267 ~ 41.95%

%24.72
%33.33
%41.95

CMYK color model

#425970 color CMYK value is (41,21,0,56).

  • cyan value is 41.07%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,21,0,56)
C41M21Y0K56 
(41%,21%,0%,56%)
(0.41/0.21/0.00/0.56)	

CMYK percentages

%41.07
%20.54
%0
%56.08

Codes

Color #425970 in popluar color models

425970
RGB6689112
HSL210°25.84%34.90%
HSB/HSV210°41.07%43.92%
CMYK41.07%20.54%0.00%
56.08%

Color #425970 in popluar number systems.

HEX425970
Decimal6689112
Binary100001010110011110000
Octal102131160

Shades and tints

Shades of #425970

#425970
(66,89,112)
#3C5166
(60,81,102)
#36495C
(54,73,92)
#304152
(48,65,82)
#2A3948
(42,57,72)
#24313E
(36,49,62)
#1E2934
(30,41,52)
#18212A
(24,33,42)
#121920
(18,25,32)
#0C1116
(12,17,22)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #425970

#425970
(66,89,112)
#53687D
(83,104,125)
#64778A
(100,119,138)
#758697
(117,134,151)
#8695A4
(134,149,164)
#97A4B1
(151,164,177)
#A8B3BE
(168,179,190)
#B9C2CB
(185,194,203)
#CAD1D8
(202,209,216)
#DBE0E5
(219,224,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425970; }

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

This text font color is #425970.


Background Color

.myBgColor { background-color: #425970; }

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

This div background color is #425970.


Border color

.myBorderColor { border: 1px solid #425970; }

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

This div border color is #425970.


Opacity

.myOpacity80 { color: #425970; opacity: 0.8; }

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

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

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

This text has shadow with #425970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425970 on black background.


Color preview on white background

This text has color #425970 on white background.



Black color preview on #425970 background

This text has black color on #425970 background.


White color preview on #425970 background

This text has white color on #425970 background.