COLOR #425670

HEX: #425670
RGB: (66,86,112)

Color info

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

RGB color model

#425670 color RGB value is (66,86,112).

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

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 112 of 255 = 44%

66
86
112

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

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 112 = 264 (100%)
R 66 of 264 ~ 25%
G 86 of 264 ~ 32.58%
B 112 of 264 ~ 42.42%

%25
%32.58
%42.42

CMYK color model

#425670 color CMYK value is (41,23,0,56).

  • cyan value is 41.07%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,23,0,56)
C41M23Y0K56 
(41%,23%,0%,56%)
(0.41/0.23/0.00/0.56)	

CMYK percentages

%41.07
%23.21
%0
%56.08

Codes

Color #425670 in popluar color models

425670
RGB6686112
HSL214°25.84%34.90%
HSB/HSV214°41.07%43.92%
CMYK41.07%23.21%0.00%
56.08%

Color #425670 in popluar number systems.

HEX425670
Decimal6686112
Binary100001010101101110000
Octal102126160

Shades and tints

Shades of #425670

#425670
(66,86,112)
#3C4F66
(60,79,102)
#36485C
(54,72,92)
#304152
(48,65,82)
#2A3A48
(42,58,72)
#24333E
(36,51,62)
#1E2C34
(30,44,52)
#18252A
(24,37,42)
#121E20
(18,30,32)
#0C1716
(12,23,22)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #425670

#425670
(66,86,112)
#53657D
(83,101,125)
#64748A
(100,116,138)
#758397
(117,131,151)
#8692A4
(134,146,164)
#97A1B1
(151,161,177)
#A8B0BE
(168,176,190)
#B9BFCB
(185,191,203)
#CACED8
(202,206,216)
#DBDDE5
(219,221,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425670; }

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

This text font color is #425670.


Background Color

.myBgColor { background-color: #425670; }

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

This div background color is #425670.


Border color

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

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

This div border color is #425670.


Opacity

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

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

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

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

This text has shadow with #425670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425670 on black background.


Color preview on white background

This text has color #425670 on white background.



Black color preview on #425670 background

This text has black color on #425670 background.


White color preview on #425670 background

This text has white color on #425670 background.