COLOR #425D70

HEX: #425D70
RGB: (66,93,112)

Color info

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

RGB color model

#425D70 color RGB value is (66,93,112).

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

RGB channels and saturation

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

66
93
112

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

Portions of RGB colors in percentages

R + G + B =
66 + 93 + 112 = 271 (100%)
R 66 of 271 ~ 24.35%
G 93 of 271 ~ 34.32%
B 112 of 271 ~ 41.33%

%24.35
%34.32
%41.33

CMYK color model

#425D70 color CMYK value is (41,17,0,56).

  • cyan value is 41.07%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,17,0,56)
C41M17Y0K56 
(41%,17%,0%,56%)
(0.41/0.17/0.00/0.56)	

CMYK percentages

%41.07
%16.96
%0
%56.08

Codes

Color #425D70 in popluar color models

425D70
RGB6693112
HSL205°25.84%34.90%
HSB/HSV205°41.07%43.92%
CMYK41.07%16.96%0.00%
56.08%

Color #425D70 in popluar number systems.

HEX425D70
Decimal6693112
Binary100001010111011110000
Octal102135160

Shades and tints

Shades of #425D70

#425D70
(66,93,112)
#3C5566
(60,85,102)
#364D5C
(54,77,92)
#304552
(48,69,82)
#2A3D48
(42,61,72)
#24353E
(36,53,62)
#1E2D34
(30,45,52)
#18252A
(24,37,42)
#121D20
(18,29,32)
#0C1516
(12,21,22)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #425D70

#425D70
(66,93,112)
#536B7D
(83,107,125)
#64798A
(100,121,138)
#758797
(117,135,151)
#8695A4
(134,149,164)
#97A3B1
(151,163,177)
#A8B1BE
(168,177,190)
#B9BFCB
(185,191,203)
#CACDD8
(202,205,216)
#DBDBE5
(219,219,229)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425D70; }

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

This text font color is #425D70.


Background Color

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

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

This div background color is #425D70.


Border color

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

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

This div border color is #425D70.


Opacity

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

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

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

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

This text has shadow with #425D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425D70 on black background.


Color preview on white background

This text has color #425D70 on white background.



Black color preview on #425D70 background

This text has black color on #425D70 background.


White color preview on #425D70 background

This text has white color on #425D70 background.