COLOR #424063

HEX: #424063
RGB: (66,64,99)

Color info

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

RGB color model

#424063 color RGB value is (66,64,99).

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

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 99 of 255 = 39%

66
64
99

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

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 99 = 229 (100%)
R 66 of 229 ~ 28.82%
G 64 of 229 ~ 27.95%
B 99 of 229 ~ 43.23%

%28.82
%27.95
%43.23

CMYK color model

#424063 color CMYK value is (33,35,0,61).

  • cyan value is 33.33%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(33,35,0,61)
C33M35Y0K61 
(33%,35%,0%,61%)
(0.33/0.35/0.00/0.61)	

CMYK percentages

%33.33
%35.35
%0
%61.18

Codes

Color #424063 in popluar color models

424063
RGB666499
HSL243°21.47%31.96%
HSB/HSV243°35.35%38.82%
CMYK33.33%35.35%0.00%
61.18%

Color #424063 in popluar number systems.

HEX424063
Decimal666499
Binary100001010000001100011
Octal102100143

Shades and tints

Shades of #424063

#424063
(66,64,99)
#3C3B5A
(60,59,90)
#363651
(54,54,81)
#303148
(48,49,72)
#2A2C3F
(42,44,63)
#242736
(36,39,54)
#1E222D
(30,34,45)
#181D24
(24,29,36)
#12181B
(18,24,27)
#0C1312
(12,19,18)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #424063

#424063
(66,64,99)
#535171
(83,81,113)
#64627F
(100,98,127)
#75738D
(117,115,141)
#86849B
(134,132,155)
#9795A9
(151,149,169)
#A8A6B7
(168,166,183)
#B9B7C5
(185,183,197)
#CAC8D3
(202,200,211)
#DBD9E1
(219,217,225)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424063; }

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

This text font color is #424063.


Background Color

.myBgColor { background-color: #424063; }

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

This div background color is #424063.


Border color

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

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

This div border color is #424063.


Opacity

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

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

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

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

This text has shadow with #424063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424063 on black background.


Color preview on white background

This text has color #424063 on white background.



Black color preview on #424063 background

This text has black color on #424063 background.


White color preview on #424063 background

This text has white color on #424063 background.