COLOR #424C64

HEX: #424C64 RGB: (66,76,100)

Color info

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

RGB color model

#424C64 color RGB value is (66,76,100).

RGB: (66,76,100) (26%, 30%, 39%)

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 100 of 255 = 39%

66
76
100

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

Portions of RGB colors in percentages

R + G + B = 66 + 76 + 100 = 242 (100%)
R 66 of 242 ~ 27.27%
G 76 of 242 ~ 31.4%
B 100 of 242 ~ 41.32'%

%27.27
%31.4
%41.32

CMYK color model

#424C64 color CMYK value is (34,24,0,61).

  • cyan value is 34.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (34,24,0,61)
C34M24Y0K61 (34%, 24%, 0%, 61%)
(0.34 / 0.24 / 0.00 / 0.61)

CMYK percentages

%34
%24
%0
%60.78

Codes

Color #424C64 in popluar color models

42 4C 64
RGB 66 76 100
HSL 222° 20.48% 32.55%
HSB/HSV 222° 34.00% 39.22%
CMYK 34.00% 24.00% 0.00%
60.78%

Color #424C64 in popluar number systems.

HEX 42 4C 64
Decimal 66 76 100
Binary 1000010 1001100 1100100
Octal 102 114 144

Shades and tints

Shades of #424C64

#424C64
(66,76,100)
#3C465B
(60,70,91)
#364052
(54,64,82)
#303A49
(48,58,73)
#2A3440
(42,52,64)
#242E37
(36,46,55)
#1E282E
(30,40,46)
#182225
(24,34,37)
#121C1C
(18,28,28)
#0C1613
(12,22,19)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #424C64

#424C64
(66,76,100)
#535C72
(83,92,114)
#646C80
(100,108,128)
#757C8E
(117,124,142)
#868C9C
(134,140,156)
#979CAA
(151,156,170)
#A8ACB8
(168,172,184)
#B9BCC6
(185,188,198)
#CACCD4
(202,204,212)
#DBDCE2
(219,220,226)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C64; }

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

This text font color is #424C64.

Background Color

.myBgColor { background-color: #424C64; }

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

This div background color is #424C64.

Border color

.myBorderColor { border: 1px solid #424C64; }

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

This div border color is #424C64.

Opacity

.myOpacity80 { color: #424C64; opacity: 0.8; }

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

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

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

This text has shadow with #424C64 color.


.textShadow {text-shadow: 3px 3px 1px #424C64', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424C64; -webkit-box-shadow: 1px 1px 3px 2px #424C64; box-shadow:1px 1px 3px 2px #424C64;">
Div content here
</div>

This div box has shadow with color #424C64.

Preview

Color preview on black background

This text has color #424C64 on black background.


Color preview on white background

This text has color #424C64 on white background.


Black color preview on #424C64 background

This text has black color on #424C64 background.


White color preview on #424C64 background

This text has white color on #424C64 background.


Related colors

Complementary color

Complementary color for #hex is #BDB39B.


I love getcolorcode.com

Triadic colors

1 #64424C and #4C6442 with #424C64 are triadic colors.

2 #644C42 and #4C4264 with #424C64 are triadic colors.