COLOR #213021

HEX: #213021
RGB: (33,48,33)

Color info

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

RGB color model

#213021 color RGB value is (33,48,33).

  • red value is 33;
  • green value is 48;
  • blue value is 33.
RGB:
(33,48,33)
(13%,19%,13%)

RGB channels and saturation

R 33 of 255 = 13%
G 48 of 255 = 19%
B 33 of 255 = 13%

33
48
33

R + G + B ~ 15%. #213021 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 48 + 33 = 114 (100%)
R 33 of 114 ~ 28.95%
G 48 of 114 ~ 42.11%
B 33 of 114 ~ 28.95%

%28.95
%42.11
%28.95

CMYK color model

#213021 color CMYK value is (31,0,31,81).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 81.18%
CMYK:
(31,0,31,81)
C31M0Y31K81 
(31%,0%,31%,81%)
(0.31/0.00/0.31/0.81)	

CMYK percentages

%31.25
%0
%31.25
%81.18

Codes

Color #213021 in popluar color models

213021
RGB334833
HSL120°18.52%15.88%
HSB/HSV120°31.25%18.82%
CMYK31.25%0.00%31.25%
81.18%

Color #213021 in popluar number systems.

HEX213021
Decimal334833
Binary100001110000100001
Octal416041

Shades and tints

Shades of #213021

#213021
(33,48,33)
#1E2C1E
(30,44,30)
#1B281B
(27,40,27)
#182418
(24,36,24)
#152015
(21,32,21)
#121C12
(18,28,18)
#0F180F
(15,24,15)
#0C140C
(12,20,12)
#091009
(9,16,9)
#060C06
(6,12,6)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #213021

#213021
(33,48,33)
#354235
(53,66,53)
#495449
(73,84,73)
#5D665D
(93,102,93)
#717871
(113,120,113)
#858A85
(133,138,133)
#999C99
(153,156,153)
#ADAEAD
(173,174,173)
#C1C0C1
(193,192,193)
#D5D2D5
(213,210,213)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213021; }

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

This text font color is #213021.


Background Color

.myBgColor { background-color: #213021; }

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

This div background color is #213021.


Border color

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

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

This div border color is #213021.


Opacity

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

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

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

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

This text has shadow with #213021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213021 on black background.


Color preview on white background

This text has color #213021 on white background.



Black color preview on #213021 background

This text has black color on #213021 background.


White color preview on #213021 background

This text has white color on #213021 background.