COLOR #421A0B

HEX: #421A0B
RGB: (66,26,11)

Color info

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

RGB color model

#421A0B color RGB value is (66,26,11).

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

RGB channels and saturation

R 66 of 255 = 26%
G 26 of 255 = 10%
B 11 of 255 = 4%

66
26
11

R + G + B ~ 13%. #421A0B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 26 + 11 = 103 (100%)
R 66 of 103 ~ 64.08%
G 26 of 103 ~ 25.24%
B 11 of 103 ~ 10.68%

%64.08
%25.24
%10.68

CMYK color model

#421A0B color CMYK value is (0,61,83,74).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 83.33%
  • key color value is 74.12%
CMYK:
(0,61,83,74)
C0M61Y83K74 
(0%,61%,83%,74%)
(0.00/0.61/0.83/0.74)	

CMYK percentages

%0
%60.61
%83.33
%74.12

Codes

Color #421A0B in popluar color models

421A0B
RGB662611
HSL16°71.43%15.10%
HSB/HSV16°83.33%25.88%
CMYK0.00%60.61%83.33%
74.12%

Color #421A0B in popluar number systems.

HEX421A0B
Decimal662611
Binary1000010110101011
Octal1023213

Shades and tints

Shades of #421A0B

#421A0B
(66,26,11)
#3C180A
(60,24,10)
#361609
(54,22,9)
#301408
(48,20,8)
#2A1207
(42,18,7)
#241006
(36,16,6)
#1E0E05
(30,14,5)
#180C04
(24,12,4)
#120A03
(18,10,3)
#0C0802
(12,8,2)
#060601
(6,6,1)
#000000
(0,0,0)

Tints of #421A0B

#421A0B
(66,26,11)
#532E21
(83,46,33)
#644237
(100,66,55)
#75564D
(117,86,77)
#866A63
(134,106,99)
#977E79
(151,126,121)
#A8928F
(168,146,143)
#B9A6A5
(185,166,165)
#CABABB
(202,186,187)
#DBCED1
(219,206,209)
#ECE2E7
(236,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421A0B; }

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

This text font color is #421A0B.


Background Color

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

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

This div background color is #421A0B.


Border color

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

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

This div border color is #421A0B.


Opacity

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

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

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

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

This text has shadow with #421A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421A0B on black background.


Color preview on white background

This text has color #421A0B on white background.



Black color preview on #421A0B background

This text has black color on #421A0B background.


White color preview on #421A0B background

This text has white color on #421A0B background.