COLOR #214117

HEX: #214117 RGB: (33,65,23)

Color info

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

RGB color model

#214117 color RGB value is (33,65,23).

RGB: (33,65,23) (13%, 25%, 9%)

RGB channels and saturation

R 33 of 255 = 13%
G 65 of 255 = 25%
B 23 of 255 = 9%

33
65
23

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

Portions of RGB colors in percentages

R + G + B = 33 + 65 + 23 = 121 (100%)
R 33 of 121 ~ 27.27%
G 65 of 121 ~ 53.72%
B 23 of 121 ~ 19.01'%

%27.27
%53.72
%19.01

CMYK color model

#214117 color CMYK value is (49,0,65,75).

  • cyan value is 49.23%
  • magenta value is 0.00%
  • yellow value is 64.62%
  • key color value is 74.51%
CMYK: (49,0,65,75) C49M0Y65K75 (49%,0%,65%,75%) (0.49/0.00/0.65/0.75) 

CMYK percentages

%49.23
%0
%64.62
%74.51

Codes

Color #214117 in popluar color models

21 41 17
RGB 33 65 23
HSL 106° 47.73% 17.25%
HSB/HSV 106° 64.62% 25.49%
CMYK 49.23% 0.00% 64.62%
74.51%

Color #214117 in popluar number systems.

HEX 21 41 17
Decimal 33 65 23
Binary 100001 1000001 10111
Octal 41 101 27

Shades and tints

Shades of #214117

#214117
(33,65,23)
#1E3C15
(30,60,21)
#1B3713
(27,55,19)
#183211
(24,50,17)
#152D0F
(21,45,15)
#12280D
(18,40,13)
#0F230B
(15,35,11)
#0C1E09
(12,30,9)
#091907
(9,25,7)
#061405
(6,20,5)
#030F03
(3,15,3)
#000000
(0,0,0)

Tints of #214117

#214117
(33,65,23)
#35522C
(53,82,44)
#496341
(73,99,65)
#5D7456
(93,116,86)
#71856B
(113,133,107)
#859680
(133,150,128)
#99A795
(153,167,149)
#ADB8AA
(173,184,170)
#C1C9BF
(193,201,191)
#D5DAD4
(213,218,212)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214117; }

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

This text font color is #214117.

Background Color

.myBgColor { background-color: #214117; }

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

This div background color is #214117.

Border color

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

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

This div border color is #214117.

Opacity

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

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

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

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

This text has shadow with #214117 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214117.

Preview

Color preview on black background

This text has color #214117 on black background.


Color preview on white background

This text has color #214117 on white background.


Black color preview on #214117 background

This text has black color on #214117 background.


White color preview on #214117 background

This text has white color on #214117 background.


Related colors

Complementary color

Complementary color for #hex is #DEBEE8.


I love getcolorcode.com

Triadic colors

1 #172141 and #411721 with #214117 are triadic colors.

2 #174121 and #412117 with #214117 are triadic colors.