COLOR #21372F

HEX: #21372F
RGB: (33,55,47)

Color info

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

RGB color model

#21372F color RGB value is (33,55,47).

  • red value is 33;
  • green value is 55;
  • blue value is 47.
RGB:
(33,55,47)
(13%,22%,18%)

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 47 of 255 = 18%

33
55
47

R + G + B ~ 18%. #21372F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 47 = 135 (100%)
R 33 of 135 ~ 24.44%
G 55 of 135 ~ 40.74%
B 47 of 135 ~ 34.81%

%24.44
%40.74
%34.81

CMYK color model

#21372F color CMYK value is (40,0,15,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 78.43%
CMYK:
(40,0,15,78)
C40M0Y15K78 
(40%,0%,15%,78%)
(0.40/0.00/0.15/0.78)	

CMYK percentages

%40
%0
%14.55
%78.43

Codes

Color #21372F in popluar color models

21372F
RGB335547
HSL158°25.00%17.25%
HSB/HSV158°40.00%21.57%
CMYK40.00%0.00%14.55%
78.43%

Color #21372F in popluar number systems.

HEX21372F
Decimal335547
Binary100001110111101111
Octal416757

Shades and tints

Shades of #21372F

#21372F
(33,55,47)
#1E322B
(30,50,43)
#1B2D27
(27,45,39)
#182823
(24,40,35)
#15231F
(21,35,31)
#121E1B
(18,30,27)
#0F1917
(15,25,23)
#0C1413
(12,20,19)
#090F0F
(9,15,15)
#060A0B
(6,10,11)
#030507
(3,5,7)
#000000
(0,0,0)

Tints of #21372F

#21372F
(33,55,47)
#354941
(53,73,65)
#495B53
(73,91,83)
#5D6D65
(93,109,101)
#717F77
(113,127,119)
#859189
(133,145,137)
#99A39B
(153,163,155)
#ADB5AD
(173,181,173)
#C1C7BF
(193,199,191)
#D5D9D1
(213,217,209)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21372F; }

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

This text font color is #21372F.


Background Color

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

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

This div background color is #21372F.


Border color

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

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

This div border color is #21372F.


Opacity

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

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

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

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

This text has shadow with #21372F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21372F on black background.


Color preview on white background

This text has color #21372F on white background.



Black color preview on #21372F background

This text has black color on #21372F background.


White color preview on #21372F background

This text has white color on #21372F background.