COLOR #421E1A

HEX: #421E1A
RGB: (66,30,26)

Color info

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

RGB color model

#421E1A color RGB value is (66,30,26).

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

RGB channels and saturation

R 66 of 255 = 26%
G 30 of 255 = 12%
B 26 of 255 = 10%

66
30
26

R + G + B ~ 16%. #421E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 30 + 26 = 122 (100%)
R 66 of 122 ~ 54.1%
G 30 of 122 ~ 24.59%
B 26 of 122 ~ 21.31%

%54.1
%24.59
%21.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 60.61%
  • key color value is 74.12%
CMYK:
(0,55,61,74)
C0M55Y61K74 
(0%,55%,61%,74%)
(0.00/0.55/0.61/0.74)	

CMYK percentages

%0
%54.55
%60.61
%74.12

Codes

Color #421E1A in popluar color models

421E1A
RGB663026
HSL43.48%18.04%
HSB/HSV60.61%25.88%
CMYK0.00%54.55%60.61%
74.12%

Color #421E1A in popluar number systems.

HEX421E1A
Decimal663026
Binary10000101111011010
Octal1023632

Shades and tints

Shades of #421E1A

#421E1A
(66,30,26)
#3C1C18
(60,28,24)
#361A16
(54,26,22)
#301814
(48,24,20)
#2A1612
(42,22,18)
#241410
(36,20,16)
#1E120E
(30,18,14)
#18100C
(24,16,12)
#120E0A
(18,14,10)
#0C0C08
(12,12,8)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #421E1A

#421E1A
(66,30,26)
#53322E
(83,50,46)
#644642
(100,70,66)
#755A56
(117,90,86)
#866E6A
(134,110,106)
#97827E
(151,130,126)
#A89692
(168,150,146)
#B9AAA6
(185,170,166)
#CABEBA
(202,190,186)
#DBD2CE
(219,210,206)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421E1A; }

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

This text font color is #421E1A.


Background Color

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

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

This div background color is #421E1A.


Border color

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

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

This div border color is #421E1A.


Opacity

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

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

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

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

This text has shadow with #421E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421E1A on black background.


Color preview on white background

This text has color #421E1A on white background.



Black color preview on #421E1A background

This text has black color on #421E1A background.


White color preview on #421E1A background

This text has white color on #421E1A background.