COLOR #21332D

HEX: #21332D RGB: (33,51,45)

Color info

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

RGB color model

#21332D color RGB value is (33,51,45).

RGB: (33,51,45) (13%, 20%, 18%)

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 45 of 255 = 18%

33
51
45

R + G + B ~ 17%. #21332D is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 51 + 45 = 129 (100%)
R 33 of 129 ~ 25.58%
G 51 of 129 ~ 39.53%
B 45 of 129 ~ 34.88'%

%25.58
%39.53
%34.88

CMYK color model

#21332D color CMYK value is (35,0,12,80).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 80.00%

CMYK: (35,0,12,80)
C35M0Y12K80 (35%, 0%, 12%, 80%)
(0.35 / 0.00 / 0.12 / 0.80)

CMYK percentages

%35.29
%0
%11.76
%80

Codes

Color #21332D in popluar color models

21 33 2D
RGB 33 51 45
HSL 160° 21.43% 16.47%
HSB/HSV 160° 35.29% 20.00%
CMYK 35.29% 0.00% 11.76%
80.00%

Color #21332D in popluar number systems.

HEX 21 33 2D
Decimal 33 51 45
Binary 100001 110011 101101
Octal 41 63 55

Shades and tints

Shades of #21332D

#21332D
(33,51,45)
#1E2F29
(30,47,41)
#1B2B25
(27,43,37)
#182721
(24,39,33)
#15231D
(21,35,29)
#121F19
(18,31,25)
#0F1B15
(15,27,21)
#0C1711
(12,23,17)
#09130D
(9,19,13)
#060F09
(6,15,9)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #21332D

#21332D
(33,51,45)
#354540
(53,69,64)
#495753
(73,87,83)
#5D6966
(93,105,102)
#717B79
(113,123,121)
#858D8C
(133,141,140)
#999F9F
(153,159,159)
#ADB1B2
(173,177,178)
#C1C3C5
(193,195,197)
#D5D5D8
(213,213,216)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21332D; }

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

This text font color is #21332D.

Background Color

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

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

This div background color is #21332D.

Border color

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

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

This div border color is #21332D.

Opacity

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

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

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

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

This text has shadow with #21332D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21332D.

Preview

Color preview on black background

This text has color #21332D on black background.


Color preview on white background

This text has color #21332D on white background.


Black color preview on #21332D background

This text has black color on #21332D background.


White color preview on #21332D background

This text has white color on #21332D background.


Related colors

Complementary color

Complementary color for #hex is #DECCD2.


I love getcolorcode.com

Triadic colors

1 #2D2133 and #332D21 with #21332D are triadic colors.

2 #2D3321 and #33212D with #21332D are triadic colors.