COLOR #214220

HEX: #214220 RGB: (33,66,32)

Color info

#214220 contains red, green and blue colors in about the same proportion. Web safe color of #214220 is #333333 (or #333).

RGB color model

#214220 color RGB value is (33,66,32).

RGB: (33,66,32) (13%, 26%, 13%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 32 of 255 = 13%

33
66
32

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

Portions of RGB colors in percentages

R + G + B = 33 + 66 + 32 = 131 (100%)
R 33 of 131 ~ 25.19%
G 66 of 131 ~ 50.38%
B 32 of 131 ~ 24.43'%

%25.19
%50.38
%24.43

CMYK color model

#214220 color CMYK value is (50,0,52,74).

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

CMYK: (50,0,52,74)
C50M0Y52K74 (50%, 0%, 52%, 74%)
(0.50 / 0.00 / 0.52 / 0.74)

CMYK percentages

%50
%0
%51.52
%74.12

Codes

Color #214220 in popluar color models

21 42 20
RGB 33 66 32
HSL 118° 34.69% 19.22%
HSB/HSV 118° 51.52% 25.88%
CMYK 50.00% 0.00% 51.52%
74.12%

Color #214220 in popluar number systems.

HEX 21 42 20
Decimal 33 66 32
Binary 100001 1000010 100000
Octal 41 102 40

Shades and tints

Shades of #214220

#214220
(33,66,32)
#1E3C1E
(30,60,30)
#1B361C
(27,54,28)
#18301A
(24,48,26)
#152A18
(21,42,24)
#122416
(18,36,22)
#0F1E14
(15,30,20)
#0C1812
(12,24,18)
#091210
(9,18,16)
#060C0E
(6,12,14)
#03060C
(3,6,12)
#000000
(0,0,0)

Tints of #214220

#214220
(33,66,32)
#355334
(53,83,52)
#496448
(73,100,72)
#5D755C
(93,117,92)
#718670
(113,134,112)
#859784
(133,151,132)
#99A898
(153,168,152)
#ADB9AC
(173,185,172)
#C1CAC0
(193,202,192)
#D5DBD4
(213,219,212)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214220; }

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

This text font color is #214220.

Background Color

.myBgColor { background-color: #214220; }

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

This div background color is #214220.

Border color

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

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

This div border color is #214220.

Opacity

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

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

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

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

This text has shadow with #214220 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214220.

Preview

Color preview on black background

This text has color #214220 on black background.


Color preview on white background

This text has color #214220 on white background.


Black color preview on #214220 background

This text has black color on #214220 background.


White color preview on #214220 background

This text has white color on #214220 background.


Related colors

Complementary color

Complementary color for #hex is #DEBDDF.


I love getcolorcode.com

Triadic colors

1 #202142 and #422021 with #214220 are triadic colors.

2 #204221 and #422120 with #214220 are triadic colors.