COLOR #21332F

HEX: #21332F RGB: (33,51,47)

Color info

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

RGB color model

#21332F color RGB value is (33,51,47).

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

RGB channels and saturation

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

33
51
47

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

Portions of RGB colors in percentages

R + G + B = 33 + 51 + 47 = 131 (100%)
R 33 of 131 ~ 25.19%
G 51 of 131 ~ 38.93%
B 47 of 131 ~ 35.88'%

%25.19
%38.93
%35.88

CMYK color model

#21332F color CMYK value is (35,0,8,80).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 80.00%
CMYK: (35,0,8,80) C35M0Y8K80 (35%,0%,8%,80%) (0.35/0.00/0.08/0.80) 

CMYK percentages

%35.29
%0
%7.84
%80

Codes

Color #21332F in popluar color models

21 33 2F
RGB 33 51 47
HSL 167° 21.43% 16.47%
HSB/HSV 167° 35.29% 20.00%
CMYK 35.29% 0.00% 7.84%
80.00%

Color #21332F in popluar number systems.

HEX 21 33 2F
Decimal 33 51 47
Binary 100001 110011 101111
Octal 41 63 57

Shades and tints

Shades of #21332F

#21332F
(33,51,47)
#1E2F2B
(30,47,43)
#1B2B27
(27,43,39)
#182723
(24,39,35)
#15231F
(21,35,31)
#121F1B
(18,31,27)
#0F1B17
(15,27,23)
#0C1713
(12,23,19)
#09130F
(9,19,15)
#060F0B
(6,15,11)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #21332F

#21332F
(33,51,47)
#354541
(53,69,65)
#495753
(73,87,83)
#5D6965
(93,105,101)
#717B77
(113,123,119)
#858D89
(133,141,137)
#999F9B
(153,159,155)
#ADB1AD
(173,177,173)
#C1C3BF
(193,195,191)
#D5D5D1
(213,213,209)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21332F; }

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

This text font color is #21332F.

Background Color

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

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

This div background color is #21332F.

Border color

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

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

This div border color is #21332F.

Opacity

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

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

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

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

This text has shadow with #21332F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21332F.

Preview

Color preview on black background

This text has color #21332F on black background.


Color preview on white background

This text has color #21332F on white background.


Black color preview on #21332F background

This text has black color on #21332F background.


White color preview on #21332F background

This text has white color on #21332F background.


Related colors

Complementary color

Complementary color for #hex is #DECCD0.


I love getcolorcode.com

Triadic colors

1 #2F2133 and #332F21 with #21332F are triadic colors.

2 #2F3321 and #33212F with #21332F are triadic colors.