COLOR #214D13

HEX: #214D13
RGB: (33,77,19)

Color info

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

RGB color model

#214D13 color RGB value is (33,77,19).

  • red value is 33;
  • green value is 77;
  • blue value is 19.
RGB:
(33,77,19)
(13%,30%,7%)

RGB channels and saturation

R 33 of 255 = 13%
G 77 of 255 = 30%
B 19 of 255 = 7%

33
77
19

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

Portions of RGB colors in percentages

R + G + B =
33 + 77 + 19 = 129 (100%)
R 33 of 129 ~ 25.58%
G 77 of 129 ~ 59.69%
B 19 of 129 ~ 14.73%

%25.58
%59.69
%14.73

CMYK color model

#214D13 color CMYK value is (57,0,75,70).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 75.32%
  • key color value is 69.80%
CMYK:
(57,0,75,70)
C57M0Y75K70 
(57%,0%,75%,70%)
(0.57/0.00/0.75/0.70)	

CMYK percentages

%57.14
%0
%75.32
%69.8

Codes

Color #214D13 in popluar color models

214D13
RGB337719
HSL106°60.42%18.82%
HSB/HSV106°75.32%30.20%
CMYK57.14%0.00%75.32%
69.80%

Color #214D13 in popluar number systems.

HEX214D13
Decimal337719
Binary100001100110110011
Octal4111523

Shades and tints

Shades of #214D13

#214D13
(33,77,19)
#1E4612
(30,70,18)
#1B3F11
(27,63,17)
#183810
(24,56,16)
#15310F
(21,49,15)
#122A0E
(18,42,14)
#0F230D
(15,35,13)
#0C1C0C
(12,28,12)
#09150B
(9,21,11)
#060E0A
(6,14,10)
#030709
(3,7,9)
#000000
(0,0,0)

Tints of #214D13

#214D13
(33,77,19)
#355D28
(53,93,40)
#496D3D
(73,109,61)
#5D7D52
(93,125,82)
#718D67
(113,141,103)
#859D7C
(133,157,124)
#99AD91
(153,173,145)
#ADBDA6
(173,189,166)
#C1CDBB
(193,205,187)
#D5DDD0
(213,221,208)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214D13; }

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

This text font color is #214D13.


Background Color

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

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

This div background color is #214D13.


Border color

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

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

This div border color is #214D13.


Opacity

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

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

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

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

This text has shadow with #214D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214D13 on black background.


Color preview on white background

This text has color #214D13 on white background.



Black color preview on #214D13 background

This text has black color on #214D13 background.


White color preview on #214D13 background

This text has white color on #214D13 background.