COLOR #420514

HEX: #420514
RGB: (66,5,20)

Color info

#420514 contains mainly red and blue colors. Web safe color of #420514 is #330000 (or #300).

RGB color model

#420514 color RGB value is (66,5,20).

  • red value is 66;
  • green value is 5;
  • blue value is 20.
RGB:
(66,5,20)
(26%,2%,8%)

RGB channels and saturation

R 66 of 255 = 26%
G 5 of 255 = 2%
B 20 of 255 = 8%

66
5
20

R + G + B ~ 12%. #420514 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 5 + 20 = 91 (100%)
R 66 of 91 ~ 72.53%
G 5 of 91 ~ 5.49%
B 20 of 91 ~ 21.98%

%72.53
%21.98

CMYK color model

#420514 color CMYK value is (0,92,70,74).

  • cyan value is 0.00%
  • magenta value is 92.42%
  • yellow value is 69.70%
  • key color value is 74.12%
CMYK:
(0,92,70,74)
C0M92Y70K74 
(0%,92%,70%,74%)
(0.00/0.92/0.70/0.74)	

CMYK percentages

%0
%92.42
%69.7
%74.12

Codes

Color #420514 in popluar color models

420514
RGB66520
HSL345°85.92%13.92%
HSB/HSV345°92.42%25.88%
CMYK0.00%92.42%69.70%
74.12%

Color #420514 in popluar number systems.

HEX420514
Decimal66520
Binary100001010110100
Octal102524

Shades and tints

Shades of #420514

#420514
(66,5,20)
#3C0513
(60,5,19)
#360512
(54,5,18)
#300511
(48,5,17)
#2A0510
(42,5,16)
#24050F
(36,5,15)
#1E050E
(30,5,14)
#18050D
(24,5,13)
#12050C
(18,5,12)
#0C050B
(12,5,11)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #420514

#420514
(66,5,20)
#531B29
(83,27,41)
#64313E
(100,49,62)
#754753
(117,71,83)
#865D68
(134,93,104)
#97737D
(151,115,125)
#A88992
(168,137,146)
#B99FA7
(185,159,167)
#CAB5BC
(202,181,188)
#DBCBD1
(219,203,209)
#ECE1E6
(236,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420514; }

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

This text font color is #420514.


Background Color

.myBgColor { background-color: #420514; }

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

This div background color is #420514.


Border color

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

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

This div border color is #420514.


Opacity

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

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

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

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

This text has shadow with #420514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420514 on black background.


Color preview on white background

This text has color #420514 on white background.



Black color preview on #420514 background

This text has black color on #420514 background.


White color preview on #420514 background

This text has white color on #420514 background.