COLOR #216521

HEX: #216521
RGB: (33,101,33)

Color info

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

RGB color model

#216521 color RGB value is (33,101,33).

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

RGB channels and saturation

R 33 of 255 = 13%
G 101 of 255 = 40%
B 33 of 255 = 13%

33
101
33

R + G + B ~ 22%. #216521 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 101 + 33 = 167 (100%)
R 33 of 167 ~ 19.76%
G 101 of 167 ~ 60.48%
B 33 of 167 ~ 19.76%

%19.76
%60.48
%19.76

CMYK color model

#216521 color CMYK value is (67,0,67,60).

  • cyan value is 67.33%
  • magenta value is 0.00%
  • yellow value is 67.33%
  • key color value is 60.39%
CMYK:
(67,0,67,60)
C67M0Y67K60 
(67%,0%,67%,60%)
(0.67/0.00/0.67/0.60)	

CMYK percentages

%67.33
%0
%67.33
%60.39

Codes

Color #216521 in popluar color models

216521
RGB3310133
HSL120°50.75%26.27%
HSB/HSV120°67.33%39.61%
CMYK67.33%0.00%67.33%
60.39%

Color #216521 in popluar number systems.

HEX216521
Decimal3310133
Binary1000011100101100001
Octal4114541

Shades and tints

Shades of #216521

#216521
(33,101,33)
#1E5C1E
(30,92,30)
#1B531B
(27,83,27)
#184A18
(24,74,24)
#154115
(21,65,21)
#123812
(18,56,18)
#0F2F0F
(15,47,15)
#0C260C
(12,38,12)
#091D09
(9,29,9)
#061406
(6,20,6)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #216521

#216521
(33,101,33)
#357335
(53,115,53)
#498149
(73,129,73)
#5D8F5D
(93,143,93)
#719D71
(113,157,113)
#85AB85
(133,171,133)
#99B999
(153,185,153)
#ADC7AD
(173,199,173)
#C1D5C1
(193,213,193)
#D5E3D5
(213,227,213)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216521; }

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

This text font color is #216521.


Background Color

.myBgColor { background-color: #216521; }

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

This div background color is #216521.


Border color

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

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

This div border color is #216521.


Opacity

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

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

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

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

This text has shadow with #216521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216521 on black background.


Color preview on white background

This text has color #216521 on white background.



Black color preview on #216521 background

This text has black color on #216521 background.


White color preview on #216521 background

This text has white color on #216521 background.