COLOR #214815

HEX: #214815
RGB: (33,72,21)

Color info

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

RGB color model

#214815 color RGB value is (33,72,21).

  • red value is 33;
  • green value is 72;
  • blue value is 21.
RGB:
(33,72,21)
(13%,28%,8%)

RGB channels and saturation

R 33 of 255 = 13%
G 72 of 255 = 28%
B 21 of 255 = 8%

33
72
21

R + G + B ~ 16%. #214815 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 72 + 21 = 126 (100%)
R 33 of 126 ~ 26.19%
G 72 of 126 ~ 57.14%
B 21 of 126 ~ 16.67%

%26.19
%57.14
%16.67

CMYK color model

#214815 color CMYK value is (54,0,71,72).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 71.76%
CMYK:
(54,0,71,72)
C54M0Y71K72 
(54%,0%,71%,72%)
(0.54/0.00/0.71/0.72)	

CMYK percentages

%54.17
%0
%70.83
%71.76

Codes

Color #214815 in popluar color models

214815
RGB337221
HSL106°54.84%18.24%
HSB/HSV106°70.83%28.24%
CMYK54.17%0.00%70.83%
71.76%

Color #214815 in popluar number systems.

HEX214815
Decimal337221
Binary100001100100010101
Octal4111025

Shades and tints

Shades of #214815

#214815
(33,72,21)
#1E4214
(30,66,20)
#1B3C13
(27,60,19)
#183612
(24,54,18)
#153011
(21,48,17)
#122A10
(18,42,16)
#0F240F
(15,36,15)
#0C1E0E
(12,30,14)
#09180D
(9,24,13)
#06120C
(6,18,12)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #214815

#214815
(33,72,21)
#35582A
(53,88,42)
#49683F
(73,104,63)
#5D7854
(93,120,84)
#718869
(113,136,105)
#85987E
(133,152,126)
#99A893
(153,168,147)
#ADB8A8
(173,184,168)
#C1C8BD
(193,200,189)
#D5D8D2
(213,216,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214815 color. Also use rgb(33,72,21) instead hex code.

Text Font Color

.myTextColor { color: #214815; }

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

This text font color is #214815.


Background Color

.myBgColor { background-color: #214815; }

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

This div background color is #214815.


Border color

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

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

This div border color is #214815.


Opacity

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

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

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

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

This text has shadow with #214815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214815 on black background.


Color preview on white background

This text has color #214815 on white background.



Black color preview on #214815 background

This text has black color on #214815 background.


White color preview on #214815 background

This text has white color on #214815 background.