COLOR #21332B

HEX: #21332B
RGB: (33,51,43)

Color info

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

RGB color model

#21332B color RGB value is (33,51,43).

  • red value is 33;
  • green value is 51;
  • blue value is 43.
RGB:
(33,51,43)
(13%,20%,17%)

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 43 of 255 = 17%

33
51
43

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

Portions of RGB colors in percentages

R + G + B =
33 + 51 + 43 = 127 (100%)
R 33 of 127 ~ 25.98%
G 51 of 127 ~ 40.16%
B 43 of 127 ~ 33.86%

%25.98
%40.16
%33.86

CMYK color model

#21332B color CMYK value is (35,0,16,80).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 80.00%
CMYK:
(35,0,16,80)
C35M0Y16K80 
(35%,0%,16%,80%)
(0.35/0.00/0.16/0.80)	

CMYK percentages

%35.29
%0
%15.69
%80

Codes

Color #21332B in popluar color models

21332B
RGB335143
HSL153°21.43%16.47%
HSB/HSV153°35.29%20.00%
CMYK35.29%0.00%15.69%
80.00%

Color #21332B in popluar number systems.

HEX21332B
Decimal335143
Binary100001110011101011
Octal416353

Shades and tints

Shades of #21332B

#21332B
(33,51,43)
#1E2F28
(30,47,40)
#1B2B25
(27,43,37)
#182722
(24,39,34)
#15231F
(21,35,31)
#121F1C
(18,31,28)
#0F1B19
(15,27,25)
#0C1716
(12,23,22)
#091313
(9,19,19)
#060F10
(6,15,16)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #21332B

#21332B
(33,51,43)
#35453E
(53,69,62)
#495751
(73,87,81)
#5D6964
(93,105,100)
#717B77
(113,123,119)
#858D8A
(133,141,138)
#999F9D
(153,159,157)
#ADB1B0
(173,177,176)
#C1C3C3
(193,195,195)
#D5D5D6
(213,213,214)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21332B; }

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

This text font color is #21332B.


Background Color

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

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

This div background color is #21332B.


Border color

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

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

This div border color is #21332B.


Opacity

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

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

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

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

This text has shadow with #21332B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21332B on black background.


Color preview on white background

This text has color #21332B on white background.



Black color preview on #21332B background

This text has black color on #21332B background.


White color preview on #21332B background

This text has white color on #21332B background.