COLOR #214509

HEX: #214509
RGB: (33,69,9)

Color info

#214509 contains mainly red and green colors. Web safe color of #214509 is #333300 (or #330).

RGB color model

#214509 color RGB value is (33,69,9).

  • red value is 33;
  • green value is 69;
  • blue value is 9.
RGB:
(33,69,9)
(13%,27%,4%)

RGB channels and saturation

R 33 of 255 = 13%
G 69 of 255 = 27%
B 9 of 255 = 4%

33
69
9

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

Portions of RGB colors in percentages

R + G + B =
33 + 69 + 9 = 111 (100%)
R 33 of 111 ~ 29.73%
G 69 of 111 ~ 62.16%
B 9 of 111 ~ 8.11%

%29.73
%62.16

CMYK color model

#214509 color CMYK value is (52,0,87,73).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 86.96%
  • key color value is 72.94%
CMYK:
(52,0,87,73)
C52M0Y87K73 
(52%,0%,87%,73%)
(0.52/0.00/0.87/0.73)	

CMYK percentages

%52.17
%0
%86.96
%72.94

Codes

Color #214509 in popluar color models

214509
RGB33699
HSL96°76.92%15.29%
HSB/HSV96°86.96%27.06%
CMYK52.17%0.00%86.96%
72.94%

Color #214509 in popluar number systems.

HEX214509
Decimal33699
Binary10000110001011001
Octal4110511

Shades and tints

Shades of #214509

#214509
(33,69,9)
#1E3F09
(30,63,9)
#1B3909
(27,57,9)
#183309
(24,51,9)
#152D09
(21,45,9)
#122709
(18,39,9)
#0F2109
(15,33,9)
#0C1B09
(12,27,9)
#091509
(9,21,9)
#060F09
(6,15,9)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #214509

#214509
(33,69,9)
#35551F
(53,85,31)
#496535
(73,101,53)
#5D754B
(93,117,75)
#718561
(113,133,97)
#859577
(133,149,119)
#99A58D
(153,165,141)
#ADB5A3
(173,181,163)
#C1C5B9
(193,197,185)
#D5D5CF
(213,213,207)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214509 color. Also use rgb(33,69,9) instead hex code.

Text Font Color

.myTextColor { color: #214509; }

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

This text font color is #214509.


Background Color

.myBgColor { background-color: #214509; }

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

This div background color is #214509.


Border color

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

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

This div border color is #214509.


Opacity

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

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

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

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

This text has shadow with #214509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214509 on black background.


Color preview on white background

This text has color #214509 on white background.



Black color preview on #214509 background

This text has black color on #214509 background.


White color preview on #214509 background

This text has white color on #214509 background.