COLOR #424272

HEX: #424272
RGB: (66,66,114)

Color info

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

RGB color model

#424272 color RGB value is (66,66,114).

  • red value is 66;
  • green value is 66;
  • blue value is 114.
RGB:
(66,66,114)
(26%,26%,45%)

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 114 of 255 = 45%

66
66
114

R + G + B ~ 32%. #424272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 114 = 246 (100%)
R 66 of 246 ~ 26.83%
G 66 of 246 ~ 26.83%
B 114 of 246 ~ 46.34%

%26.83
%26.83
%46.34

CMYK color model

#424272 color CMYK value is (42,42,0,55).

  • cyan value is 42.11%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(42,42,0,55)
C42M42Y0K55 
(42%,42%,0%,55%)
(0.42/0.42/0.00/0.55)	

CMYK percentages

%42.11
%42.11
%0
%55.29

Codes

Color #424272 in popluar color models

424272
RGB6666114
HSL240°26.67%35.29%
HSB/HSV240°42.11%44.71%
CMYK42.11%42.11%0.00%
55.29%

Color #424272 in popluar number systems.

HEX424272
Decimal6666114
Binary100001010000101110010
Octal102102162

Shades and tints

Shades of #424272

#424272
(66,66,114)
#3C3C68
(60,60,104)
#36365E
(54,54,94)
#303054
(48,48,84)
#2A2A4A
(42,42,74)
#242440
(36,36,64)
#1E1E36
(30,30,54)
#18182C
(24,24,44)
#121222
(18,18,34)
#0C0C18
(12,12,24)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #424272

#424272
(66,66,114)
#53537E
(83,83,126)
#64648A
(100,100,138)
#757596
(117,117,150)
#8686A2
(134,134,162)
#9797AE
(151,151,174)
#A8A8BA
(168,168,186)
#B9B9C6
(185,185,198)
#CACAD2
(202,202,210)
#DBDBDE
(219,219,222)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424272; }

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

This text font color is #424272.


Background Color

.myBgColor { background-color: #424272; }

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

This div background color is #424272.


Border color

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

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

This div border color is #424272.


Opacity

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

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

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

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

This text has shadow with #424272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424272 on black background.


Color preview on white background

This text has color #424272 on white background.



Black color preview on #424272 background

This text has black color on #424272 background.


White color preview on #424272 background

This text has white color on #424272 background.