COLOR #424D6A

HEX: #424D6A
RGB: (66,77,106)

Color info

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

RGB color model

#424D6A color RGB value is (66,77,106).

  • red value is 66;
  • green value is 77;
  • blue value is 106.
RGB:
(66,77,106)
(26%,30%,42%)

RGB channels and saturation

R 66 of 255 = 26%
G 77 of 255 = 30%
B 106 of 255 = 42%

66
77
106

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

Portions of RGB colors in percentages

R + G + B =
66 + 77 + 106 = 249 (100%)
R 66 of 249 ~ 26.51%
G 77 of 249 ~ 30.92%
B 106 of 249 ~ 42.57%

%26.51
%30.92
%42.57

CMYK color model

#424D6A color CMYK value is (38,27,0,58).

  • cyan value is 37.74%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(38,27,0,58)
C38M27Y0K58 
(38%,27%,0%,58%)
(0.38/0.27/0.00/0.58)	

CMYK percentages

%37.74
%27.36
%0
%58.43

Codes

Color #424D6A in popluar color models

424D6A
RGB6677106
HSL224°23.26%33.73%
HSB/HSV224°37.74%41.57%
CMYK37.74%27.36%0.00%
58.43%

Color #424D6A in popluar number systems.

HEX424D6A
Decimal6677106
Binary100001010011011101010
Octal102115152

Shades and tints

Shades of #424D6A

#424D6A
(66,77,106)
#3C4661
(60,70,97)
#363F58
(54,63,88)
#30384F
(48,56,79)
#2A3146
(42,49,70)
#242A3D
(36,42,61)
#1E2334
(30,35,52)
#181C2B
(24,28,43)
#121522
(18,21,34)
#0C0E19
(12,14,25)
#060710
(6,7,16)
#000000
(0,0,0)

Tints of #424D6A

#424D6A
(66,77,106)
#535D77
(83,93,119)
#646D84
(100,109,132)
#757D91
(117,125,145)
#868D9E
(134,141,158)
#979DAB
(151,157,171)
#A8ADB8
(168,173,184)
#B9BDC5
(185,189,197)
#CACDD2
(202,205,210)
#DBDDDF
(219,221,223)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424D6A color. Also use rgb(66,77,106) instead hex code.

Text Font Color

.myTextColor { color: #424D6A; }

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

This text font color is #424D6A.


Background Color

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

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

This div background color is #424D6A.


Border color

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

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

This div border color is #424D6A.


Opacity

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

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

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

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

This text has shadow with #424D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424D6A on black background.


Color preview on white background

This text has color #424D6A on white background.



Black color preview on #424D6A background

This text has black color on #424D6A background.


White color preview on #424D6A background

This text has white color on #424D6A background.