COLOR #420110

HEX: #420110
RGB: (66,1,16)

Color info

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

RGB color model

#420110 color RGB value is (66,1,16).

  • red value is 66;
  • green value is 1;
  • blue value is 16.
RGB:
(66,1,16)
(26%,0%,6%)

RGB channels and saturation

R 66 of 255 = 26%
G 1 of 255 = 0%
B 16 of 255 = 6%

66
1
16

R + G + B ~ 11%. #420110 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 1 + 16 = 83 (100%)
R 66 of 83 ~ 79.52%
G 1 of 83 ~ 1.2%
B 16 of 83 ~ 19.28%

%79.52
%19.28

CMYK color model

#420110 color CMYK value is (0,98,76,74).

  • cyan value is 0.00%
  • magenta value is 98.48%
  • yellow value is 75.76%
  • key color value is 74.12%
CMYK:
(0,98,76,74)
C0M98Y76K74 
(0%,98%,76%,74%)
(0.00/0.98/0.76/0.74)	

CMYK percentages

%0
%98.48
%75.76
%74.12

Codes

Color #420110 in popluar color models

420110
RGB66116
HSL346°97.01%13.14%
HSB/HSV346°98.48%25.88%
CMYK0.00%98.48%75.76%
74.12%

Color #420110 in popluar number systems.

HEX420110
Decimal66116
Binary1000010110000
Octal102120

Shades and tints

Shades of #420110

#420110
(66,1,16)
#3C010F
(60,1,15)
#36010E
(54,1,14)
#30010D
(48,1,13)
#2A010C
(42,1,12)
#24010B
(36,1,11)
#1E010A
(30,1,10)
#180109
(24,1,9)
#120108
(18,1,8)
#0C0107
(12,1,7)
#060106
(6,1,6)
#000000
(0,0,0)

Tints of #420110

#420110
(66,1,16)
#531825
(83,24,37)
#642F3A
(100,47,58)
#75464F
(117,70,79)
#865D64
(134,93,100)
#977479
(151,116,121)
#A88B8E
(168,139,142)
#B9A2A3
(185,162,163)
#CAB9B8
(202,185,184)
#DBD0CD
(219,208,205)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420110; }

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

This text font color is #420110.


Background Color

.myBgColor { background-color: #420110; }

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

This div background color is #420110.


Border color

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

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

This div border color is #420110.


Opacity

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

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

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

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

This text has shadow with #420110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420110 on black background.


Color preview on white background

This text has color #420110 on white background.



Black color preview on #420110 background

This text has black color on #420110 background.


White color preview on #420110 background

This text has white color on #420110 background.