COLOR #424464

HEX: #424464
RGB: (66,68,100)

Color info

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

RGB color model

#424464 color RGB value is (66,68,100).

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

RGB channels and saturation

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

66
68
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 100 = 234 (100%)
R 66 of 234 ~ 28.21%
G 68 of 234 ~ 29.06%
B 100 of 234 ~ 42.74%

%28.21
%29.06
%42.74

CMYK color model

#424464 color CMYK value is (34,32,0,61).

  • cyan value is 34.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(34,32,0,61)
C34M32Y0K61 
(34%,32%,0%,61%)
(0.34/0.32/0.00/0.61)	

CMYK percentages

%34
%32
%0
%60.78

Codes

Color #424464 in popluar color models

424464
RGB6668100
HSL236°20.48%32.55%
HSB/HSV236°34.00%39.22%
CMYK34.00%32.00%0.00%
60.78%

Color #424464 in popluar number systems.

HEX424464
Decimal6668100
Binary100001010001001100100
Octal102104144

Shades and tints

Shades of #424464

#424464
(66,68,100)
#3C3E5B
(60,62,91)
#363852
(54,56,82)
#303249
(48,50,73)
#2A2C40
(42,44,64)
#242637
(36,38,55)
#1E202E
(30,32,46)
#181A25
(24,26,37)
#12141C
(18,20,28)
#0C0E13
(12,14,19)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #424464

#424464
(66,68,100)
#535572
(83,85,114)
#646680
(100,102,128)
#75778E
(117,119,142)
#86889C
(134,136,156)
#9799AA
(151,153,170)
#A8AAB8
(168,170,184)
#B9BBC6
(185,187,198)
#CACCD4
(202,204,212)
#DBDDE2
(219,221,226)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424464; }

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

This text font color is #424464.


Background Color

.myBgColor { background-color: #424464; }

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

This div background color is #424464.


Border color

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

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

This div border color is #424464.


Opacity

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

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

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

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

This text has shadow with #424464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424464 on black background.


Color preview on white background

This text has color #424464 on white background.



Black color preview on #424464 background

This text has black color on #424464 background.


White color preview on #424464 background

This text has white color on #424464 background.