COLOR #424864

HEX: #424864
RGB: (66,72,100)

Color info

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

RGB color model

#424864 color RGB value is (66,72,100).

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

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 100 of 255 = 39%

66
72
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 100 = 238 (100%)
R 66 of 238 ~ 27.73%
G 72 of 238 ~ 30.25%
B 100 of 238 ~ 42.02%

%27.73
%30.25
%42.02

CMYK color model

#424864 color CMYK value is (34,28,0,61).

  • cyan value is 34.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(34,28,0,61)
C34M28Y0K61 
(34%,28%,0%,61%)
(0.34/0.28/0.00/0.61)	

CMYK percentages

%34
%28
%0
%60.78

Codes

Color #424864 in popluar color models

424864
RGB6672100
HSL229°20.48%32.55%
HSB/HSV229°34.00%39.22%
CMYK34.00%28.00%0.00%
60.78%

Color #424864 in popluar number systems.

HEX424864
Decimal6672100
Binary100001010010001100100
Octal102110144

Shades and tints

Shades of #424864

#424864
(66,72,100)
#3C425B
(60,66,91)
#363C52
(54,60,82)
#303649
(48,54,73)
#2A3040
(42,48,64)
#242A37
(36,42,55)
#1E242E
(30,36,46)
#181E25
(24,30,37)
#12181C
(18,24,28)
#0C1213
(12,18,19)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #424864

#424864
(66,72,100)
#535872
(83,88,114)
#646880
(100,104,128)
#75788E
(117,120,142)
#86889C
(134,136,156)
#9798AA
(151,152,170)
#A8A8B8
(168,168,184)
#B9B8C6
(185,184,198)
#CAC8D4
(202,200,212)
#DBD8E2
(219,216,226)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424864; }

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

This text font color is #424864.


Background Color

.myBgColor { background-color: #424864; }

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

This div background color is #424864.


Border color

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

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

This div border color is #424864.


Opacity

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

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

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

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

This text has shadow with #424864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424864 on black background.


Color preview on white background

This text has color #424864 on white background.



Black color preview on #424864 background

This text has black color on #424864 background.


White color preview on #424864 background

This text has white color on #424864 background.