COLOR #21401D

HEX: #21401D RGB: (33,64,29)

Color info

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

RGB color model

#21401D color RGB value is (33,64,29).

RGB: (33,64,29) (13%, 25%, 11%)

RGB channels and saturation

R 33 of 255 = 13%
G 64 of 255 = 25%
B 29 of 255 = 11%

33
64
29

R + G + B ~ 16%. #21401D is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 64 + 29 = 126 (100%)
R 33 of 126 ~ 26.19%
G 64 of 126 ~ 50.79%
B 29 of 126 ~ 23.02'%

%26.19
%50.79
%23.02

CMYK color model

#21401D color CMYK value is (48,0,55,75).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 54.69%
  • key color value is 74.90%

CMYK: (48,0,55,75)
C48M0Y55K75 (48%, 0%, 55%, 75%)
(0.48 / 0.00 / 0.55 / 0.75)

CMYK percentages

%48.44
%0
%54.69
%74.9

Codes

Color #21401D in popluar color models

21 40 1D
RGB 33 64 29
HSL 113° 37.63% 18.24%
HSB/HSV 113° 54.69% 25.10%
CMYK 48.44% 0.00% 54.69%
74.90%

Color #21401D in popluar number systems.

HEX 21 40 1D
Decimal 33 64 29
Binary 100001 1000000 11101
Octal 41 100 35

Shades and tints

Shades of #21401D

#21401D
(33,64,29)
#1E3B1B
(30,59,27)
#1B3619
(27,54,25)
#183117
(24,49,23)
#152C15
(21,44,21)
#122713
(18,39,19)
#0F2211
(15,34,17)
#0C1D0F
(12,29,15)
#09180D
(9,24,13)
#06130B
(6,19,11)
#030E09
(3,14,9)
#000000
(0,0,0)

Tints of #21401D

#21401D
(33,64,29)
#355131
(53,81,49)
#496245
(73,98,69)
#5D7359
(93,115,89)
#71846D
(113,132,109)
#859581
(133,149,129)
#99A695
(153,166,149)
#ADB7A9
(173,183,169)
#C1C8BD
(193,200,189)
#D5D9D1
(213,217,209)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21401D color. Also use rgb(33,64,29) instead hex code.

Text Font Color

.myTextColor { color: #21401D; }

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

This text font color is #21401D.

Background Color

.myBgColor { background-color: #21401D; }

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

This div background color is #21401D.

Border color

.myBorderColor { border: 1px solid #21401D; }

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

This div border color is #21401D.

Opacity

.myOpacity80 { color: #21401D; opacity: 0.8; }

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

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

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

This text has shadow with #21401D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21401D.

Preview

Color preview on black background

This text has color #21401D on black background.


Color preview on white background

This text has color #21401D on white background.


Black color preview on #21401D background

This text has black color on #21401D background.


White color preview on #21401D background

This text has white color on #21401D background.


Related colors

Complementary color

Complementary color for #hex is #DEBFE2.


I love getcolorcode.com

Triadic colors

1 #1D2140 and #401D21 with #21401D are triadic colors.

2 #1D4021 and #40211D with #21401D are triadic colors.