COLOR #424A5F

HEX: #424A5F RGB: (66,74,95)

Color info

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

RGB color model

#424A5F color RGB value is (66,74,95).

RGB: (66,74,95) (26%, 29%, 37%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 95 of 255 = 37%

66
74
95

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

Portions of RGB colors in percentages

R + G + B = 66 + 74 + 95 = 235 (100%)
R 66 of 235 ~ 28.09%
G 74 of 235 ~ 31.49%
B 95 of 235 ~ 40.43'%

%28.09
%31.49
%40.43

CMYK color model

#424A5F color CMYK value is (31,22,0,63).

  • cyan value is 30.53%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (31,22,0,63)
C31M22Y0K63 (31%, 22%, 0%, 63%)
(0.31 / 0.22 / 0.00 / 0.63)

CMYK percentages

%30.53
%22.11
%0
%62.75

Codes

Color #424A5F in popluar color models

42 4A 5F
RGB 66 74 95
HSL 223° 18.01% 31.57%
HSB/HSV 223° 30.53% 37.25%
CMYK 30.53% 22.11% 0.00%
62.75%

Color #424A5F in popluar number systems.

HEX 42 4A 5F
Decimal 66 74 95
Binary 1000010 1001010 1011111
Octal 102 112 137

Shades and tints

Shades of #424A5F

#424A5F
(66,74,95)
#3C4457
(60,68,87)
#363E4F
(54,62,79)
#303847
(48,56,71)
#2A323F
(42,50,63)
#242C37
(36,44,55)
#1E262F
(30,38,47)
#182027
(24,32,39)
#121A1F
(18,26,31)
#0C1417
(12,20,23)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #424A5F

#424A5F
(66,74,95)
#535A6D
(83,90,109)
#646A7B
(100,106,123)
#757A89
(117,122,137)
#868A97
(134,138,151)
#979AA5
(151,154,165)
#A8AAB3
(168,170,179)
#B9BAC1
(185,186,193)
#CACACF
(202,202,207)
#DBDADD
(219,218,221)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A5F; }

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

This text font color is #424A5F.

Background Color

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

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

This div background color is #424A5F.

Border color

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

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

This div border color is #424A5F.

Opacity

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

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

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

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

This text has shadow with #424A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424A5F.

Preview

Color preview on black background

This text has color #424A5F on black background.


Color preview on white background

This text has color #424A5F on white background.


Black color preview on #424A5F background

This text has black color on #424A5F background.


White color preview on #424A5F background

This text has white color on #424A5F background.


Related colors

Complementary color

Complementary color for #hex is #BDB5A0.


I love getcolorcode.com

Triadic colors

1 #5F424A and #4A5F42 with #424A5F are triadic colors.

2 #5F4A42 and #4A425F with #424A5F are triadic colors.