COLOR #420A28

HEX: #420A28
RGB: (66,10,40)

Color info

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

RGB color model

#420A28 color RGB value is (66,10,40).

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

RGB channels and saturation

R 66 of 255 = 26%
G 10 of 255 = 4%
B 40 of 255 = 16%

66
10
40

R + G + B ~ 15%. #420A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 10 + 40 = 116 (100%)
R 66 of 116 ~ 56.9%
G 10 of 116 ~ 8.62%
B 40 of 116 ~ 34.48%

%56.9
%34.48

CMYK color model

#420A28 color CMYK value is (0,85,39,74).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 39.39%
  • key color value is 74.12%
CMYK:
(0,85,39,74)
C0M85Y39K74 
(0%,85%,39%,74%)
(0.00/0.85/0.39/0.74)	

CMYK percentages

%0
%84.85
%39.39
%74.12

Codes

Color #420A28 in popluar color models

420A28
RGB661040
HSL328°73.68%14.90%
HSB/HSV328°84.85%25.88%
CMYK0.00%84.85%39.39%
74.12%

Color #420A28 in popluar number systems.

HEX420A28
Decimal661040
Binary10000101010101000
Octal1021250

Shades and tints

Shades of #420A28

#420A28
(66,10,40)
#3C0A25
(60,10,37)
#360A22
(54,10,34)
#300A1F
(48,10,31)
#2A0A1C
(42,10,28)
#240A19
(36,10,25)
#1E0A16
(30,10,22)
#180A13
(24,10,19)
#120A10
(18,10,16)
#0C0A0D
(12,10,13)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #420A28

#420A28
(66,10,40)
#53203B
(83,32,59)
#64364E
(100,54,78)
#754C61
(117,76,97)
#866274
(134,98,116)
#977887
(151,120,135)
#A88E9A
(168,142,154)
#B9A4AD
(185,164,173)
#CABAC0
(202,186,192)
#DBD0D3
(219,208,211)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420A28; }

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

This text font color is #420A28.


Background Color

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

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

This div background color is #420A28.


Border color

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

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

This div border color is #420A28.


Opacity

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

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

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

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

This text has shadow with #420A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420A28 on black background.


Color preview on white background

This text has color #420A28 on white background.



Black color preview on #420A28 background

This text has black color on #420A28 background.


White color preview on #420A28 background

This text has white color on #420A28 background.