COLOR #21422D

HEX: #21422D RGB: (33,66,45)

Color info

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

RGB color model

#21422D color RGB value is (33,66,45).

RGB: (33,66,45) (13%, 26%, 18%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 45 of 255 = 18%

33
66
45

R + G + B ~ 19%. #21422D is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 66 + 45 = 144 (100%)
R 33 of 144 ~ 22.92%
G 66 of 144 ~ 45.83%
B 45 of 144 ~ 31.25'%

%22.92
%45.83
%31.25

CMYK color model

#21422D color CMYK value is (50,0,32,74).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 74.12%

CMYK: (50,0,32,74)
C50M0Y32K74 (50%, 0%, 32%, 74%)
(0.50 / 0.00 / 0.32 / 0.74)

CMYK percentages

%50
%0
%31.82
%74.12

Codes

Color #21422D in popluar color models

21 42 2D
RGB 33 66 45
HSL 142° 33.33% 19.41%
HSB/HSV 142° 50.00% 25.88%
CMYK 50.00% 0.00% 31.82%
74.12%

Color #21422D in popluar number systems.

HEX 21 42 2D
Decimal 33 66 45
Binary 100001 1000010 101101
Octal 41 102 55

Shades and tints

Shades of #21422D

#21422D
(33,66,45)
#1E3C29
(30,60,41)
#1B3625
(27,54,37)
#183021
(24,48,33)
#152A1D
(21,42,29)
#122419
(18,36,25)
#0F1E15
(15,30,21)
#0C1811
(12,24,17)
#09120D
(9,18,13)
#060C09
(6,12,9)
#030605
(3,6,5)
#000000
(0,0,0)

Tints of #21422D

#21422D
(33,66,45)
#355340
(53,83,64)
#496453
(73,100,83)
#5D7566
(93,117,102)
#718679
(113,134,121)
#85978C
(133,151,140)
#99A89F
(153,168,159)
#ADB9B2
(173,185,178)
#C1CAC5
(193,202,197)
#D5DBD8
(213,219,216)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21422D color. Also use rgb(33,66,45) instead hex code.

Text Font Color

.myTextColor { color: #21422D; }

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

This text font color is #21422D.

Background Color

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

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

This div background color is #21422D.

Border color

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

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

This div border color is #21422D.

Opacity

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

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

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

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

This text has shadow with #21422D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21422D.

Preview

Color preview on black background

This text has color #21422D on black background.


Color preview on white background

This text has color #21422D on white background.


Black color preview on #21422D background

This text has black color on #21422D background.


White color preview on #21422D background

This text has white color on #21422D background.


Related colors

Complementary color

Complementary color for #hex is #DEBDD2.


I love getcolorcode.com

Triadic colors

1 #2D2142 and #422D21 with #21422D are triadic colors.

2 #2D4221 and #42212D with #21422D are triadic colors.