COLOR #421B10

HEX: #421B10
RGB: (66,27,16)

Color info

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

RGB color model

#421B10 color RGB value is (66,27,16).

  • red value is 66;
  • green value is 27;
  • blue value is 16.
RGB:
(66,27,16)
(26%,11%,6%)

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 16 of 255 = 6%

66
27
16

R + G + B ~ 14%. #421B10 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 16 = 109 (100%)
R 66 of 109 ~ 60.55%
G 27 of 109 ~ 24.77%
B 16 of 109 ~ 14.68%

%60.55
%24.77
%14.68

CMYK color model

#421B10 color CMYK value is (0,59,76,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 75.76%
  • key color value is 74.12%
CMYK:
(0,59,76,74)
C0M59Y76K74 
(0%,59%,76%,74%)
(0.00/0.59/0.76/0.74)	

CMYK percentages

%0
%59.09
%75.76
%74.12

Codes

Color #421B10 in popluar color models

421B10
RGB662716
HSL13°60.98%16.08%
HSB/HSV13°75.76%25.88%
CMYK0.00%59.09%75.76%
74.12%

Color #421B10 in popluar number systems.

HEX421B10
Decimal662716
Binary10000101101110000
Octal1023320

Shades and tints

Shades of #421B10

#421B10
(66,27,16)
#3C190F
(60,25,15)
#36170E
(54,23,14)
#30150D
(48,21,13)
#2A130C
(42,19,12)
#24110B
(36,17,11)
#1E0F0A
(30,15,10)
#180D09
(24,13,9)
#120B08
(18,11,8)
#0C0907
(12,9,7)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #421B10

#421B10
(66,27,16)
#532F25
(83,47,37)
#64433A
(100,67,58)
#75574F
(117,87,79)
#866B64
(134,107,100)
#977F79
(151,127,121)
#A8938E
(168,147,142)
#B9A7A3
(185,167,163)
#CABBB8
(202,187,184)
#DBCFCD
(219,207,205)
#ECE3E2
(236,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421B10 color. Also use rgb(66,27,16) instead hex code.

Text Font Color

.myTextColor { color: #421B10; }

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

This text font color is #421B10.


Background Color

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

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

This div background color is #421B10.


Border color

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

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

This div border color is #421B10.


Opacity

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

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

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

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

This text has shadow with #421B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B10 on black background.


Color preview on white background

This text has color #421B10 on white background.



Black color preview on #421B10 background

This text has black color on #421B10 background.


White color preview on #421B10 background

This text has white color on #421B10 background.