COLOR #214219

HEX: #214219
RGB: (33,66,25)

Color info

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

RGB color model

#214219 color RGB value is (33,66,25).

  • red value is 33;
  • green value is 66;
  • blue value is 25.
RGB:
(33,66,25)
(13%,26%,10%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 25 of 255 = 10%

33
66
25

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

Portions of RGB colors in percentages

R + G + B =
33 + 66 + 25 = 124 (100%)
R 33 of 124 ~ 26.61%
G 66 of 124 ~ 53.23%
B 25 of 124 ~ 20.16%

%26.61
%53.23
%20.16

CMYK color model

#214219 color CMYK value is (50,0,62,74).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 62.12%
  • key color value is 74.12%
CMYK:
(50,0,62,74)
C50M0Y62K74 
(50%,0%,62%,74%)
(0.50/0.00/0.62/0.74)	

CMYK percentages

%50
%0
%62.12
%74.12

Codes

Color #214219 in popluar color models

214219
RGB336625
HSL108°45.05%17.84%
HSB/HSV108°62.12%25.88%
CMYK50.00%0.00%62.12%
74.12%

Color #214219 in popluar number systems.

HEX214219
Decimal336625
Binary100001100001011001
Octal4110231

Shades and tints

Shades of #214219

#214219
(33,66,25)
#1E3C17
(30,60,23)
#1B3615
(27,54,21)
#183013
(24,48,19)
#152A11
(21,42,17)
#12240F
(18,36,15)
#0F1E0D
(15,30,13)
#0C180B
(12,24,11)
#091209
(9,18,9)
#060C07
(6,12,7)
#030605
(3,6,5)
#000000
(0,0,0)

Tints of #214219

#214219
(33,66,25)
#35532D
(53,83,45)
#496441
(73,100,65)
#5D7555
(93,117,85)
#718669
(113,134,105)
#85977D
(133,151,125)
#99A891
(153,168,145)
#ADB9A5
(173,185,165)
#C1CAB9
(193,202,185)
#D5DBCD
(213,219,205)
#E9ECE1
(233,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214219 color. Also use rgb(33,66,25) instead hex code.

Text Font Color

.myTextColor { color: #214219; }

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

This text font color is #214219.


Background Color

.myBgColor { background-color: #214219; }

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

This div background color is #214219.


Border color

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

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

This div border color is #214219.


Opacity

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

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

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

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

This text has shadow with #214219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214219 on black background.


Color preview on white background

This text has color #214219 on white background.



Black color preview on #214219 background

This text has black color on #214219 background.


White color preview on #214219 background

This text has white color on #214219 background.