COLOR #424A5C

HEX: #424A5C RGB: (66,74,92)

Color info

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

RGB color model

#424A5C color RGB value is (66,74,92).

RGB: (66,74,92) (26%, 29%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 92 of 255 = 36%

66
74
92

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

Portions of RGB colors in percentages

R + G + B = 66 + 74 + 92 = 232 (100%)
R 66 of 232 ~ 28.45%
G 74 of 232 ~ 31.9%
B 92 of 232 ~ 39.66'%

%28.45
%31.9
%39.66

CMYK color model

#424A5C color CMYK value is (28,20,0,64).

  • cyan value is 28.26%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (28,20,0,64)
C28M20Y0K64 (28%, 20%, 0%, 64%)
(0.28 / 0.20 / 0.00 / 0.64)

CMYK percentages

%28.26
%19.57
%0
%63.92

Codes

Color #424A5C in popluar color models

42 4A 5C
RGB 66 74 92
HSL 222° 16.46% 30.98%
HSB/HSV 222° 28.26% 36.08%
CMYK 28.26% 19.57% 0.00%
63.92%

Color #424A5C in popluar number systems.

HEX 42 4A 5C
Decimal 66 74 92
Binary 1000010 1001010 1011100
Octal 102 112 134

Shades and tints

Shades of #424A5C

#424A5C
(66,74,92)
#3C4454
(60,68,84)
#363E4C
(54,62,76)
#303844
(48,56,68)
#2A323C
(42,50,60)
#242C34
(36,44,52)
#1E262C
(30,38,44)
#182024
(24,32,36)
#121A1C
(18,26,28)
#0C1414
(12,20,20)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #424A5C

#424A5C
(66,74,92)
#535A6A
(83,90,106)
#646A78
(100,106,120)
#757A86
(117,122,134)
#868A94
(134,138,148)
#979AA2
(151,154,162)
#A8AAB0
(168,170,176)
#B9BABE
(185,186,190)
#CACACC
(202,202,204)
#DBDADA
(219,218,218)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424A5C color. Also use rgb(66,74,92) instead hex code.

Text Font Color

.myTextColor { color: #424A5C; }

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

This text font color is #424A5C.

Background Color

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

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

This div background color is #424A5C.

Border color

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

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

This div border color is #424A5C.

Opacity

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

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

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

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

This text has shadow with #424A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424A5C.

Preview

Color preview on black background

This text has color #424A5C on black background.


Color preview on white background

This text has color #424A5C on white background.


Black color preview on #424A5C background

This text has black color on #424A5C background.


White color preview on #424A5C background

This text has white color on #424A5C background.


Related colors

Complementary color

Complementary color for #hex is #BDB5A3.


I love getcolorcode.com

Triadic colors

1 #5C424A and #4A5C42 with #424A5C are triadic colors.

2 #5C4A42 and #4A425C with #424A5C are triadic colors.