COLOR #214E12

HEX: #214E12
RGB: (33,78,18)

Color info

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

RGB color model

#214E12 color RGB value is (33,78,18).

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

RGB channels and saturation

R 33 of 255 = 13%
G 78 of 255 = 31%
B 18 of 255 = 7%

33
78
18

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

Portions of RGB colors in percentages

R + G + B =
33 + 78 + 18 = 129 (100%)
R 33 of 129 ~ 25.58%
G 78 of 129 ~ 60.47%
B 18 of 129 ~ 13.95%

%25.58
%60.47
%13.95

CMYK color model

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

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 69.41%
CMYK:
(58,0,77,69)
C58M0Y77K69 
(58%,0%,77%,69%)
(0.58/0.00/0.77/0.69)	

CMYK percentages

%57.69
%0
%76.92
%69.41

Codes

Color #214E12 in popluar color models

214E12
RGB337818
HSL105°62.50%18.82%
HSB/HSV105°76.92%30.59%
CMYK57.69%0.00%76.92%
69.41%

Color #214E12 in popluar number systems.

HEX214E12
Decimal337818
Binary100001100111010010
Octal4111622

Shades and tints

Shades of #214E12

#214E12
(33,78,18)
#1E4711
(30,71,17)
#1B4010
(27,64,16)
#18390F
(24,57,15)
#15320E
(21,50,14)
#122B0D
(18,43,13)
#0F240C
(15,36,12)
#0C1D0B
(12,29,11)
#09160A
(9,22,10)
#060F09
(6,15,9)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #214E12

#214E12
(33,78,18)
#355E27
(53,94,39)
#496E3C
(73,110,60)
#5D7E51
(93,126,81)
#718E66
(113,142,102)
#859E7B
(133,158,123)
#99AE90
(153,174,144)
#ADBEA5
(173,190,165)
#C1CEBA
(193,206,186)
#D5DECF
(213,222,207)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214E12; }

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

This text font color is #214E12.


Background Color

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

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

This div background color is #214E12.


Border color

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

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

This div border color is #214E12.


Opacity

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

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

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

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

This text has shadow with #214E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214E12 on black background.


Color preview on white background

This text has color #214E12 on white background.



Black color preview on #214E12 background

This text has black color on #214E12 background.


White color preview on #214E12 background

This text has white color on #214E12 background.