COLOR #424166

HEX: #424166
RGB: (66,65,102)

Color info

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

RGB color model

#424166 color RGB value is (66,65,102).

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

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 102 of 255 = 40%

66
65
102

R + G + B ~ 30%. #424166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 102 = 233 (100%)
R 66 of 233 ~ 28.33%
G 65 of 233 ~ 27.9%
B 102 of 233 ~ 43.78%

%28.33
%27.9
%43.78

CMYK color model

#424166 color CMYK value is (35,36,0,60).

  • cyan value is 35.29%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(35,36,0,60)
C35M36Y0K60 
(35%,36%,0%,60%)
(0.35/0.36/0.00/0.60)	

CMYK percentages

%35.29
%36.27
%0
%60

Codes

Color #424166 in popluar color models

424166
RGB6665102
HSL242°22.16%32.75%
HSB/HSV242°36.27%40.00%
CMYK35.29%36.27%0.00%
60.00%

Color #424166 in popluar number systems.

HEX424166
Decimal6665102
Binary100001010000011100110
Octal102101146

Shades and tints

Shades of #424166

#424166
(66,65,102)
#3C3C5D
(60,60,93)
#363754
(54,55,84)
#30324B
(48,50,75)
#2A2D42
(42,45,66)
#242839
(36,40,57)
#1E2330
(30,35,48)
#181E27
(24,30,39)
#12191E
(18,25,30)
#0C1415
(12,20,21)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #424166

#424166
(66,65,102)
#535273
(83,82,115)
#646380
(100,99,128)
#75748D
(117,116,141)
#86859A
(134,133,154)
#9796A7
(151,150,167)
#A8A7B4
(168,167,180)
#B9B8C1
(185,184,193)
#CAC9CE
(202,201,206)
#DBDADB
(219,218,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424166; }

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

This text font color is #424166.


Background Color

.myBgColor { background-color: #424166; }

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

This div background color is #424166.


Border color

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

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

This div border color is #424166.


Opacity

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

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

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

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

This text has shadow with #424166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424166 on black background.


Color preview on white background

This text has color #424166 on white background.



Black color preview on #424166 background

This text has black color on #424166 background.


White color preview on #424166 background

This text has white color on #424166 background.