COLOR #424D66

HEX: #424D66
RGB: (66,77,102)

Color info

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

RGB color model

#424D66 color RGB value is (66,77,102).

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

RGB channels and saturation

R 66 of 255 = 26%
G 77 of 255 = 30%
B 102 of 255 = 40%

66
77
102

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

Portions of RGB colors in percentages

R + G + B =
66 + 77 + 102 = 245 (100%)
R 66 of 245 ~ 26.94%
G 77 of 245 ~ 31.43%
B 102 of 245 ~ 41.63%

%26.94
%31.43
%41.63

CMYK color model

#424D66 color CMYK value is (35,25,0,60).

  • cyan value is 35.29%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(35,25,0,60)
C35M25Y0K60 
(35%,25%,0%,60%)
(0.35/0.25/0.00/0.60)	

CMYK percentages

%35.29
%24.51
%0
%60

Codes

Color #424D66 in popluar color models

424D66
RGB6677102
HSL222°21.43%32.94%
HSB/HSV222°35.29%40.00%
CMYK35.29%24.51%0.00%
60.00%

Color #424D66 in popluar number systems.

HEX424D66
Decimal6677102
Binary100001010011011100110
Octal102115146

Shades and tints

Shades of #424D66

#424D66
(66,77,102)
#3C465D
(60,70,93)
#363F54
(54,63,84)
#30384B
(48,56,75)
#2A3142
(42,49,66)
#242A39
(36,42,57)
#1E2330
(30,35,48)
#181C27
(24,28,39)
#12151E
(18,21,30)
#0C0E15
(12,14,21)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #424D66

#424D66
(66,77,102)
#535D73
(83,93,115)
#646D80
(100,109,128)
#757D8D
(117,125,141)
#868D9A
(134,141,154)
#979DA7
(151,157,167)
#A8ADB4
(168,173,180)
#B9BDC1
(185,189,193)
#CACDCE
(202,205,206)
#DBDDDB
(219,221,219)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424D66; }

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

This text font color is #424D66.


Background Color

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

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

This div background color is #424D66.


Border color

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

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

This div border color is #424D66.


Opacity

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

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

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

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

This text has shadow with #424D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424D66 on black background.


Color preview on white background

This text has color #424D66 on white background.



Black color preview on #424D66 background

This text has black color on #424D66 background.


White color preview on #424D66 background

This text has white color on #424D66 background.