COLOR #425460

HEX: #425460
RGB: (66,84,96)

Color info

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

RGB color model

#425460 color RGB value is (66,84,96).

  • red value is 66;
  • green value is 84;
  • blue value is 96.
RGB:
(66,84,96)
(26%,33%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 84 of 255 = 33%
B 96 of 255 = 38%

66
84
96

R + G + B ~ 32%. #425460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 96 = 246 (100%)
R 66 of 246 ~ 26.83%
G 84 of 246 ~ 34.15%
B 96 of 246 ~ 39.02%

%26.83
%34.15
%39.02

CMYK color model

#425460 color CMYK value is (31,13,0,62).

  • cyan value is 31.25%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(31,13,0,62)
C31M13Y0K62 
(31%,13%,0%,62%)
(0.31/0.13/0.00/0.62)	

CMYK percentages

%31.25
%12.5
%0
%62.35

Codes

Color #425460 in popluar color models

425460
RGB668496
HSL204°18.52%31.76%
HSB/HSV204°31.25%37.65%
CMYK31.25%12.50%0.00%
62.35%

Color #425460 in popluar number systems.

HEX425460
Decimal668496
Binary100001010101001100000
Octal102124140

Shades and tints

Shades of #425460

#425460
(66,84,96)
#3C4D58
(60,77,88)
#364650
(54,70,80)
#303F48
(48,63,72)
#2A3840
(42,56,64)
#243138
(36,49,56)
#1E2A30
(30,42,48)
#182328
(24,35,40)
#121C20
(18,28,32)
#0C1518
(12,21,24)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #425460

#425460
(66,84,96)
#53636E
(83,99,110)
#64727C
(100,114,124)
#75818A
(117,129,138)
#869098
(134,144,152)
#979FA6
(151,159,166)
#A8AEB4
(168,174,180)
#B9BDC2
(185,189,194)
#CACCD0
(202,204,208)
#DBDBDE
(219,219,222)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425460 color. Also use rgb(66,84,96) instead hex code.

Text Font Color

.myTextColor { color: #425460; }

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

This text font color is #425460.


Background Color

.myBgColor { background-color: #425460; }

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

This div background color is #425460.


Border color

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

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

This div border color is #425460.


Opacity

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

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

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

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

This text has shadow with #425460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425460 on black background.


Color preview on white background

This text has color #425460 on white background.



Black color preview on #425460 background

This text has black color on #425460 background.


White color preview on #425460 background

This text has white color on #425460 background.