COLOR #424660

HEX: #424660
RGB: (66,70,96)

Color info

#424660 contains red, green and blue colors in about the same proportion. Web safe color of #424660 is #333366 (or #336).

RGB color model

#424660 color RGB value is (66,70,96).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 96 of 255 = 38%

66
70
96

R + G + B ~ 30%. #424660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 96 = 232 (100%)
R 66 of 232 ~ 28.45%
G 70 of 232 ~ 30.17%
B 96 of 232 ~ 41.38%

%28.45
%30.17
%41.38

CMYK color model

#424660 color CMYK value is (31,27,0,62).

  • cyan value is 31.25%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(31,27,0,62)
C31M27Y0K62 
(31%,27%,0%,62%)
(0.31/0.27/0.00/0.62)	

CMYK percentages

%31.25
%27.08
%0
%62.35

Codes

Color #424660 in popluar color models

424660
RGB667096
HSL232°18.52%31.76%
HSB/HSV232°31.25%37.65%
CMYK31.25%27.08%0.00%
62.35%

Color #424660 in popluar number systems.

HEX424660
Decimal667096
Binary100001010001101100000
Octal102106140

Shades and tints

Shades of #424660

#424660
(66,70,96)
#3C4058
(60,64,88)
#363A50
(54,58,80)
#303448
(48,52,72)
#2A2E40
(42,46,64)
#242838
(36,40,56)
#1E2230
(30,34,48)
#181C28
(24,28,40)
#121620
(18,22,32)
#0C1018
(12,16,24)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #424660

#424660
(66,70,96)
#53566E
(83,86,110)
#64667C
(100,102,124)
#75768A
(117,118,138)
#868698
(134,134,152)
#9796A6
(151,150,166)
#A8A6B4
(168,166,180)
#B9B6C2
(185,182,194)
#CAC6D0
(202,198,208)
#DBD6DE
(219,214,222)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424660; }

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

This text font color is #424660.


Background Color

.myBgColor { background-color: #424660; }

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

This div background color is #424660.


Border color

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

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

This div border color is #424660.


Opacity

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

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

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

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

This text has shadow with #424660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424660 on black background.


Color preview on white background

This text has color #424660 on white background.



Black color preview on #424660 background

This text has black color on #424660 background.


White color preview on #424660 background

This text has white color on #424660 background.