COLOR #216E21

HEX: #216E21
RGB: (33,110,33)

Color info

#216E21 contains mainly green color. Web safe color of #216E21 is #336633 (or #363).

RGB color model

#216E21 color RGB value is (33,110,33).

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

RGB channels and saturation

R 33 of 255 = 13%
G 110 of 255 = 43%
B 33 of 255 = 13%

33
110
33

R + G + B ~ 23%. #216E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 110 + 33 = 176 (100%)
R 33 of 176 ~ 18.75%
G 110 of 176 ~ 62.5%
B 33 of 176 ~ 18.75%

%18.75
%62.5
%18.75

CMYK color model

#216E21 color CMYK value is (70,0,70,57).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 56.86%
CMYK:
(70,0,70,57)
C70M0Y70K57 
(70%,0%,70%,57%)
(0.70/0.00/0.70/0.57)	

CMYK percentages

%70
%0
%70
%56.86

Codes

Color #216E21 in popluar color models

216E21
RGB3311033
HSL120°53.85%28.04%
HSB/HSV120°70.00%43.14%
CMYK70.00%0.00%70.00%
56.86%

Color #216E21 in popluar number systems.

HEX216E21
Decimal3311033
Binary1000011101110100001
Octal4115641

Shades and tints

Shades of #216E21

#216E21
(33,110,33)
#1E641E
(30,100,30)
#1B5A1B
(27,90,27)
#185018
(24,80,24)
#154615
(21,70,21)
#123C12
(18,60,18)
#0F320F
(15,50,15)
#0C280C
(12,40,12)
#091E09
(9,30,9)
#061406
(6,20,6)
#030A03
(3,10,3)
#000000
(0,0,0)

Tints of #216E21

#216E21
(33,110,33)
#357B35
(53,123,53)
#498849
(73,136,73)
#5D955D
(93,149,93)
#71A271
(113,162,113)
#85AF85
(133,175,133)
#99BC99
(153,188,153)
#ADC9AD
(173,201,173)
#C1D6C1
(193,214,193)
#D5E3D5
(213,227,213)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216E21; }

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

This text font color is #216E21.


Background Color

.myBgColor { background-color: #216E21; }

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

This div background color is #216E21.


Border color

.myBorderColor { border: 1px solid #216E21; }

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

This div border color is #216E21.


Opacity

.myOpacity80 { color: #216E21; opacity: 0.8; }

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

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

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

This text has shadow with #216E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216E21 on black background.


Color preview on white background

This text has color #216E21 on white background.



Black color preview on #216E21 background

This text has black color on #216E21 background.


White color preview on #216E21 background

This text has white color on #216E21 background.