COLOR #420E36

HEX: #420E36
RGB: (66,14,54)

Color info

#420E36 contains red, green and blue colors in about the same proportion. Web safe color of #420E36 is #330033 (or #303).

RGB color model

#420E36 color RGB value is (66,14,54).

  • red value is 66;
  • green value is 14;
  • blue value is 54.
RGB:
(66,14,54)
(26%,5%,21%)

RGB channels and saturation

R 66 of 255 = 26%
G 14 of 255 = 5%
B 54 of 255 = 21%

66
14
54

R + G + B ~ 17%. #420E36 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 14 + 54 = 134 (100%)
R 66 of 134 ~ 49.25%
G 14 of 134 ~ 10.45%
B 54 of 134 ~ 40.3%

%49.25
%10.45
%40.3

CMYK color model

#420E36 color CMYK value is (0,79,18,74).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 18.18%
  • key color value is 74.12%
CMYK:
(0,79,18,74)
C0M79Y18K74 
(0%,79%,18%,74%)
(0.00/0.79/0.18/0.74)	

CMYK percentages

%0
%78.79
%18.18
%74.12

Codes

Color #420E36 in popluar color models

420E36
RGB661454
HSL314°65.00%15.69%
HSB/HSV314°78.79%25.88%
CMYK0.00%78.79%18.18%
74.12%

Color #420E36 in popluar number systems.

HEX420E36
Decimal661454
Binary10000101110110110
Octal1021666

Shades and tints

Shades of #420E36

#420E36
(66,14,54)
#3C0D32
(60,13,50)
#360C2E
(54,12,46)
#300B2A
(48,11,42)
#2A0A26
(42,10,38)
#240922
(36,9,34)
#1E081E
(30,8,30)
#18071A
(24,7,26)
#120616
(18,6,22)
#0C0512
(12,5,18)
#06040E
(6,4,14)
#000000
(0,0,0)

Tints of #420E36

#420E36
(66,14,54)
#532348
(83,35,72)
#64385A
(100,56,90)
#754D6C
(117,77,108)
#86627E
(134,98,126)
#977790
(151,119,144)
#A88CA2
(168,140,162)
#B9A1B4
(185,161,180)
#CAB6C6
(202,182,198)
#DBCBD8
(219,203,216)
#ECE0EA
(236,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420E36 color. Also use rgb(66,14,54) instead hex code.

Text Font Color

.myTextColor { color: #420E36; }

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

This text font color is #420E36.


Background Color

.myBgColor { background-color: #420E36; }

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

This div background color is #420E36.


Border color

.myBorderColor { border: 1px solid #420E36; }

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

This div border color is #420E36.


Opacity

.myOpacity80 { color: #420E36; opacity: 0.8; }

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

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

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

This text has shadow with #420E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420E36 on black background.


Color preview on white background

This text has color #420E36 on white background.



Black color preview on #420E36 background

This text has black color on #420E36 background.


White color preview on #420E36 background

This text has white color on #420E36 background.