COLOR #214711

HEX: #214711
RGB: (33,71,17)

Color info

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

RGB color model

#214711 color RGB value is (33,71,17).

  • red value is 33;
  • green value is 71;
  • blue value is 17.
RGB:
(33,71,17)
(13%,28%,7%)

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 17 of 255 = 7%

33
71
17

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

Portions of RGB colors in percentages

R + G + B =
33 + 71 + 17 = 121 (100%)
R 33 of 121 ~ 27.27%
G 71 of 121 ~ 58.68%
B 17 of 121 ~ 14.05%

%27.27
%58.68
%14.05

CMYK color model

#214711 color CMYK value is (54,0,76,72).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 76.06%
  • key color value is 72.16%
CMYK:
(54,0,76,72)
C54M0Y76K72 
(54%,0%,76%,72%)
(0.54/0.00/0.76/0.72)	

CMYK percentages

%53.52
%0
%76.06
%72.16

Codes

Color #214711 in popluar color models

214711
RGB337117
HSL102°61.36%17.25%
HSB/HSV102°76.06%27.84%
CMYK53.52%0.00%76.06%
72.16%

Color #214711 in popluar number systems.

HEX214711
Decimal337117
Binary100001100011110001
Octal4110721

Shades and tints

Shades of #214711

#214711
(33,71,17)
#1E4110
(30,65,16)
#1B3B0F
(27,59,15)
#18350E
(24,53,14)
#152F0D
(21,47,13)
#12290C
(18,41,12)
#0F230B
(15,35,11)
#0C1D0A
(12,29,10)
#091709
(9,23,9)
#061108
(6,17,8)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #214711

#214711
(33,71,17)
#355726
(53,87,38)
#49673B
(73,103,59)
#5D7750
(93,119,80)
#718765
(113,135,101)
#85977A
(133,151,122)
#99A78F
(153,167,143)
#ADB7A4
(173,183,164)
#C1C7B9
(193,199,185)
#D5D7CE
(213,215,206)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214711 color. Also use rgb(33,71,17) instead hex code.

Text Font Color

.myTextColor { color: #214711; }

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

This text font color is #214711.


Background Color

.myBgColor { background-color: #214711; }

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

This div background color is #214711.


Border color

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

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

This div border color is #214711.


Opacity

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

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

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

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

This text has shadow with #214711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214711 on black background.


Color preview on white background

This text has color #214711 on white background.



Black color preview on #214711 background

This text has black color on #214711 background.


White color preview on #214711 background

This text has white color on #214711 background.