COLOR #216B2E

HEX: #216B2E
RGB: (33,107,46)

Color info

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

RGB color model

#216B2E color RGB value is (33,107,46).

  • red value is 33;
  • green value is 107;
  • blue value is 46.
RGB:
(33,107,46)
(13%,42%,18%)

RGB channels and saturation

R 33 of 255 = 13%
G 107 of 255 = 42%
B 46 of 255 = 18%

33
107
46

R + G + B ~ 24%. #216B2E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 107 + 46 = 186 (100%)
R 33 of 186 ~ 17.74%
G 107 of 186 ~ 57.53%
B 46 of 186 ~ 24.73%

%17.74
%57.53
%24.73

CMYK color model

#216B2E color CMYK value is (69,0,57,58).

  • cyan value is 69.16%
  • magenta value is 0.00%
  • yellow value is 57.01%
  • key color value is 58.04%
CMYK:
(69,0,57,58)
C69M0Y57K58 
(69%,0%,57%,58%)
(0.69/0.00/0.57/0.58)	

CMYK percentages

%69.16
%0
%57.01
%58.04

Codes

Color #216B2E in popluar color models

216B2E
RGB3310746
HSL131°52.86%27.45%
HSB/HSV131°69.16%41.96%
CMYK69.16%0.00%57.01%
58.04%

Color #216B2E in popluar number systems.

HEX216B2E
Decimal3310746
Binary1000011101011101110
Octal4115356

Shades and tints

Shades of #216B2E

#216B2E
(33,107,46)
#1E622A
(30,98,42)
#1B5926
(27,89,38)
#185022
(24,80,34)
#15471E
(21,71,30)
#123E1A
(18,62,26)
#0F3516
(15,53,22)
#0C2C12
(12,44,18)
#09230E
(9,35,14)
#061A0A
(6,26,10)
#031106
(3,17,6)
#000000
(0,0,0)

Tints of #216B2E

#216B2E
(33,107,46)
#357841
(53,120,65)
#498554
(73,133,84)
#5D9267
(93,146,103)
#719F7A
(113,159,122)
#85AC8D
(133,172,141)
#99B9A0
(153,185,160)
#ADC6B3
(173,198,179)
#C1D3C6
(193,211,198)
#D5E0D9
(213,224,217)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216B2E; }

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

This text font color is #216B2E.


Background Color

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

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

This div background color is #216B2E.


Border color

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

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

This div border color is #216B2E.


Opacity

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

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

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

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

This text has shadow with #216B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216B2E on black background.


Color preview on white background

This text has color #216B2E on white background.



Black color preview on #216B2E background

This text has black color on #216B2E background.


White color preview on #216B2E background

This text has white color on #216B2E background.