COLOR #424170

HEX: #424170
RGB: (66,65,112)

Color info

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

RGB color model

#424170 color RGB value is (66,65,112).

  • red value is 66;
  • green value is 65;
  • blue value is 112.
RGB:
(66,65,112)
(26%,25%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 112 of 255 = 44%

66
65
112

R + G + B ~ 32%. #424170 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 112 = 243 (100%)
R 66 of 243 ~ 27.16%
G 65 of 243 ~ 26.75%
B 112 of 243 ~ 46.09%

%27.16
%26.75
%46.09

CMYK color model

#424170 color CMYK value is (41,42,0,56).

  • cyan value is 41.07%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,42,0,56)
C41M42Y0K56 
(41%,42%,0%,56%)
(0.41/0.42/0.00/0.56)	

CMYK percentages

%41.07
%41.96
%0
%56.08

Codes

Color #424170 in popluar color models

424170
RGB6665112
HSL241°26.55%34.71%
HSB/HSV241°41.96%43.92%
CMYK41.07%41.96%0.00%
56.08%

Color #424170 in popluar number systems.

HEX424170
Decimal6665112
Binary100001010000011110000
Octal102101160

Shades and tints

Shades of #424170

#424170
(66,65,112)
#3C3C66
(60,60,102)
#36375C
(54,55,92)
#303252
(48,50,82)
#2A2D48
(42,45,72)
#24283E
(36,40,62)
#1E2334
(30,35,52)
#181E2A
(24,30,42)
#121920
(18,25,32)
#0C1416
(12,20,22)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #424170

#424170
(66,65,112)
#53527D
(83,82,125)
#64638A
(100,99,138)
#757497
(117,116,151)
#8685A4
(134,133,164)
#9796B1
(151,150,177)
#A8A7BE
(168,167,190)
#B9B8CB
(185,184,203)
#CAC9D8
(202,201,216)
#DBDAE5
(219,218,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424170; }

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

This text font color is #424170.


Background Color

.myBgColor { background-color: #424170; }

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

This div background color is #424170.


Border color

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

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

This div border color is #424170.


Opacity

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

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

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

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

This text has shadow with #424170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424170 on black background.


Color preview on white background

This text has color #424170 on white background.



Black color preview on #424170 background

This text has black color on #424170 background.


White color preview on #424170 background

This text has white color on #424170 background.