COLOR #424B63

HEX: #424B63
RGB: (66,75,99)

Color info

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

RGB color model

#424B63 color RGB value is (66,75,99).

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

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 99 of 255 = 39%

66
75
99

R + G + B ~ 31%. #424B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 99 = 240 (100%)
R 66 of 240 ~ 27.5%
G 75 of 240 ~ 31.25%
B 99 of 240 ~ 41.25%

%27.5
%31.25
%41.25

CMYK color model

#424B63 color CMYK value is (33,24,0,61).

  • cyan value is 33.33%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(33,24,0,61)
C33M24Y0K61 
(33%,24%,0%,61%)
(0.33/0.24/0.00/0.61)	

CMYK percentages

%33.33
%24.24
%0
%61.18

Codes

Color #424B63 in popluar color models

424B63
RGB667599
HSL224°20.00%32.35%
HSB/HSV224°33.33%38.82%
CMYK33.33%24.24%0.00%
61.18%

Color #424B63 in popluar number systems.

HEX424B63
Decimal667599
Binary100001010010111100011
Octal102113143

Shades and tints

Shades of #424B63

#424B63
(66,75,99)
#3C455A
(60,69,90)
#363F51
(54,63,81)
#303948
(48,57,72)
#2A333F
(42,51,63)
#242D36
(36,45,54)
#1E272D
(30,39,45)
#182124
(24,33,36)
#121B1B
(18,27,27)
#0C1512
(12,21,18)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #424B63

#424B63
(66,75,99)
#535B71
(83,91,113)
#646B7F
(100,107,127)
#757B8D
(117,123,141)
#868B9B
(134,139,155)
#979BA9
(151,155,169)
#A8ABB7
(168,171,183)
#B9BBC5
(185,187,197)
#CACBD3
(202,203,211)
#DBDBE1
(219,219,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B63; }

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

This text font color is #424B63.


Background Color

.myBgColor { background-color: #424B63; }

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

This div background color is #424B63.


Border color

.myBorderColor { border: 1px solid #424B63; }

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

This div border color is #424B63.


Opacity

.myOpacity80 { color: #424B63; opacity: 0.8; }

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

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

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

This text has shadow with #424B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B63 on black background.


Color preview on white background

This text has color #424B63 on white background.



Black color preview on #424B63 background

This text has black color on #424B63 background.


White color preview on #424B63 background

This text has white color on #424B63 background.