COLOR #214F21

HEX: #214F21
RGB: (33,79,33)

Color info

#214F21 contains red, green and blue colors in about the same proportion. Web safe color of #214F21 is #336633 (or #363).

RGB color model

#214F21 color RGB value is (33,79,33).

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

RGB channels and saturation

R 33 of 255 = 13%
G 79 of 255 = 31%
B 33 of 255 = 13%

33
79
33

R + G + B ~ 19%. #214F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 79 + 33 = 145 (100%)
R 33 of 145 ~ 22.76%
G 79 of 145 ~ 54.48%
B 33 of 145 ~ 22.76%

%22.76
%54.48
%22.76

CMYK color model

#214F21 color CMYK value is (58,0,58,69).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 58.23%
  • key color value is 69.02%
CMYK:
(58,0,58,69)
C58M0Y58K69 
(58%,0%,58%,69%)
(0.58/0.00/0.58/0.69)	

CMYK percentages

%58.23
%0
%58.23
%69.02

Codes

Color #214F21 in popluar color models

214F21
RGB337933
HSL120°41.07%21.96%
HSB/HSV120°58.23%30.98%
CMYK58.23%0.00%58.23%
69.02%

Color #214F21 in popluar number systems.

HEX214F21
Decimal337933
Binary1000011001111100001
Octal4111741

Shades and tints

Shades of #214F21

#214F21
(33,79,33)
#1E481E
(30,72,30)
#1B411B
(27,65,27)
#183A18
(24,58,24)
#153315
(21,51,21)
#122C12
(18,44,18)
#0F250F
(15,37,15)
#0C1E0C
(12,30,12)
#091709
(9,23,9)
#061006
(6,16,6)
#030903
(3,9,3)
#000000
(0,0,0)

Tints of #214F21

#214F21
(33,79,33)
#355F35
(53,95,53)
#496F49
(73,111,73)
#5D7F5D
(93,127,93)
#718F71
(113,143,113)
#859F85
(133,159,133)
#99AF99
(153,175,153)
#ADBFAD
(173,191,173)
#C1CFC1
(193,207,193)
#D5DFD5
(213,223,213)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214F21; }

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

This text font color is #214F21.


Background Color

.myBgColor { background-color: #214F21; }

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

This div background color is #214F21.


Border color

.myBorderColor { border: 1px solid #214F21; }

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

This div border color is #214F21.


Opacity

.myOpacity80 { color: #214F21; opacity: 0.8; }

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

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

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

This text has shadow with #214F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214F21 on black background.


Color preview on white background

This text has color #214F21 on white background.



Black color preview on #214F21 background

This text has black color on #214F21 background.


White color preview on #214F21 background

This text has white color on #214F21 background.