COLOR #424857

HEX: #424857
RGB: (66,72,87)

Color info

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

RGB color model

#424857 color RGB value is (66,72,87).

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

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 87 of 255 = 34%

66
72
87

R + G + B ~ 29%. #424857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 87 = 225 (100%)
R 66 of 225 ~ 29.33%
G 72 of 225 ~ 32%
B 87 of 225 ~ 38.67%

%29.33
%32
%38.67

CMYK color model

#424857 color CMYK value is (24,17,0,66).

  • cyan value is 24.14%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(24,17,0,66)
C24M17Y0K66 
(24%,17%,0%,66%)
(0.24/0.17/0.00/0.66)	

CMYK percentages

%24.14
%17.24
%0
%65.88

Codes

Color #424857 in popluar color models

424857
RGB667287
HSL223°13.73%30.00%
HSB/HSV223°24.14%34.12%
CMYK24.14%17.24%0.00%
65.88%

Color #424857 in popluar number systems.

HEX424857
Decimal667287
Binary100001010010001010111
Octal102110127

Shades and tints

Shades of #424857

#424857
(66,72,87)
#3C4250
(60,66,80)
#363C49
(54,60,73)
#303642
(48,54,66)
#2A303B
(42,48,59)
#242A34
(36,42,52)
#1E242D
(30,36,45)
#181E26
(24,30,38)
#12181F
(18,24,31)
#0C1218
(12,18,24)
#060C11
(6,12,17)
#000000
(0,0,0)

Tints of #424857

#424857
(66,72,87)
#535866
(83,88,102)
#646875
(100,104,117)
#757884
(117,120,132)
#868893
(134,136,147)
#9798A2
(151,152,162)
#A8A8B1
(168,168,177)
#B9B8C0
(185,184,192)
#CAC8CF
(202,200,207)
#DBD8DE
(219,216,222)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424857; }

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

This text font color is #424857.


Background Color

.myBgColor { background-color: #424857; }

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

This div background color is #424857.


Border color

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

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

This div border color is #424857.


Opacity

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

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

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

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

This text has shadow with #424857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424857 on black background.


Color preview on white background

This text has color #424857 on white background.



Black color preview on #424857 background

This text has black color on #424857 background.


White color preview on #424857 background

This text has white color on #424857 background.