COLOR #421C11

HEX: #421C11
RGB: (66,28,17)

Color info

#421C11 contains red, green and blue colors in about the same proportion. Web safe color of #421C11 is #333300 (or #330).

RGB color model

#421C11 color RGB value is (66,28,17).

  • red value is 66;
  • green value is 28;
  • blue value is 17.
RGB:
(66,28,17)
(26%,11%,7%)

RGB channels and saturation

R 66 of 255 = 26%
G 28 of 255 = 11%
B 17 of 255 = 7%

66
28
17

R + G + B ~ 15%. #421C11 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 28 + 17 = 111 (100%)
R 66 of 111 ~ 59.46%
G 28 of 111 ~ 25.23%
B 17 of 111 ~ 15.32%

%59.46
%25.23
%15.32

CMYK color model

#421C11 color CMYK value is (0,58,74,74).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 74.24%
  • key color value is 74.12%
CMYK:
(0,58,74,74)
C0M58Y74K74 
(0%,58%,74%,74%)
(0.00/0.58/0.74/0.74)	

CMYK percentages

%0
%57.58
%74.24
%74.12

Codes

Color #421C11 in popluar color models

421C11
RGB662817
HSL13°59.04%16.27%
HSB/HSV13°74.24%25.88%
CMYK0.00%57.58%74.24%
74.12%

Color #421C11 in popluar number systems.

HEX421C11
Decimal662817
Binary10000101110010001
Octal1023421

Shades and tints

Shades of #421C11

#421C11
(66,28,17)
#3C1A10
(60,26,16)
#36180F
(54,24,15)
#30160E
(48,22,14)
#2A140D
(42,20,13)
#24120C
(36,18,12)
#1E100B
(30,16,11)
#180E0A
(24,14,10)
#120C09
(18,12,9)
#0C0A08
(12,10,8)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #421C11

#421C11
(66,28,17)
#533026
(83,48,38)
#64443B
(100,68,59)
#755850
(117,88,80)
#866C65
(134,108,101)
#97807A
(151,128,122)
#A8948F
(168,148,143)
#B9A8A4
(185,168,164)
#CABCB9
(202,188,185)
#DBD0CE
(219,208,206)
#ECE4E3
(236,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421C11 color. Also use rgb(66,28,17) instead hex code.

Text Font Color

.myTextColor { color: #421C11; }

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

This text font color is #421C11.


Background Color

.myBgColor { background-color: #421C11; }

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

This div background color is #421C11.


Border color

.myBorderColor { border: 1px solid #421C11; }

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

This div border color is #421C11.


Opacity

.myOpacity80 { color: #421C11; opacity: 0.8; }

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

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

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

This text has shadow with #421C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421C11 on black background.


Color preview on white background

This text has color #421C11 on white background.



Black color preview on #421C11 background

This text has black color on #421C11 background.


White color preview on #421C11 background

This text has white color on #421C11 background.