COLOR #214212

HEX: #214212 RGB: (33,66,18)

Color info

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

RGB color model

#214212 color RGB value is (33,66,18).

RGB: (33,66,18) (13%, 26%, 7%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 18 of 255 = 7%

33
66
18

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

Portions of RGB colors in percentages

R + G + B = 33 + 66 + 18 = 117 (100%)
R 33 of 117 ~ 28.21%
G 66 of 117 ~ 56.41%
B 18 of 117 ~ 15.38'%

%28.21
%56.41
%15.38

CMYK color model

#214212 color CMYK value is (50,0,73,74).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 74.12%

CMYK: (50,0,73,74)
C50M0Y73K74 (50%, 0%, 73%, 74%)
(0.50 / 0.00 / 0.73 / 0.74)

CMYK percentages

%50
%0
%72.73
%74.12

Codes

Color #214212 in popluar color models

21 42 12
RGB 33 66 18
HSL 101° 57.14% 16.47%
HSB/HSV 101° 72.73% 25.88%
CMYK 50.00% 0.00% 72.73%
74.12%

Color #214212 in popluar number systems.

HEX 21 42 12
Decimal 33 66 18
Binary 100001 1000010 10010
Octal 41 102 22

Shades and tints

Shades of #214212

#214212
(33,66,18)
#1E3C11
(30,60,17)
#1B3610
(27,54,16)
#18300F
(24,48,15)
#152A0E
(21,42,14)
#12240D
(18,36,13)
#0F1E0C
(15,30,12)
#0C180B
(12,24,11)
#09120A
(9,18,10)
#060C09
(6,12,9)
#030608
(3,6,8)
#000000
(0,0,0)

Tints of #214212

#214212
(33,66,18)
#355327
(53,83,39)
#49643C
(73,100,60)
#5D7551
(93,117,81)
#718666
(113,134,102)
#85977B
(133,151,123)
#99A890
(153,168,144)
#ADB9A5
(173,185,165)
#C1CABA
(193,202,186)
#D5DBCF
(213,219,207)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214212; }

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

This text font color is #214212.

Background Color

.myBgColor { background-color: #214212; }

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

This div background color is #214212.

Border color

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

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

This div border color is #214212.

Opacity

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

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

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

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

This text has shadow with #214212 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214212.

Preview

Color preview on black background

This text has color #214212 on black background.


Color preview on white background

This text has color #214212 on white background.


Black color preview on #214212 background

This text has black color on #214212 background.


White color preview on #214212 background

This text has white color on #214212 background.


Related colors

Complementary color

Complementary color for #hex is #DEBDED.


I love getcolorcode.com

Triadic colors

1 #122142 and #421221 with #214212 are triadic colors.

2 #124221 and #422112 with #214212 are triadic colors.