COLOR #424071

HEX: #424071
RGB: (66,64,113)

Color info

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

RGB color model

#424071 color RGB value is (66,64,113).

  • red value is 66;
  • green value is 64;
  • blue value is 113.
RGB:
(66,64,113)
(26%,25%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 113 of 255 = 44%

66
64
113

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

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 113 = 243 (100%)
R 66 of 243 ~ 27.16%
G 64 of 243 ~ 26.34%
B 113 of 243 ~ 46.5%

%27.16
%26.34
%46.5

CMYK color model

#424071 color CMYK value is (42,43,0,56).

  • cyan value is 41.59%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,43,0,56)
C42M43Y0K56 
(42%,43%,0%,56%)
(0.42/0.43/0.00/0.56)	

CMYK percentages

%41.59
%43.36
%0
%55.69

Codes

Color #424071 in popluar color models

424071
RGB6664113
HSL242°27.68%34.71%
HSB/HSV242°43.36%44.31%
CMYK41.59%43.36%0.00%
55.69%

Color #424071 in popluar number systems.

HEX424071
Decimal6664113
Binary100001010000001110001
Octal102100161

Shades and tints

Shades of #424071

#424071
(66,64,113)
#3C3B67
(60,59,103)
#36365D
(54,54,93)
#303153
(48,49,83)
#2A2C49
(42,44,73)
#24273F
(36,39,63)
#1E2235
(30,34,53)
#181D2B
(24,29,43)
#121821
(18,24,33)
#0C1317
(12,19,23)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #424071

#424071
(66,64,113)
#53517D
(83,81,125)
#646289
(100,98,137)
#757395
(117,115,149)
#8684A1
(134,132,161)
#9795AD
(151,149,173)
#A8A6B9
(168,166,185)
#B9B7C5
(185,183,197)
#CAC8D1
(202,200,209)
#DBD9DD
(219,217,221)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424071; }

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

This text font color is #424071.


Background Color

.myBgColor { background-color: #424071; }

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

This div background color is #424071.


Border color

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

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

This div border color is #424071.


Opacity

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

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

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

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

This text has shadow with #424071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424071 on black background.


Color preview on white background

This text has color #424071 on white background.



Black color preview on #424071 background

This text has black color on #424071 background.


White color preview on #424071 background

This text has white color on #424071 background.