COLOR #421D1B

HEX: #421D1B RGB: (66,29,27)

Color info

#421D1B contains red, green and blue colors in about the same proportion. Web safe color of #421D1B is #333333 (or #333).

RGB color model

#421D1B color RGB value is (66,29,27).

RGB: (66,29,27) (26%, 11%, 11%)

RGB channels and saturation

R 66 of 255 = 26%
G 29 of 255 = 11%
B 27 of 255 = 11%

66
29
27

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

Portions of RGB colors in percentages

R + G + B = 66 + 29 + 27 = 122 (100%)
R 66 of 122 ~ 54.1%
G 29 of 122 ~ 23.77%
B 27 of 122 ~ 22.13'%

%54.1
%23.77
%22.13

CMYK color model

#421D1B color CMYK value is (0,56,59,74).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 59.09%
  • key color value is 74.12%

CMYK: (0,56,59,74)
C0M56Y59K74 (0%, 56%, 59%, 74%)
(0.00 / 0.56 / 0.59 / 0.74)

CMYK percentages

%0
%56.06
%59.09
%74.12

Codes

Color #421D1B in popluar color models

42 1D 1B
RGB 66 29 27
HSL 41.94% 18.24%
HSB/HSV 59.09% 25.88%
CMYK 0.00% 56.06% 59.09%
74.12%

Color #421D1B in popluar number systems.

HEX 42 1D 1B
Decimal 66 29 27
Binary 1000010 11101 11011
Octal 102 35 33

Shades and tints

Shades of #421D1B

#421D1B
(66,29,27)
#3C1B19
(60,27,25)
#361917
(54,25,23)
#301715
(48,23,21)
#2A1513
(42,21,19)
#241311
(36,19,17)
#1E110F
(30,17,15)
#180F0D
(24,15,13)
#120D0B
(18,13,11)
#0C0B09
(12,11,9)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #421D1B

#421D1B
(66,29,27)
#53312F
(83,49,47)
#644543
(100,69,67)
#755957
(117,89,87)
#866D6B
(134,109,107)
#97817F
(151,129,127)
#A89593
(168,149,147)
#B9A9A7
(185,169,167)
#CABDBB
(202,189,187)
#DBD1CF
(219,209,207)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421D1B; }

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

This text font color is #421D1B.

Background Color

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

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

This div background color is #421D1B.

Border color

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

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

This div border color is #421D1B.

Opacity

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

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

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

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

This text has shadow with #421D1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421D1B.

Preview

Color preview on black background

This text has color #421D1B on black background.


Color preview on white background

This text has color #421D1B on white background.


Black color preview on #421D1B background

This text has black color on #421D1B background.


White color preview on #421D1B background

This text has white color on #421D1B background.


Related colors

Complementary color

Complementary color for #hex is #BDE2E4.


I love getcolorcode.com

Triadic colors

1 #1B421D and #1D1B42 with #421D1B are triadic colors.

2 #1B1D42 and #1D421B with #421D1B are triadic colors.