COLOR #420C32

HEX: #420C32
RGB: (66,12,50)

Color info

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

RGB color model

#420C32 color RGB value is (66,12,50).

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

RGB channels and saturation

R 66 of 255 = 26%
G 12 of 255 = 5%
B 50 of 255 = 20%

66
12
50

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

Portions of RGB colors in percentages

R + G + B =
66 + 12 + 50 = 128 (100%)
R 66 of 128 ~ 51.56%
G 12 of 128 ~ 9.38%
B 50 of 128 ~ 39.06%

%51.56
%39.06

CMYK color model

#420C32 color CMYK value is (0,82,24,74).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 24.24%
  • key color value is 74.12%
CMYK:
(0,82,24,74)
C0M82Y24K74 
(0%,82%,24%,74%)
(0.00/0.82/0.24/0.74)	

CMYK percentages

%0
%81.82
%24.24
%74.12

Codes

Color #420C32 in popluar color models

420C32
RGB661250
HSL318°69.23%15.29%
HSB/HSV318°81.82%25.88%
CMYK0.00%81.82%24.24%
74.12%

Color #420C32 in popluar number systems.

HEX420C32
Decimal661250
Binary10000101100110010
Octal1021462

Shades and tints

Shades of #420C32

#420C32
(66,12,50)
#3C0B2E
(60,11,46)
#360A2A
(54,10,42)
#300926
(48,9,38)
#2A0822
(42,8,34)
#24071E
(36,7,30)
#1E061A
(30,6,26)
#180516
(24,5,22)
#120412
(18,4,18)
#0C030E
(12,3,14)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #420C32

#420C32
(66,12,50)
#532244
(83,34,68)
#643856
(100,56,86)
#754E68
(117,78,104)
#86647A
(134,100,122)
#977A8C
(151,122,140)
#A8909E
(168,144,158)
#B9A6B0
(185,166,176)
#CABCC2
(202,188,194)
#DBD2D4
(219,210,212)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420C32; }

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

This text font color is #420C32.


Background Color

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

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

This div background color is #420C32.


Border color

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

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

This div border color is #420C32.


Opacity

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

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

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

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

This text has shadow with #420C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420C32 on black background.


Color preview on white background

This text has color #420C32 on white background.



Black color preview on #420C32 background

This text has black color on #420C32 background.


White color preview on #420C32 background

This text has white color on #420C32 background.