COLOR #424A68

HEX: #424A68
RGB: (66,74,104)

Color info

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

RGB color model

#424A68 color RGB value is (66,74,104).

  • red value is 66;
  • green value is 74;
  • blue value is 104.
RGB:
(66,74,104)
(26%,29%,41%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 104 of 255 = 41%

66
74
104

R + G + B ~ 32%. #424A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 74 + 104 = 244 (100%)
R 66 of 244 ~ 27.05%
G 74 of 244 ~ 30.33%
B 104 of 244 ~ 42.62%

%27.05
%30.33
%42.62

CMYK color model

#424A68 color CMYK value is (37,29,0,59).

  • cyan value is 36.54%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(37,29,0,59)
C37M29Y0K59 
(37%,29%,0%,59%)
(0.37/0.29/0.00/0.59)	

CMYK percentages

%36.54
%28.85
%0
%59.22

Codes

Color #424A68 in popluar color models

424A68
RGB6674104
HSL227°22.35%33.33%
HSB/HSV227°36.54%40.78%
CMYK36.54%28.85%0.00%
59.22%

Color #424A68 in popluar number systems.

HEX424A68
Decimal6674104
Binary100001010010101101000
Octal102112150

Shades and tints

Shades of #424A68

#424A68
(66,74,104)
#3C445F
(60,68,95)
#363E56
(54,62,86)
#30384D
(48,56,77)
#2A3244
(42,50,68)
#242C3B
(36,44,59)
#1E2632
(30,38,50)
#182029
(24,32,41)
#121A20
(18,26,32)
#0C1417
(12,20,23)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #424A68

#424A68
(66,74,104)
#535A75
(83,90,117)
#646A82
(100,106,130)
#757A8F
(117,122,143)
#868A9C
(134,138,156)
#979AA9
(151,154,169)
#A8AAB6
(168,170,182)
#B9BAC3
(185,186,195)
#CACAD0
(202,202,208)
#DBDADD
(219,218,221)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A68; }

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

This text font color is #424A68.


Background Color

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

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

This div background color is #424A68.


Border color

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

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

This div border color is #424A68.


Opacity

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

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

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

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

This text has shadow with #424A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A68 on black background.


Color preview on white background

This text has color #424A68 on white background.



Black color preview on #424A68 background

This text has black color on #424A68 background.


White color preview on #424A68 background

This text has white color on #424A68 background.