COLOR #424062

HEX: #424062
RGB: (66,64,98)

Color info

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

RGB color model

#424062 color RGB value is (66,64,98).

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

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 98 of 255 = 38%

66
64
98

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

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 98 = 228 (100%)
R 66 of 228 ~ 28.95%
G 64 of 228 ~ 28.07%
B 98 of 228 ~ 42.98%

%28.95
%28.07
%42.98

CMYK color model

#424062 color CMYK value is (33,35,0,62).

  • cyan value is 32.65%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(33,35,0,62)
C33M35Y0K62 
(33%,35%,0%,62%)
(0.33/0.35/0.00/0.62)	

CMYK percentages

%32.65
%34.69
%0
%61.57

Codes

Color #424062 in popluar color models

424062
RGB666498
HSL244°20.99%31.76%
HSB/HSV244°34.69%38.43%
CMYK32.65%34.69%0.00%
61.57%

Color #424062 in popluar number systems.

HEX424062
Decimal666498
Binary100001010000001100010
Octal102100142

Shades and tints

Shades of #424062

#424062
(66,64,98)
#3C3B5A
(60,59,90)
#363652
(54,54,82)
#30314A
(48,49,74)
#2A2C42
(42,44,66)
#24273A
(36,39,58)
#1E2232
(30,34,50)
#181D2A
(24,29,42)
#121822
(18,24,34)
#0C131A
(12,19,26)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #424062

#424062
(66,64,98)
#535170
(83,81,112)
#64627E
(100,98,126)
#75738C
(117,115,140)
#86849A
(134,132,154)
#9795A8
(151,149,168)
#A8A6B6
(168,166,182)
#B9B7C4
(185,183,196)
#CAC8D2
(202,200,210)
#DBD9E0
(219,217,224)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424062; }

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

This text font color is #424062.


Background Color

.myBgColor { background-color: #424062; }

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

This div background color is #424062.


Border color

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

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

This div border color is #424062.


Opacity

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

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

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

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

This text has shadow with #424062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424062 on black background.


Color preview on white background

This text has color #424062 on white background.



Black color preview on #424062 background

This text has black color on #424062 background.


White color preview on #424062 background

This text has white color on #424062 background.