COLOR #424C5A

HEX: #424C5A RGB: (66,76,90)

Color info

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

RGB color model

#424C5A color RGB value is (66,76,90).

RGB: (66,76,90) (26%, 30%, 35%)

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 90 of 255 = 35%

66
76
90

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

Portions of RGB colors in percentages

R + G + B = 66 + 76 + 90 = 232 (100%)
R 66 of 232 ~ 28.45%
G 76 of 232 ~ 32.76%
B 90 of 232 ~ 38.79'%

%28.45
%32.76
%38.79

CMYK color model

#424C5A color CMYK value is (27,16,0,65).

  • cyan value is 26.67%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (27,16,0,65)
C27M16Y0K65 (27%, 16%, 0%, 65%)
(0.27 / 0.16 / 0.00 / 0.65)

CMYK percentages

%26.67
%15.56
%0
%64.71

Codes

Color #424C5A in popluar color models

42 4C 5A
RGB 66 76 90
HSL 215° 15.38% 30.59%
HSB/HSV 215° 26.67% 35.29%
CMYK 26.67% 15.56% 0.00%
64.71%

Color #424C5A in popluar number systems.

HEX 42 4C 5A
Decimal 66 76 90
Binary 1000010 1001100 1011010
Octal 102 114 132

Shades and tints

Shades of #424C5A

#424C5A
(66,76,90)
#3C4652
(60,70,82)
#36404A
(54,64,74)
#303A42
(48,58,66)
#2A343A
(42,52,58)
#242E32
(36,46,50)
#1E282A
(30,40,42)
#182222
(24,34,34)
#121C1A
(18,28,26)
#0C1612
(12,22,18)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #424C5A

#424C5A
(66,76,90)
#535C69
(83,92,105)
#646C78
(100,108,120)
#757C87
(117,124,135)
#868C96
(134,140,150)
#979CA5
(151,156,165)
#A8ACB4
(168,172,180)
#B9BCC3
(185,188,195)
#CACCD2
(202,204,210)
#DBDCE1
(219,220,225)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C5A; }

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

This text font color is #424C5A.

Background Color

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

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

This div background color is #424C5A.

Border color

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

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

This div border color is #424C5A.

Opacity

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

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

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

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

This text has shadow with #424C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424C5A.

Preview

Color preview on black background

This text has color #424C5A on black background.


Color preview on white background

This text has color #424C5A on white background.


Black color preview on #424C5A background

This text has black color on #424C5A background.


White color preview on #424C5A background

This text has white color on #424C5A background.


Related colors

Complementary color

Complementary color for #hex is #BDB3A5.


I love getcolorcode.com

Triadic colors

1 #5A424C and #4C5A42 with #424C5A are triadic colors.

2 #5A4C42 and #4C425A with #424C5A are triadic colors.