COLOR #214916

HEX: #214916
RGB: (33,73,22)

Color info

#214916 contains red, green and blue colors in about the same proportion. Web safe color of #214916 is #333300 (or #330).

RGB color model

#214916 color RGB value is (33,73,22).

  • red value is 33;
  • green value is 73;
  • blue value is 22.
RGB:
(33,73,22)
(13%,29%,9%)

RGB channels and saturation

R 33 of 255 = 13%
G 73 of 255 = 29%
B 22 of 255 = 9%

33
73
22

R + G + B ~ 17%. #214916 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 73 + 22 = 128 (100%)
R 33 of 128 ~ 25.78%
G 73 of 128 ~ 57.03%
B 22 of 128 ~ 17.19%

%25.78
%57.03
%17.19

CMYK color model

#214916 color CMYK value is (55,0,70,71).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 69.86%
  • key color value is 71.37%
CMYK:
(55,0,70,71)
C55M0Y70K71 
(55%,0%,70%,71%)
(0.55/0.00/0.70/0.71)	

CMYK percentages

%54.79
%0
%69.86
%71.37

Codes

Color #214916 in popluar color models

214916
RGB337322
HSL107°53.68%18.63%
HSB/HSV107°69.86%28.63%
CMYK54.79%0.00%69.86%
71.37%

Color #214916 in popluar number systems.

HEX214916
Decimal337322
Binary100001100100110110
Octal4111126

Shades and tints

Shades of #214916

#214916
(33,73,22)
#1E4314
(30,67,20)
#1B3D12
(27,61,18)
#183710
(24,55,16)
#15310E
(21,49,14)
#122B0C
(18,43,12)
#0F250A
(15,37,10)
#0C1F08
(12,31,8)
#091906
(9,25,6)
#061304
(6,19,4)
#030D02
(3,13,2)
#000000
(0,0,0)

Tints of #214916

#214916
(33,73,22)
#35592B
(53,89,43)
#496940
(73,105,64)
#5D7955
(93,121,85)
#71896A
(113,137,106)
#85997F
(133,153,127)
#99A994
(153,169,148)
#ADB9A9
(173,185,169)
#C1C9BE
(193,201,190)
#D5D9D3
(213,217,211)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214916; }

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

This text font color is #214916.


Background Color

.myBgColor { background-color: #214916; }

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

This div background color is #214916.


Border color

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

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

This div border color is #214916.


Opacity

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

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

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

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

This text has shadow with #214916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214916 on black background.


Color preview on white background

This text has color #214916 on white background.



Black color preview on #214916 background

This text has black color on #214916 background.


White color preview on #214916 background

This text has white color on #214916 background.