COLOR #421816

HEX: #421816
RGB: (66,24,22)

Color info

#421816 contains red, green and blue colors in about the same proportion. Web safe color of #421816 is #330000 (or #300).

RGB color model

#421816 color RGB value is (66,24,22).

  • red value is 66;
  • green value is 24;
  • blue value is 22.
RGB:
(66,24,22)
(26%,9%,9%)

RGB channels and saturation

R 66 of 255 = 26%
G 24 of 255 = 9%
B 22 of 255 = 9%

66
24
22

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

Portions of RGB colors in percentages

R + G + B =
66 + 24 + 22 = 112 (100%)
R 66 of 112 ~ 58.93%
G 24 of 112 ~ 21.43%
B 22 of 112 ~ 19.64%

%58.93
%21.43
%19.64

CMYK color model

#421816 color CMYK value is (0,64,67,74).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 66.67%
  • key color value is 74.12%
CMYK:
(0,64,67,74)
C0M64Y67K74 
(0%,64%,67%,74%)
(0.00/0.64/0.67/0.74)	

CMYK percentages

%0
%63.64
%66.67
%74.12

Codes

Color #421816 in popluar color models

421816
RGB662422
HSL50.00%17.25%
HSB/HSV66.67%25.88%
CMYK0.00%63.64%66.67%
74.12%

Color #421816 in popluar number systems.

HEX421816
Decimal662422
Binary10000101100010110
Octal1023026

Shades and tints

Shades of #421816

#421816
(66,24,22)
#3C1614
(60,22,20)
#361412
(54,20,18)
#301210
(48,18,16)
#2A100E
(42,16,14)
#240E0C
(36,14,12)
#1E0C0A
(30,12,10)
#180A08
(24,10,8)
#120806
(18,8,6)
#0C0604
(12,6,4)
#060402
(6,4,2)
#000000
(0,0,0)

Tints of #421816

#421816
(66,24,22)
#532D2B
(83,45,43)
#644240
(100,66,64)
#755755
(117,87,85)
#866C6A
(134,108,106)
#97817F
(151,129,127)
#A89694
(168,150,148)
#B9ABA9
(185,171,169)
#CAC0BE
(202,192,190)
#DBD5D3
(219,213,211)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421816 color. Also use rgb(66,24,22) instead hex code.

Text Font Color

.myTextColor { color: #421816; }

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

This text font color is #421816.


Background Color

.myBgColor { background-color: #421816; }

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

This div background color is #421816.


Border color

.myBorderColor { border: 1px solid #421816; }

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

This div border color is #421816.


Opacity

.myOpacity80 { color: #421816; opacity: 0.8; }

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

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

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

This text has shadow with #421816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421816 on black background.


Color preview on white background

This text has color #421816 on white background.



Black color preview on #421816 background

This text has black color on #421816 background.


White color preview on #421816 background

This text has white color on #421816 background.