COLOR #213424

HEX: #213424
RGB: (33,52,36)

Color info

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

RGB color model

#213424 color RGB value is (33,52,36).

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

RGB channels and saturation

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

33
52
36

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

Portions of RGB colors in percentages

R + G + B =
33 + 52 + 36 = 121 (100%)
R 33 of 121 ~ 27.27%
G 52 of 121 ~ 42.98%
B 36 of 121 ~ 29.75%

%27.27
%42.98
%29.75

CMYK color model

#213424 color CMYK value is (37,0,31,80).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 79.61%
CMYK:
(37,0,31,80)
C37M0Y31K80 
(37%,0%,31%,80%)
(0.37/0.00/0.31/0.80)	

CMYK percentages

%36.54
%0
%30.77
%79.61

Codes

Color #213424 in popluar color models

213424
RGB335236
HSL129°22.35%16.67%
HSB/HSV129°36.54%20.39%
CMYK36.54%0.00%30.77%
79.61%

Color #213424 in popluar number systems.

HEX213424
Decimal335236
Binary100001110100100100
Octal416444

Shades and tints

Shades of #213424

#213424
(33,52,36)
#1E3021
(30,48,33)
#1B2C1E
(27,44,30)
#18281B
(24,40,27)
#152418
(21,36,24)
#122015
(18,32,21)
#0F1C12
(15,28,18)
#0C180F
(12,24,15)
#09140C
(9,20,12)
#061009
(6,16,9)
#030C06
(3,12,6)
#000000
(0,0,0)

Tints of #213424

#213424
(33,52,36)
#354637
(53,70,55)
#49584A
(73,88,74)
#5D6A5D
(93,106,93)
#717C70
(113,124,112)
#858E83
(133,142,131)
#99A096
(153,160,150)
#ADB2A9
(173,178,169)
#C1C4BC
(193,196,188)
#D5D6CF
(213,214,207)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213424; }

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

This text font color is #213424.


Background Color

.myBgColor { background-color: #213424; }

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

This div background color is #213424.


Border color

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

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

This div border color is #213424.


Opacity

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

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

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

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

This text has shadow with #213424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213424 on black background.


Color preview on white background

This text has color #213424 on white background.



Black color preview on #213424 background

This text has black color on #213424 background.


White color preview on #213424 background

This text has white color on #213424 background.