COLOR #216E32

HEX: #216E32
RGB: (33,110,50)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

33
110
50

R + G + B ~ 25%. #216E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 110 + 50 = 193 (100%)
R 33 of 193 ~ 17.1%
G 110 of 193 ~ 56.99%
B 50 of 193 ~ 25.91%

%17.1
%56.99
%25.91

CMYK color model

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

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

CMYK percentages

%70
%0
%54.55
%56.86

Codes

Color #216E32 in popluar color models

216E32
RGB3311050
HSL133°53.85%28.04%
HSB/HSV133°70.00%43.14%
CMYK70.00%0.00%54.55%
56.86%

Color #216E32 in popluar number systems.

HEX216E32
Decimal3311050
Binary1000011101110110010
Octal4115662

Shades and tints

Shades of #216E32

#216E32
(33,110,50)
#1E642E
(30,100,46)
#1B5A2A
(27,90,42)
#185026
(24,80,38)
#154622
(21,70,34)
#123C1E
(18,60,30)
#0F321A
(15,50,26)
#0C2816
(12,40,22)
#091E12
(9,30,18)
#06140E
(6,20,14)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #216E32

#216E32
(33,110,50)
#357B44
(53,123,68)
#498856
(73,136,86)
#5D9568
(93,149,104)
#71A27A
(113,162,122)
#85AF8C
(133,175,140)
#99BC9E
(153,188,158)
#ADC9B0
(173,201,176)
#C1D6C2
(193,214,194)
#D5E3D4
(213,227,212)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216E32; }

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

This text font color is #216E32.


Background Color

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

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

This div background color is #216E32.


Border color

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

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

This div border color is #216E32.


Opacity

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

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

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

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

This text has shadow with #216E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216E32 on black background.


Color preview on white background

This text has color #216E32 on white background.



Black color preview on #216E32 background

This text has black color on #216E32 background.


White color preview on #216E32 background

This text has white color on #216E32 background.