COLOR #424664

HEX: #424664
RGB: (66,70,100)

Color info

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

RGB color model

#424664 color RGB value is (66,70,100).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 100 of 255 = 39%

66
70
100

R + G + B ~ 31%. #424664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 100 = 236 (100%)
R 66 of 236 ~ 27.97%
G 70 of 236 ~ 29.66%
B 100 of 236 ~ 42.37%

%27.97
%29.66
%42.37

CMYK color model

#424664 color CMYK value is (34,30,0,61).

  • cyan value is 34.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(34,30,0,61)
C34M30Y0K61 
(34%,30%,0%,61%)
(0.34/0.30/0.00/0.61)	

CMYK percentages

%34
%30
%0
%60.78

Codes

Color #424664 in popluar color models

424664
RGB6670100
HSL233°20.48%32.55%
HSB/HSV233°34.00%39.22%
CMYK34.00%30.00%0.00%
60.78%

Color #424664 in popluar number systems.

HEX424664
Decimal6670100
Binary100001010001101100100
Octal102106144

Shades and tints

Shades of #424664

#424664
(66,70,100)
#3C405B
(60,64,91)
#363A52
(54,58,82)
#303449
(48,52,73)
#2A2E40
(42,46,64)
#242837
(36,40,55)
#1E222E
(30,34,46)
#181C25
(24,28,37)
#12161C
(18,22,28)
#0C1013
(12,16,19)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #424664

#424664
(66,70,100)
#535672
(83,86,114)
#646680
(100,102,128)
#75768E
(117,118,142)
#86869C
(134,134,156)
#9796AA
(151,150,170)
#A8A6B8
(168,166,184)
#B9B6C6
(185,182,198)
#CAC6D4
(202,198,212)
#DBD6E2
(219,214,226)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424664; }

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

This text font color is #424664.


Background Color

.myBgColor { background-color: #424664; }

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

This div background color is #424664.


Border color

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

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

This div border color is #424664.


Opacity

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

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

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

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

This text has shadow with #424664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424664 on black background.


Color preview on white background

This text has color #424664 on white background.



Black color preview on #424664 background

This text has black color on #424664 background.


White color preview on #424664 background

This text has white color on #424664 background.