COLOR #214F06

HEX: #214F06
RGB: (33,79,6)

Color info

#214F06 contains mainly red and green colors. Web safe color of #214F06 is #336600 (or #360).

RGB color model

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

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

RGB channels and saturation

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

33
79
6

R + G + B ~ 15%. #214F06 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 79 + 6 = 118 (100%)
R 33 of 118 ~ 27.97%
G 79 of 118 ~ 66.95%
B 6 of 118 ~ 5.08%

%27.97
%66.95

CMYK color model

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

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

CMYK percentages

%58.23
%0
%92.41
%69.02

Codes

Color #214F06 in popluar color models

214F06
RGB33796
HSL98°85.88%16.67%
HSB/HSV98°92.41%30.98%
CMYK58.23%0.00%92.41%
69.02%

Color #214F06 in popluar number systems.

HEX214F06
Decimal33796
Binary1000011001111110
Octal411176

Shades and tints

Shades of #214F06

#214F06
(33,79,6)
#1E4806
(30,72,6)
#1B4106
(27,65,6)
#183A06
(24,58,6)
#153306
(21,51,6)
#122C06
(18,44,6)
#0F2506
(15,37,6)
#0C1E06
(12,30,6)
#091706
(9,23,6)
#061006
(6,16,6)
#030906
(3,9,6)
#000000
(0,0,0)

Tints of #214F06

#214F06
(33,79,6)
#355F1C
(53,95,28)
#496F32
(73,111,50)
#5D7F48
(93,127,72)
#718F5E
(113,143,94)
#859F74
(133,159,116)
#99AF8A
(153,175,138)
#ADBFA0
(173,191,160)
#C1CFB6
(193,207,182)
#D5DFCC
(213,223,204)
#E9EFE2
(233,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214F06; }

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

This text font color is #214F06.


Background Color

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

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

This div background color is #214F06.


Border color

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

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

This div border color is #214F06.


Opacity

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

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

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

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

This text has shadow with #214F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214F06 on black background.


Color preview on white background

This text has color #214F06 on white background.



Black color preview on #214F06 background

This text has black color on #214F06 background.


White color preview on #214F06 background

This text has white color on #214F06 background.