COLOR #424C6D

HEX: #424C6D RGB: (66,76,109)

Color info

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

RGB color model

#424C6D color RGB value is (66,76,109).

RGB: (66,76,109) (26%, 30%, 43%)

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 109 of 255 = 43%

66
76
109

R + G + B ~ 33%. #424C6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 76 + 109 = 251 (100%)
R 66 of 251 ~ 26.29%
G 76 of 251 ~ 30.28%
B 109 of 251 ~ 43.43'%

%26.29
%30.28
%43.43

CMYK color model

#424C6D color CMYK value is (39,30,0,57).

  • cyan value is 39.45%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (39,30,0,57)
C39M30Y0K57 (39%, 30%, 0%, 57%)
(0.39 / 0.30 / 0.00 / 0.57)

CMYK percentages

%39.45
%30.28
%0
%57.25

Codes

Color #424C6D in popluar color models

42 4C 6D
RGB 66 76 109
HSL 226° 24.57% 34.31%
HSB/HSV 226° 39.45% 42.75%
CMYK 39.45% 30.28% 0.00%
57.25%

Color #424C6D in popluar number systems.

HEX 42 4C 6D
Decimal 66 76 109
Binary 1000010 1001100 1101101
Octal 102 114 155

Shades and tints

Shades of #424C6D

#424C6D
(66,76,109)
#3C4664
(60,70,100)
#36405B
(54,64,91)
#303A52
(48,58,82)
#2A3449
(42,52,73)
#242E40
(36,46,64)
#1E2837
(30,40,55)
#18222E
(24,34,46)
#121C25
(18,28,37)
#0C161C
(12,22,28)
#061013
(6,16,19)
#000000
(0,0,0)

Tints of #424C6D

#424C6D
(66,76,109)
#535C7A
(83,92,122)
#646C87
(100,108,135)
#757C94
(117,124,148)
#868CA1
(134,140,161)
#979CAE
(151,156,174)
#A8ACBB
(168,172,187)
#B9BCC8
(185,188,200)
#CACCD5
(202,204,213)
#DBDCE2
(219,220,226)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C6D; }

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

This text font color is #424C6D.

Background Color

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

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

This div background color is #424C6D.

Border color

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

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

This div border color is #424C6D.

Opacity

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

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

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

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

This text has shadow with #424C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424C6D.

Preview

Color preview on black background

This text has color #424C6D on black background.


Color preview on white background

This text has color #424C6D on white background.


Black color preview on #424C6D background

This text has black color on #424C6D background.


White color preview on #424C6D background

This text has white color on #424C6D background.


Related colors

Complementary color

Complementary color for #hex is #BDB392.


I love getcolorcode.com

Triadic colors

1 #6D424C and #4C6D42 with #424C6D are triadic colors.

2 #6D4C42 and #4C426D with #424C6D are triadic colors.