COLOR #424E51

HEX: #424E51
RGB: (66,78,81)

Color info

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

RGB color model

#424E51 color RGB value is (66,78,81).

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

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 81 of 255 = 32%

66
78
81

R + G + B ~ 30%. #424E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 78 + 81 = 225 (100%)
R 66 of 225 ~ 29.33%
G 78 of 225 ~ 34.67%
B 81 of 225 ~ 36%

%29.33
%34.67
%36

CMYK color model

#424E51 color CMYK value is (19,4,0,68).

  • cyan value is 18.52%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(19,4,0,68)
C19M4Y0K68 
(19%,4%,0%,68%)
(0.19/0.04/0.00/0.68)	

CMYK percentages

%18.52
%3.7
%0
%68.24

Codes

Color #424E51 in popluar color models

424E51
RGB667881
HSL192°10.20%28.82%
HSB/HSV192°18.52%31.76%
CMYK18.52%3.70%0.00%
68.24%

Color #424E51 in popluar number systems.

HEX424E51
Decimal667881
Binary100001010011101010001
Octal102116121

Shades and tints

Shades of #424E51

#424E51
(66,78,81)
#3C474A
(60,71,74)
#364043
(54,64,67)
#30393C
(48,57,60)
#2A3235
(42,50,53)
#242B2E
(36,43,46)
#1E2427
(30,36,39)
#181D20
(24,29,32)
#121619
(18,22,25)
#0C0F12
(12,15,18)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #424E51

#424E51
(66,78,81)
#535E60
(83,94,96)
#646E6F
(100,110,111)
#757E7E
(117,126,126)
#868E8D
(134,142,141)
#979E9C
(151,158,156)
#A8AEAB
(168,174,171)
#B9BEBA
(185,190,186)
#CACEC9
(202,206,201)
#DBDED8
(219,222,216)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424E51; }

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

This text font color is #424E51.


Background Color

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

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

This div background color is #424E51.


Border color

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

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

This div border color is #424E51.


Opacity

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

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

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

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

This text has shadow with #424E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E51 on black background.


Color preview on white background

This text has color #424E51 on white background.



Black color preview on #424E51 background

This text has black color on #424E51 background.


White color preview on #424E51 background

This text has white color on #424E51 background.