COLOR #213324

HEX: #213324
RGB: (33,51,36)

Color info

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

RGB color model

#213324 color RGB value is (33,51,36).

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

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 36 of 255 = 14%

33
51
36

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

Portions of RGB colors in percentages

R + G + B =
33 + 51 + 36 = 120 (100%)
R 33 of 120 ~ 27.5%
G 51 of 120 ~ 42.5%
B 36 of 120 ~ 30%

%27.5
%42.5
%30

CMYK color model

#213324 color CMYK value is (35,0,29,80).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 80.00%
CMYK:
(35,0,29,80)
C35M0Y29K80 
(35%,0%,29%,80%)
(0.35/0.00/0.29/0.80)	

CMYK percentages

%35.29
%0
%29.41
%80

Codes

Color #213324 in popluar color models

213324
RGB335136
HSL130°21.43%16.47%
HSB/HSV130°35.29%20.00%
CMYK35.29%0.00%29.41%
80.00%

Color #213324 in popluar number systems.

HEX213324
Decimal335136
Binary100001110011100100
Octal416344

Shades and tints

Shades of #213324

#213324
(33,51,36)
#1E2F21
(30,47,33)
#1B2B1E
(27,43,30)
#18271B
(24,39,27)
#152318
(21,35,24)
#121F15
(18,31,21)
#0F1B12
(15,27,18)
#0C170F
(12,23,15)
#09130C
(9,19,12)
#060F09
(6,15,9)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #213324

#213324
(33,51,36)
#354537
(53,69,55)
#49574A
(73,87,74)
#5D695D
(93,105,93)
#717B70
(113,123,112)
#858D83
(133,141,131)
#999F96
(153,159,150)
#ADB1A9
(173,177,169)
#C1C3BC
(193,195,188)
#D5D5CF
(213,213,207)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213324; }

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

This text font color is #213324.


Background Color

.myBgColor { background-color: #213324; }

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

This div background color is #213324.


Border color

.myBorderColor { border: 1px solid #213324; }

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

This div border color is #213324.


Opacity

.myOpacity80 { color: #213324; opacity: 0.8; }

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

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

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

This text has shadow with #213324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213324 on black background.


Color preview on white background

This text has color #213324 on white background.



Black color preview on #213324 background

This text has black color on #213324 background.


White color preview on #213324 background

This text has white color on #213324 background.