COLOR #421811

HEX: #421811 RGB: (66,24,17)

Color info

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

RGB color model

#421811 color RGB value is (66,24,17).

RGB: (66,24,17) (26%, 9%, 7%)

RGB channels and saturation

R 66 of 255 = 26%
G 24 of 255 = 9%
B 17 of 255 = 7%

66
24
17

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

Portions of RGB colors in percentages

R + G + B = 66 + 24 + 17 = 107 (100%)
R 66 of 107 ~ 61.68%
G 24 of 107 ~ 22.43%
B 17 of 107 ~ 15.89'%

%61.68
%22.43
%15.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 74.24%
  • key color value is 74.12%

CMYK: (0,64,74,74)
C0M64Y74K74 (0%, 64%, 74%, 74%)
(0.00 / 0.64 / 0.74 / 0.74)

CMYK percentages

%0
%63.64
%74.24
%74.12

Codes

Color #421811 in popluar color models

42 18 11
RGB 66 24 17
HSL 59.04% 16.27%
HSB/HSV 74.24% 25.88%
CMYK 0.00% 63.64% 74.24%
74.12%

Color #421811 in popluar number systems.

HEX 42 18 11
Decimal 66 24 17
Binary 1000010 11000 10001
Octal 102 30 21

Shades and tints

Shades of #421811

#421811
(66,24,17)
#3C1610
(60,22,16)
#36140F
(54,20,15)
#30120E
(48,18,14)
#2A100D
(42,16,13)
#240E0C
(36,14,12)
#1E0C0B
(30,12,11)
#180A0A
(24,10,10)
#120809
(18,8,9)
#0C0608
(12,6,8)
#060407
(6,4,7)
#000000
(0,0,0)

Tints of #421811

#421811
(66,24,17)
#532D26
(83,45,38)
#64423B
(100,66,59)
#755750
(117,87,80)
#866C65
(134,108,101)
#97817A
(151,129,122)
#A8968F
(168,150,143)
#B9ABA4
(185,171,164)
#CAC0B9
(202,192,185)
#DBD5CE
(219,213,206)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421811; }

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

This text font color is #421811.

Background Color

.myBgColor { background-color: #421811; }

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

This div background color is #421811.

Border color

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

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

This div border color is #421811.

Opacity

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

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

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

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

This text has shadow with #421811 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421811.

Preview

Color preview on black background

This text has color #421811 on black background.


Color preview on white background

This text has color #421811 on white background.


Black color preview on #421811 background

This text has black color on #421811 background.


White color preview on #421811 background

This text has white color on #421811 background.


Related colors

Complementary color

Complementary color for #hex is #BDE7EE.


I love getcolorcode.com

Triadic colors

1 #114218 and #181142 with #421811 are triadic colors.

2 #111842 and #184211 with #421811 are triadic colors.