COLOR #214417

HEX: #214417
RGB: (33,68,23)

Color info

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

RGB color model

#214417 color RGB value is (33,68,23).

  • red value is 33;
  • green value is 68;
  • blue value is 23.
RGB:
(33,68,23)
(13%,27%,9%)

RGB channels and saturation

R 33 of 255 = 13%
G 68 of 255 = 27%
B 23 of 255 = 9%

33
68
23

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

Portions of RGB colors in percentages

R + G + B =
33 + 68 + 23 = 124 (100%)
R 33 of 124 ~ 26.61%
G 68 of 124 ~ 54.84%
B 23 of 124 ~ 18.55%

%26.61
%54.84
%18.55

CMYK color model

#214417 color CMYK value is (51,0,66,73).

  • cyan value is 51.47%
  • magenta value is 0.00%
  • yellow value is 66.18%
  • key color value is 73.33%
CMYK:
(51,0,66,73)
C51M0Y66K73 
(51%,0%,66%,73%)
(0.51/0.00/0.66/0.73)	

CMYK percentages

%51.47
%0
%66.18
%73.33

Codes

Color #214417 in popluar color models

214417
RGB336823
HSL107°49.45%17.84%
HSB/HSV107°66.18%26.67%
CMYK51.47%0.00%66.18%
73.33%

Color #214417 in popluar number systems.

HEX214417
Decimal336823
Binary100001100010010111
Octal4110427

Shades and tints

Shades of #214417

#214417
(33,68,23)
#1E3E15
(30,62,21)
#1B3813
(27,56,19)
#183211
(24,50,17)
#152C0F
(21,44,15)
#12260D
(18,38,13)
#0F200B
(15,32,11)
#0C1A09
(12,26,9)
#091407
(9,20,7)
#060E05
(6,14,5)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #214417

#214417
(33,68,23)
#35552C
(53,85,44)
#496641
(73,102,65)
#5D7756
(93,119,86)
#71886B
(113,136,107)
#859980
(133,153,128)
#99AA95
(153,170,149)
#ADBBAA
(173,187,170)
#C1CCBF
(193,204,191)
#D5DDD4
(213,221,212)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214417; }

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

This text font color is #214417.


Background Color

.myBgColor { background-color: #214417; }

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

This div background color is #214417.


Border color

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

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

This div border color is #214417.


Opacity

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

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

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

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

This text has shadow with #214417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214417 on black background.


Color preview on white background

This text has color #214417 on white background.



Black color preview on #214417 background

This text has black color on #214417 background.


White color preview on #214417 background

This text has white color on #214417 background.