COLOR #424555

HEX: #424555 RGB: (66,69,85)

Color info

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

RGB color model

#424555 color RGB value is (66,69,85).

RGB: (66,69,85) (26%, 27%, 33%)

RGB channels and saturation

R 66 of 255 = 26%
G 69 of 255 = 27%
B 85 of 255 = 33%

66
69
85

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

Portions of RGB colors in percentages

R + G + B = 66 + 69 + 85 = 220 (100%)
R 66 of 220 ~ 30%
G 69 of 220 ~ 31.36%
B 85 of 220 ~ 38.64'%

%30
%31.36
%38.64

CMYK color model

#424555 color CMYK value is (22,19,0,67).

  • cyan value is 22.35%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (22,19,0,67)
C22M19Y0K67 (22%, 19%, 0%, 67%)
(0.22 / 0.19 / 0.00 / 0.67)

CMYK percentages

%22.35
%18.82
%0
%66.67

Codes

Color #424555 in popluar color models

42 45 55
RGB 66 69 85
HSL 231° 12.58% 29.61%
HSB/HSV 231° 22.35% 33.33%
CMYK 22.35% 18.82% 0.00%
66.67%

Color #424555 in popluar number systems.

HEX 42 45 55
Decimal 66 69 85
Binary 1000010 1000101 1010101
Octal 102 105 125

Shades and tints

Shades of #424555

#424555
(66,69,85)
#3C3F4E
(60,63,78)
#363947
(54,57,71)
#303340
(48,51,64)
#2A2D39
(42,45,57)
#242732
(36,39,50)
#1E212B
(30,33,43)
#181B24
(24,27,36)
#12151D
(18,21,29)
#0C0F16
(12,15,22)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #424555

#424555
(66,69,85)
#535564
(83,85,100)
#646573
(100,101,115)
#757582
(117,117,130)
#868591
(134,133,145)
#9795A0
(151,149,160)
#A8A5AF
(168,165,175)
#B9B5BE
(185,181,190)
#CAC5CD
(202,197,205)
#DBD5DC
(219,213,220)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424555 color. Also use rgb(66,69,85) instead hex code.

Text Font Color

.myTextColor { color: #424555; }

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

This text font color is #424555.

Background Color

.myBgColor { background-color: #424555; }

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

This div background color is #424555.

Border color

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

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

This div border color is #424555.

Opacity

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

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

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

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

This text has shadow with #424555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424555.

Preview

Color preview on black background

This text has color #424555 on black background.


Color preview on white background

This text has color #424555 on white background.


Black color preview on #424555 background

This text has black color on #424555 background.


White color preview on #424555 background

This text has white color on #424555 background.


Related colors

Complementary color

Complementary color for #hex is #BDBAAA.


I love getcolorcode.com

Triadic colors

1 #554245 and #455542 with #424555 are triadic colors.

2 #554542 and #454255 with #424555 are triadic colors.