COLOR #420A21

HEX: #420A21
RGB: (66,10,33)

Color info

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

RGB color model

#420A21 color RGB value is (66,10,33).

  • red value is 66;
  • green value is 10;
  • blue value is 33.
RGB:
(66,10,33)
(26%,4%,13%)

RGB channels and saturation

R 66 of 255 = 26%
G 10 of 255 = 4%
B 33 of 255 = 13%

66
10
33

R + G + B ~ 14%. #420A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 10 + 33 = 109 (100%)
R 66 of 109 ~ 60.55%
G 10 of 109 ~ 9.17%
B 33 of 109 ~ 30.28%

%60.55
%30.28

CMYK color model

#420A21 color CMYK value is (0,85,50,74).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 50.00%
  • key color value is 74.12%
CMYK:
(0,85,50,74)
C0M85Y50K74 
(0%,85%,50%,74%)
(0.00/0.85/0.50/0.74)	

CMYK percentages

%0
%84.85
%50
%74.12

Codes

Color #420A21 in popluar color models

420A21
RGB661033
HSL335°73.68%14.90%
HSB/HSV335°84.85%25.88%
CMYK0.00%84.85%50.00%
74.12%

Color #420A21 in popluar number systems.

HEX420A21
Decimal661033
Binary10000101010100001
Octal1021241

Shades and tints

Shades of #420A21

#420A21
(66,10,33)
#3C0A1E
(60,10,30)
#360A1B
(54,10,27)
#300A18
(48,10,24)
#2A0A15
(42,10,21)
#240A12
(36,10,18)
#1E0A0F
(30,10,15)
#180A0C
(24,10,12)
#120A09
(18,10,9)
#0C0A06
(12,10,6)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #420A21

#420A21
(66,10,33)
#532035
(83,32,53)
#643649
(100,54,73)
#754C5D
(117,76,93)
#866271
(134,98,113)
#977885
(151,120,133)
#A88E99
(168,142,153)
#B9A4AD
(185,164,173)
#CABAC1
(202,186,193)
#DBD0D5
(219,208,213)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420A21 color. Also use rgb(66,10,33) instead hex code.

Text Font Color

.myTextColor { color: #420A21; }

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

This text font color is #420A21.


Background Color

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

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

This div background color is #420A21.


Border color

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

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

This div border color is #420A21.


Opacity

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

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

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

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

This text has shadow with #420A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420A21 on black background.


Color preview on white background

This text has color #420A21 on white background.



Black color preview on #420A21 background

This text has black color on #420A21 background.


White color preview on #420A21 background

This text has white color on #420A21 background.