COLOR #424E65

HEX: #424E65
RGB: (66,78,101)

Color info

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

RGB color model

#424E65 color RGB value is (66,78,101).

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

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 101 of 255 = 40%

66
78
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 78 + 101 = 245 (100%)
R 66 of 245 ~ 26.94%
G 78 of 245 ~ 31.84%
B 101 of 245 ~ 41.22%

%26.94
%31.84
%41.22

CMYK color model

#424E65 color CMYK value is (35,23,0,60).

  • cyan value is 34.65%
  • magenta value is 22.77%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(35,23,0,60)
C35M23Y0K60 
(35%,23%,0%,60%)
(0.35/0.23/0.00/0.60)	

CMYK percentages

%34.65
%22.77
%0
%60.39

Codes

Color #424E65 in popluar color models

424E65
RGB6678101
HSL219°20.96%32.75%
HSB/HSV219°34.65%39.61%
CMYK34.65%22.77%0.00%
60.39%

Color #424E65 in popluar number systems.

HEX424E65
Decimal6678101
Binary100001010011101100101
Octal102116145

Shades and tints

Shades of #424E65

#424E65
(66,78,101)
#3C475C
(60,71,92)
#364053
(54,64,83)
#30394A
(48,57,74)
#2A3241
(42,50,65)
#242B38
(36,43,56)
#1E242F
(30,36,47)
#181D26
(24,29,38)
#12161D
(18,22,29)
#0C0F14
(12,15,20)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #424E65

#424E65
(66,78,101)
#535E73
(83,94,115)
#646E81
(100,110,129)
#757E8F
(117,126,143)
#868E9D
(134,142,157)
#979EAB
(151,158,171)
#A8AEB9
(168,174,185)
#B9BEC7
(185,190,199)
#CACED5
(202,206,213)
#DBDEE3
(219,222,227)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424E65; }

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

This text font color is #424E65.


Background Color

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

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

This div background color is #424E65.


Border color

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

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

This div border color is #424E65.


Opacity

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

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

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

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

This text has shadow with #424E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E65 on black background.


Color preview on white background

This text has color #424E65 on white background.



Black color preview on #424E65 background

This text has black color on #424E65 background.


White color preview on #424E65 background

This text has white color on #424E65 background.