COLOR #21292D

HEX: #21292D RGB: (33,41,45)

Color info

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

RGB color model

#21292D color RGB value is (33,41,45).

RGB: (33,41,45) (13%, 16%, 18%)

RGB channels and saturation

R 33 of 255 = 13%
G 41 of 255 = 16%
B 45 of 255 = 18%

33
41
45

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

Portions of RGB colors in percentages

R + G + B = 33 + 41 + 45 = 119 (100%)
R 33 of 119 ~ 27.73%
G 41 of 119 ~ 34.45%
B 45 of 119 ~ 37.82'%

%27.73
%34.45
%37.82

CMYK color model

#21292D color CMYK value is (27,9,0,82).

  • cyan value is 26.67%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (27,9,0,82)
C27M9Y0K82 (27%, 9%, 0%, 82%)
(0.27 / 0.09 / 0.00 / 0.82)

CMYK percentages

%26.67
%8.89
%0
%82.35

Codes

Color #21292D in popluar color models

21 29 2D
RGB 33 41 45
HSL 200° 15.38% 15.29%
HSB/HSV 200° 26.67% 17.65%
CMYK 26.67% 8.89% 0.00%
82.35%

Color #21292D in popluar number systems.

HEX 21 29 2D
Decimal 33 41 45
Binary 100001 101001 101101
Octal 41 51 55

Shades and tints

Shades of #21292D

#21292D
(33,41,45)
#1E2629
(30,38,41)
#1B2325
(27,35,37)
#182021
(24,32,33)
#151D1D
(21,29,29)
#121A19
(18,26,25)
#0F1715
(15,23,21)
#0C1411
(12,20,17)
#09110D
(9,17,13)
#060E09
(6,14,9)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #21292D

#21292D
(33,41,45)
#353C40
(53,60,64)
#494F53
(73,79,83)
#5D6266
(93,98,102)
#717579
(113,117,121)
#85888C
(133,136,140)
#999B9F
(153,155,159)
#ADAEB2
(173,174,178)
#C1C1C5
(193,193,197)
#D5D4D8
(213,212,216)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21292D; }

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

This text font color is #21292D.

Background Color

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

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

This div background color is #21292D.

Border color

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

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

This div border color is #21292D.

Opacity

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

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

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

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

This text has shadow with #21292D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21292D.

Preview

Color preview on black background

This text has color #21292D on black background.


Color preview on white background

This text has color #21292D on white background.


Black color preview on #21292D background

This text has black color on #21292D background.


White color preview on #21292D background

This text has white color on #21292D background.


Related colors

Complementary color

Complementary color for #hex is #DED6D2.


I love getcolorcode.com

Triadic colors

1 #2D2129 and #292D21 with #21292D are triadic colors.

2 #2D2921 and #29212D with #21292D are triadic colors.