COLOR #424657

HEX: #424657
RGB: (66,70,87)

Color info

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

RGB color model

#424657 color RGB value is (66,70,87).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 87 of 255 = 34%

66
70
87

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

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 87 = 223 (100%)
R 66 of 223 ~ 29.6%
G 70 of 223 ~ 31.39%
B 87 of 223 ~ 39.01%

%29.6
%31.39
%39.01

CMYK color model

#424657 color CMYK value is (24,20,0,66).

  • cyan value is 24.14%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(24,20,0,66)
C24M20Y0K66 
(24%,20%,0%,66%)
(0.24/0.20/0.00/0.66)	

CMYK percentages

%24.14
%19.54
%0
%65.88

Codes

Color #424657 in popluar color models

424657
RGB667087
HSL229°13.73%30.00%
HSB/HSV229°24.14%34.12%
CMYK24.14%19.54%0.00%
65.88%

Color #424657 in popluar number systems.

HEX424657
Decimal667087
Binary100001010001101010111
Octal102106127

Shades and tints

Shades of #424657

#424657
(66,70,87)
#3C4050
(60,64,80)
#363A49
(54,58,73)
#303442
(48,52,66)
#2A2E3B
(42,46,59)
#242834
(36,40,52)
#1E222D
(30,34,45)
#181C26
(24,28,38)
#12161F
(18,22,31)
#0C1018
(12,16,24)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #424657

#424657
(66,70,87)
#535666
(83,86,102)
#646675
(100,102,117)
#757684
(117,118,132)
#868693
(134,134,147)
#9796A2
(151,150,162)
#A8A6B1
(168,166,177)
#B9B6C0
(185,182,192)
#CAC6CF
(202,198,207)
#DBD6DE
(219,214,222)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424657; }

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

This text font color is #424657.


Background Color

.myBgColor { background-color: #424657; }

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

This div background color is #424657.


Border color

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

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

This div border color is #424657.


Opacity

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

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

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

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

This text has shadow with #424657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424657 on black background.


Color preview on white background

This text has color #424657 on white background.



Black color preview on #424657 background

This text has black color on #424657 background.


White color preview on #424657 background

This text has white color on #424657 background.