COLOR #421E11

HEX: #421E11
RGB: (66,30,17)

Color info

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

RGB color model

#421E11 color RGB value is (66,30,17).

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

RGB channels and saturation

R 66 of 255 = 26%
G 30 of 255 = 12%
B 17 of 255 = 7%

66
30
17

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

Portions of RGB colors in percentages

R + G + B =
66 + 30 + 17 = 113 (100%)
R 66 of 113 ~ 58.41%
G 30 of 113 ~ 26.55%
B 17 of 113 ~ 15.04%

%58.41
%26.55
%15.04

CMYK color model

#421E11 color CMYK value is (0,55,74,74).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 74.24%
  • key color value is 74.12%
CMYK:
(0,55,74,74)
C0M55Y74K74 
(0%,55%,74%,74%)
(0.00/0.55/0.74/0.74)	

CMYK percentages

%0
%54.55
%74.24
%74.12

Codes

Color #421E11 in popluar color models

421E11
RGB663017
HSL16°59.04%16.27%
HSB/HSV16°74.24%25.88%
CMYK0.00%54.55%74.24%
74.12%

Color #421E11 in popluar number systems.

HEX421E11
Decimal663017
Binary10000101111010001
Octal1023621

Shades and tints

Shades of #421E11

#421E11
(66,30,17)
#3C1C10
(60,28,16)
#361A0F
(54,26,15)
#30180E
(48,24,14)
#2A160D
(42,22,13)
#24140C
(36,20,12)
#1E120B
(30,18,11)
#18100A
(24,16,10)
#120E09
(18,14,9)
#0C0C08
(12,12,8)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #421E11

#421E11
(66,30,17)
#533226
(83,50,38)
#64463B
(100,70,59)
#755A50
(117,90,80)
#866E65
(134,110,101)
#97827A
(151,130,122)
#A8968F
(168,150,143)
#B9AAA4
(185,170,164)
#CABEB9
(202,190,185)
#DBD2CE
(219,210,206)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421E11; }

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

This text font color is #421E11.


Background Color

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

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

This div background color is #421E11.


Border color

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

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

This div border color is #421E11.


Opacity

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

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

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

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

This text has shadow with #421E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421E11 on black background.


Color preview on white background

This text has color #421E11 on white background.



Black color preview on #421E11 background

This text has black color on #421E11 background.


White color preview on #421E11 background

This text has white color on #421E11 background.