COLOR #424850

HEX: #424850
RGB: (66,72,80)

Color info

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

RGB color model

#424850 color RGB value is (66,72,80).

  • red value is 66;
  • green value is 72;
  • blue value is 80.
RGB:
(66,72,80)
(26%,28%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 80 of 255 = 31%

66
72
80

R + G + B ~ 28%. #424850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 80 = 218 (100%)
R 66 of 218 ~ 30.28%
G 72 of 218 ~ 33.03%
B 80 of 218 ~ 36.7%

%30.28
%33.03
%36.7

CMYK color model

#424850 color CMYK value is (18,10,0,69).

  • cyan value is 17.50%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(18,10,0,69)
C18M10Y0K69 
(18%,10%,0%,69%)
(0.18/0.10/0.00/0.69)	

CMYK percentages

%17.5
%10
%0
%68.63

Codes

Color #424850 in popluar color models

424850
RGB667280
HSL214°9.59%28.63%
HSB/HSV214°17.50%31.37%
CMYK17.50%10.00%0.00%
68.63%

Color #424850 in popluar number systems.

HEX424850
Decimal667280
Binary100001010010001010000
Octal102110120

Shades and tints

Shades of #424850

#424850
(66,72,80)
#3C4249
(60,66,73)
#363C42
(54,60,66)
#30363B
(48,54,59)
#2A3034
(42,48,52)
#242A2D
(36,42,45)
#1E2426
(30,36,38)
#181E1F
(24,30,31)
#121818
(18,24,24)
#0C1211
(12,18,17)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #424850

#424850
(66,72,80)
#53585F
(83,88,95)
#64686E
(100,104,110)
#75787D
(117,120,125)
#86888C
(134,136,140)
#97989B
(151,152,155)
#A8A8AA
(168,168,170)
#B9B8B9
(185,184,185)
#CAC8C8
(202,200,200)
#DBD8D7
(219,216,215)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424850 color. Also use rgb(66,72,80) instead hex code.

Text Font Color

.myTextColor { color: #424850; }

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

This text font color is #424850.


Background Color

.myBgColor { background-color: #424850; }

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

This div background color is #424850.


Border color

.myBorderColor { border: 1px solid #424850; }

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

This div border color is #424850.


Opacity

.myOpacity80 { color: #424850; opacity: 0.8; }

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

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

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

This text has shadow with #424850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424850 on black background.


Color preview on white background

This text has color #424850 on white background.



Black color preview on #424850 background

This text has black color on #424850 background.


White color preview on #424850 background

This text has white color on #424850 background.