COLOR #214120

HEX: #214120 RGB: (33,65,32)

Color info

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

RGB color model

#214120 color RGB value is (33,65,32).

RGB: (33,65,32) (13%, 25%, 13%)

RGB channels and saturation

R 33 of 255 = 13%
G 65 of 255 = 25%
B 32 of 255 = 13%

33
65
32

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

Portions of RGB colors in percentages

R + G + B = 33 + 65 + 32 = 130 (100%)
R 33 of 130 ~ 25.38%
G 65 of 130 ~ 50%
B 32 of 130 ~ 24.62'%

%25.38
%50
%24.62

CMYK color model

#214120 color CMYK value is (49,0,51,75).

  • cyan value is 49.23%
  • magenta value is 0.00%
  • yellow value is 50.77%
  • key color value is 74.51%
CMYK: (49,0,51,75) C49M0Y51K75 (49%,0%,51%,75%) (0.49/0.00/0.51/0.75) 

CMYK percentages

%49.23
%0
%50.77
%74.51

Codes

Color #214120 in popluar color models

21 41 20
RGB 33 65 32
HSL 118° 34.02% 19.02%
HSB/HSV 118° 50.77% 25.49%
CMYK 49.23% 0.00% 50.77%
74.51%

Color #214120 in popluar number systems.

HEX 21 41 20
Decimal 33 65 32
Binary 100001 1000001 100000
Octal 41 101 40

Shades and tints

Shades of #214120

#214120
(33,65,32)
#1E3C1E
(30,60,30)
#1B371C
(27,55,28)
#18321A
(24,50,26)
#152D18
(21,45,24)
#122816
(18,40,22)
#0F2314
(15,35,20)
#0C1E12
(12,30,18)
#091910
(9,25,16)
#06140E
(6,20,14)
#030F0C
(3,15,12)
#000000
(0,0,0)

Tints of #214120

#214120
(33,65,32)
#355234
(53,82,52)
#496348
(73,99,72)
#5D745C
(93,116,92)
#718570
(113,133,112)
#859684
(133,150,132)
#99A798
(153,167,152)
#ADB8AC
(173,184,172)
#C1C9C0
(193,201,192)
#D5DAD4
(213,218,212)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214120; }

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

This text font color is #214120.

Background Color

.myBgColor { background-color: #214120; }

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

This div background color is #214120.

Border color

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

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

This div border color is #214120.

Opacity

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

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

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

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

This text has shadow with #214120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214120.

Preview

Color preview on black background

This text has color #214120 on black background.


Color preview on white background

This text has color #214120 on white background.


Black color preview on #214120 background

This text has black color on #214120 background.


White color preview on #214120 background

This text has white color on #214120 background.


Related colors

Complementary color

Complementary color for #hex is #DEBEDF.


I love getcolorcode.com

Triadic colors

1 #202141 and #412021 with #214120 are triadic colors.

2 #204121 and #412120 with #214120 are triadic colors.