COLOR #424E64

HEX: #424E64
RGB: (66,78,100)

Color info

#424E64 contains red, green and blue colors in about the same proportion. Web safe color of #424E64 is #336666 (or #366).

RGB color model

#424E64 color RGB value is (66,78,100).

  • red value is 66;
  • green value is 78;
  • blue value is 100.
RGB:
(66,78,100)
(26%,31%,39%)

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 100 of 255 = 39%

66
78
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 78 + 100 = 244 (100%)
R 66 of 244 ~ 27.05%
G 78 of 244 ~ 31.97%
B 100 of 244 ~ 40.98%

%27.05
%31.97
%40.98

CMYK color model

#424E64 color CMYK value is (34,22,0,61).

  • cyan value is 34.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(34,22,0,61)
C34M22Y0K61 
(34%,22%,0%,61%)
(0.34/0.22/0.00/0.61)	

CMYK percentages

%34
%22
%0
%60.78

Codes

Color #424E64 in popluar color models

424E64
RGB6678100
HSL219°20.48%32.55%
HSB/HSV219°34.00%39.22%
CMYK34.00%22.00%0.00%
60.78%

Color #424E64 in popluar number systems.

HEX424E64
Decimal6678100
Binary100001010011101100100
Octal102116144

Shades and tints

Shades of #424E64

#424E64
(66,78,100)
#3C475B
(60,71,91)
#364052
(54,64,82)
#303949
(48,57,73)
#2A3240
(42,50,64)
#242B37
(36,43,55)
#1E242E
(30,36,46)
#181D25
(24,29,37)
#12161C
(18,22,28)
#0C0F13
(12,15,19)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #424E64

#424E64
(66,78,100)
#535E72
(83,94,114)
#646E80
(100,110,128)
#757E8E
(117,126,142)
#868E9C
(134,142,156)
#979EAA
(151,158,170)
#A8AEB8
(168,174,184)
#B9BEC6
(185,190,198)
#CACED4
(202,206,212)
#DBDEE2
(219,222,226)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424E64 color. Also use rgb(66,78,100) instead hex code.

Text Font Color

.myTextColor { color: #424E64; }

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

This text font color is #424E64.


Background Color

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

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

This div background color is #424E64.


Border color

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

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

This div border color is #424E64.


Opacity

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

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

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

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

This text has shadow with #424E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E64 on black background.


Color preview on white background

This text has color #424E64 on white background.



Black color preview on #424E64 background

This text has black color on #424E64 background.


White color preview on #424E64 background

This text has white color on #424E64 background.