COLOR #420A32

HEX: #420A32
RGB: (66,10,50)

Color info

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

RGB color model

#420A32 color RGB value is (66,10,50).

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

RGB channels and saturation

R 66 of 255 = 26%
G 10 of 255 = 4%
B 50 of 255 = 20%

66
10
50

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

Portions of RGB colors in percentages

R + G + B =
66 + 10 + 50 = 126 (100%)
R 66 of 126 ~ 52.38%
G 10 of 126 ~ 7.94%
B 50 of 126 ~ 39.68%

%52.38
%39.68

CMYK color model

#420A32 color CMYK value is (0,85,24,74).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 24.24%
  • key color value is 74.12%
CMYK:
(0,85,24,74)
C0M85Y24K74 
(0%,85%,24%,74%)
(0.00/0.85/0.24/0.74)	

CMYK percentages

%0
%84.85
%24.24
%74.12

Codes

Color #420A32 in popluar color models

420A32
RGB661050
HSL317°73.68%14.90%
HSB/HSV317°84.85%25.88%
CMYK0.00%84.85%24.24%
74.12%

Color #420A32 in popluar number systems.

HEX420A32
Decimal661050
Binary10000101010110010
Octal1021262

Shades and tints

Shades of #420A32

#420A32
(66,10,50)
#3C0A2E
(60,10,46)
#360A2A
(54,10,42)
#300A26
(48,10,38)
#2A0A22
(42,10,34)
#240A1E
(36,10,30)
#1E0A1A
(30,10,26)
#180A16
(24,10,22)
#120A12
(18,10,18)
#0C0A0E
(12,10,14)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #420A32

#420A32
(66,10,50)
#532044
(83,32,68)
#643656
(100,54,86)
#754C68
(117,76,104)
#86627A
(134,98,122)
#97788C
(151,120,140)
#A88E9E
(168,142,158)
#B9A4B0
(185,164,176)
#CABAC2
(202,186,194)
#DBD0D4
(219,208,212)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420A32; }

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

This text font color is #420A32.


Background Color

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

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

This div background color is #420A32.


Border color

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

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

This div border color is #420A32.


Opacity

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

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

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

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

This text has shadow with #420A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420A32 on black background.


Color preview on white background

This text has color #420A32 on white background.



Black color preview on #420A32 background

This text has black color on #420A32 background.


White color preview on #420A32 background

This text has white color on #420A32 background.