COLOR #425C70

HEX: #425C70
RGB: (66,92,112)

Color info

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

RGB color model

#425C70 color RGB value is (66,92,112).

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

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 112 of 255 = 44%

66
92
112

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

Portions of RGB colors in percentages

R + G + B =
66 + 92 + 112 = 270 (100%)
R 66 of 270 ~ 24.44%
G 92 of 270 ~ 34.07%
B 112 of 270 ~ 41.48%

%24.44
%34.07
%41.48

CMYK color model

#425C70 color CMYK value is (41,18,0,56).

  • cyan value is 41.07%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,18,0,56)
C41M18Y0K56 
(41%,18%,0%,56%)
(0.41/0.18/0.00/0.56)	

CMYK percentages

%41.07
%17.86
%0
%56.08

Codes

Color #425C70 in popluar color models

425C70
RGB6692112
HSL206°25.84%34.90%
HSB/HSV206°41.07%43.92%
CMYK41.07%17.86%0.00%
56.08%

Color #425C70 in popluar number systems.

HEX425C70
Decimal6692112
Binary100001010111001110000
Octal102134160

Shades and tints

Shades of #425C70

#425C70
(66,92,112)
#3C5466
(60,84,102)
#364C5C
(54,76,92)
#304452
(48,68,82)
#2A3C48
(42,60,72)
#24343E
(36,52,62)
#1E2C34
(30,44,52)
#18242A
(24,36,42)
#121C20
(18,28,32)
#0C1416
(12,20,22)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #425C70

#425C70
(66,92,112)
#536A7D
(83,106,125)
#64788A
(100,120,138)
#758697
(117,134,151)
#8694A4
(134,148,164)
#97A2B1
(151,162,177)
#A8B0BE
(168,176,190)
#B9BECB
(185,190,203)
#CACCD8
(202,204,216)
#DBDAE5
(219,218,229)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425C70; }

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

This text font color is #425C70.


Background Color

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

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

This div background color is #425C70.


Border color

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

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

This div border color is #425C70.


Opacity

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

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

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

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

This text has shadow with #425C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425C70 on black background.


Color preview on white background

This text has color #425C70 on white background.



Black color preview on #425C70 background

This text has black color on #425C70 background.


White color preview on #425C70 background

This text has white color on #425C70 background.