COLOR #424362

HEX: #424362
RGB: (66,67,98)

Color info

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

RGB color model

#424362 color RGB value is (66,67,98).

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

RGB channels and saturation

R 66 of 255 = 26%
G 67 of 255 = 26%
B 98 of 255 = 38%

66
67
98

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

Portions of RGB colors in percentages

R + G + B =
66 + 67 + 98 = 231 (100%)
R 66 of 231 ~ 28.57%
G 67 of 231 ~ 29%
B 98 of 231 ~ 42.42%

%28.57
%29
%42.42

CMYK color model

#424362 color CMYK value is (33,32,0,62).

  • cyan value is 32.65%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(33,32,0,62)
C33M32Y0K62 
(33%,32%,0%,62%)
(0.33/0.32/0.00/0.62)	

CMYK percentages

%32.65
%31.63
%0
%61.57

Codes

Color #424362 in popluar color models

424362
RGB666798
HSL238°19.51%32.16%
HSB/HSV238°32.65%38.43%
CMYK32.65%31.63%0.00%
61.57%

Color #424362 in popluar number systems.

HEX424362
Decimal666798
Binary100001010000111100010
Octal102103142

Shades and tints

Shades of #424362

#424362
(66,67,98)
#3C3D5A
(60,61,90)
#363752
(54,55,82)
#30314A
(48,49,74)
#2A2B42
(42,43,66)
#24253A
(36,37,58)
#1E1F32
(30,31,50)
#18192A
(24,25,42)
#121322
(18,19,34)
#0C0D1A
(12,13,26)
#060712
(6,7,18)
#000000
(0,0,0)

Tints of #424362

#424362
(66,67,98)
#535470
(83,84,112)
#64657E
(100,101,126)
#75768C
(117,118,140)
#86879A
(134,135,154)
#9798A8
(151,152,168)
#A8A9B6
(168,169,182)
#B9BAC4
(185,186,196)
#CACBD2
(202,203,210)
#DBDCE0
(219,220,224)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424362; }

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

This text font color is #424362.


Background Color

.myBgColor { background-color: #424362; }

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

This div background color is #424362.


Border color

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

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

This div border color is #424362.


Opacity

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

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

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

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

This text has shadow with #424362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424362 on black background.


Color preview on white background

This text has color #424362 on white background.



Black color preview on #424362 background

This text has black color on #424362 background.


White color preview on #424362 background

This text has white color on #424362 background.