COLOR #424A52

HEX: #424A52
RGB: (66,74,82)

Color info

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

RGB color model

#424A52 color RGB value is (66,74,82).

  • red value is 66;
  • green value is 74;
  • blue value is 82.
RGB:
(66,74,82)
(26%,29%,32%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 82 of 255 = 32%

66
74
82

R + G + B ~ 29%. #424A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 74 + 82 = 222 (100%)
R 66 of 222 ~ 29.73%
G 74 of 222 ~ 33.33%
B 82 of 222 ~ 36.94%

%29.73
%33.33
%36.94

CMYK color model

#424A52 color CMYK value is (20,10,0,68).

  • cyan value is 19.51%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(20,10,0,68)
C20M10Y0K68 
(20%,10%,0%,68%)
(0.20/0.10/0.00/0.68)	

CMYK percentages

%19.51
%9.76
%0
%67.84

Codes

Color #424A52 in popluar color models

424A52
RGB667482
HSL210°10.81%29.02%
HSB/HSV210°19.51%32.16%
CMYK19.51%9.76%0.00%
67.84%

Color #424A52 in popluar number systems.

HEX424A52
Decimal667482
Binary100001010010101010010
Octal102112122

Shades and tints

Shades of #424A52

#424A52
(66,74,82)
#3C444B
(60,68,75)
#363E44
(54,62,68)
#30383D
(48,56,61)
#2A3236
(42,50,54)
#242C2F
(36,44,47)
#1E2628
(30,38,40)
#182021
(24,32,33)
#121A1A
(18,26,26)
#0C1413
(12,20,19)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #424A52

#424A52
(66,74,82)
#535A61
(83,90,97)
#646A70
(100,106,112)
#757A7F
(117,122,127)
#868A8E
(134,138,142)
#979A9D
(151,154,157)
#A8AAAC
(168,170,172)
#B9BABB
(185,186,187)
#CACACA
(202,202,202)
#DBDAD9
(219,218,217)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424A52 color. Also use rgb(66,74,82) instead hex code.

Text Font Color

.myTextColor { color: #424A52; }

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

This text font color is #424A52.


Background Color

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

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

This div background color is #424A52.


Border color

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

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

This div border color is #424A52.


Opacity

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

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

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

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

This text has shadow with #424A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A52 on black background.


Color preview on white background

This text has color #424A52 on white background.



Black color preview on #424A52 background

This text has black color on #424A52 background.


White color preview on #424A52 background

This text has white color on #424A52 background.