COLOR #424084

HEX: #424084
RGB: (66,64,132)

Color info

#424084 contains mainly blue color. Web safe color of #424084 is #333399 (or #339).

RGB color model

#424084 color RGB value is (66,64,132).

  • red value is 66;
  • green value is 64;
  • blue value is 132.
RGB:
(66,64,132)
(26%,25%,52%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 132 of 255 = 52%

66
64
132

R + G + B ~ 34%. #424084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 132 = 262 (100%)
R 66 of 262 ~ 25.19%
G 64 of 262 ~ 24.43%
B 132 of 262 ~ 50.38%

%25.19
%24.43
%50.38

CMYK color model

#424084 color CMYK value is (50,52,0,48).

  • cyan value is 50.00%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(50,52,0,48)
C50M52Y0K48 
(50%,52%,0%,48%)
(0.50/0.52/0.00/0.48)	

CMYK percentages

%50
%51.52
%0
%48.24

Codes

Color #424084 in popluar color models

424084
RGB6664132
HSL242°34.69%38.43%
HSB/HSV242°51.52%51.76%
CMYK50.00%51.52%0.00%
48.24%

Color #424084 in popluar number systems.

HEX424084
Decimal6664132
Binary1000010100000010000100
Octal102100204

Shades and tints

Shades of #424084

#424084
(66,64,132)
#3C3B78
(60,59,120)
#36366C
(54,54,108)
#303160
(48,49,96)
#2A2C54
(42,44,84)
#242748
(36,39,72)
#1E223C
(30,34,60)
#181D30
(24,29,48)
#121824
(18,24,36)
#0C1318
(12,19,24)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #424084

#424084
(66,64,132)
#53518F
(83,81,143)
#64629A
(100,98,154)
#7573A5
(117,115,165)
#8684B0
(134,132,176)
#9795BB
(151,149,187)
#A8A6C6
(168,166,198)
#B9B7D1
(185,183,209)
#CAC8DC
(202,200,220)
#DBD9E7
(219,217,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424084 color. Also use rgb(66,64,132) instead hex code.

Text Font Color

.myTextColor { color: #424084; }

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

This text font color is #424084.


Background Color

.myBgColor { background-color: #424084; }

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

This div background color is #424084.


Border color

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

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

This div border color is #424084.


Opacity

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

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

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

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

This text has shadow with #424084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424084 on black background.


Color preview on white background

This text has color #424084 on white background.



Black color preview on #424084 background

This text has black color on #424084 background.


White color preview on #424084 background

This text has white color on #424084 background.