COLOR #424156

HEX: #424156 RGB: (66,65,86)

Color info

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

RGB color model

#424156 color RGB value is (66,65,86).

RGB: (66,65,86) (26%, 25%, 34%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 86 of 255 = 34%

66
65
86

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

Portions of RGB colors in percentages

R + G + B = 66 + 65 + 86 = 217 (100%)
R 66 of 217 ~ 30.41%
G 65 of 217 ~ 29.95%
B 86 of 217 ~ 39.63'%

%30.41
%29.95
%39.63

CMYK color model

#424156 color CMYK value is (23,24,0,66).

  • cyan value is 23.26%
  • magenta value is 24.42%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK: (23,24,0,66) C23M24Y0K66 (23%,24%,0%,66%) (0.23/0.24/0.00/0.66) 

CMYK percentages

%23.26
%24.42
%0
%66.27

Codes

Color #424156 in popluar color models
42 41 56
RGB 66 65 86
HSL 243° 13.91% 29.61%
HSB/HSV 243° 24.42% 33.73%
CMYK 23.26% 24.42% 0.00%
66.27%
Color #424156 in popluar number systems.
HEX 42 41 56
Decimal 66 65 86
Binary 1000010 1000001 1010110
Octal 102 101 126

Shades and tints

Shades of #424156

#424156
(66,65,86)
#3C3C4F
(60,60,79)
#363748
(54,55,72)
#303241
(48,50,65)
#2A2D3A
(42,45,58)
#242833
(36,40,51)
#1E232C
(30,35,44)
#181E25
(24,30,37)
#12191E
(18,25,30)
#0C1417
(12,20,23)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #424156

#424156
(66,65,86)
#535265
(83,82,101)
#646374
(100,99,116)
#757483
(117,116,131)
#868592
(134,133,146)
#9796A1
(151,150,161)
#A8A7B0
(168,167,176)
#B9B8BF
(185,184,191)
#CAC9CE
(202,201,206)
#DBDADD
(219,218,221)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424156 color. Also use rgb(66,65,86) instead hex code.

Text Font Color

.myTextColor { color: #424156; }

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

This text font color is #424156.


Background Color

.myBgColor { background-color: #424156; }

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

This div background color is #424156.


Border color

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

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

This div border color is #424156.


Opacity

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

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

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

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

This text has shadow with #424156 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #424156 on black background.


Color preview on white background

This text has color #424156 on white background.



Black color preview on #424156 background

This text has black color on #424156 background.


White color preview on #424156 background

This text has white color on #424156 background.