COLOR #424467

HEX: #424467
RGB: (66,68,103)

Color info

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

RGB color model

#424467 color RGB value is (66,68,103).

  • red value is 66;
  • green value is 68;
  • blue value is 103.
RGB:
(66,68,103)
(26%,27%,40%)

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 103 of 255 = 40%

66
68
103

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

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 103 = 237 (100%)
R 66 of 237 ~ 27.85%
G 68 of 237 ~ 28.69%
B 103 of 237 ~ 43.46%

%27.85
%28.69
%43.46

CMYK color model

#424467 color CMYK value is (36,34,0,60).

  • cyan value is 35.92%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(36,34,0,60)
C36M34Y0K60 
(36%,34%,0%,60%)
(0.36/0.34/0.00/0.60)	

CMYK percentages

%35.92
%33.98
%0
%59.61

Codes

Color #424467 in popluar color models

424467
RGB6668103
HSL237°21.89%33.14%
HSB/HSV237°35.92%40.39%
CMYK35.92%33.98%0.00%
59.61%

Color #424467 in popluar number systems.

HEX424467
Decimal6668103
Binary100001010001001100111
Octal102104147

Shades and tints

Shades of #424467

#424467
(66,68,103)
#3C3E5E
(60,62,94)
#363855
(54,56,85)
#30324C
(48,50,76)
#2A2C43
(42,44,67)
#24263A
(36,38,58)
#1E2031
(30,32,49)
#181A28
(24,26,40)
#12141F
(18,20,31)
#0C0E16
(12,14,22)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #424467

#424467
(66,68,103)
#535574
(83,85,116)
#646681
(100,102,129)
#75778E
(117,119,142)
#86889B
(134,136,155)
#9799A8
(151,153,168)
#A8AAB5
(168,170,181)
#B9BBC2
(185,187,194)
#CACCCF
(202,204,207)
#DBDDDC
(219,221,220)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424467 color. Also use rgb(66,68,103) instead hex code.

Text Font Color

.myTextColor { color: #424467; }

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

This text font color is #424467.


Background Color

.myBgColor { background-color: #424467; }

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

This div background color is #424467.


Border color

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

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

This div border color is #424467.


Opacity

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

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

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

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

This text has shadow with #424467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424467 on black background.


Color preview on white background

This text has color #424467 on white background.



Black color preview on #424467 background

This text has black color on #424467 background.


White color preview on #424467 background

This text has white color on #424467 background.