COLOR #214F17

HEX: #214F17
RGB: (33,79,23)

Color info

#214F17 contains red, green and blue colors in about the same proportion. Web safe color of #214F17 is #336600 (or #360).

RGB color model

#214F17 color RGB value is (33,79,23).

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

RGB channels and saturation

R 33 of 255 = 13%
G 79 of 255 = 31%
B 23 of 255 = 9%

33
79
23

R + G + B ~ 18%. #214F17 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 79 + 23 = 135 (100%)
R 33 of 135 ~ 24.44%
G 79 of 135 ~ 58.52%
B 23 of 135 ~ 17.04%

%24.44
%58.52
%17.04

CMYK color model

#214F17 color CMYK value is (58,0,71,69).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 70.89%
  • key color value is 69.02%
CMYK:
(58,0,71,69)
C58M0Y71K69 
(58%,0%,71%,69%)
(0.58/0.00/0.71/0.69)	

CMYK percentages

%58.23
%0
%70.89
%69.02

Codes

Color #214F17 in popluar color models

214F17
RGB337923
HSL109°54.90%20.00%
HSB/HSV109°70.89%30.98%
CMYK58.23%0.00%70.89%
69.02%

Color #214F17 in popluar number systems.

HEX214F17
Decimal337923
Binary100001100111110111
Octal4111727

Shades and tints

Shades of #214F17

#214F17
(33,79,23)
#1E4815
(30,72,21)
#1B4113
(27,65,19)
#183A11
(24,58,17)
#15330F
(21,51,15)
#122C0D
(18,44,13)
#0F250B
(15,37,11)
#0C1E09
(12,30,9)
#091707
(9,23,7)
#061005
(6,16,5)
#030903
(3,9,3)
#000000
(0,0,0)

Tints of #214F17

#214F17
(33,79,23)
#355F2C
(53,95,44)
#496F41
(73,111,65)
#5D7F56
(93,127,86)
#718F6B
(113,143,107)
#859F80
(133,159,128)
#99AF95
(153,175,149)
#ADBFAA
(173,191,170)
#C1CFBF
(193,207,191)
#D5DFD4
(213,223,212)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214F17; }

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

This text font color is #214F17.


Background Color

.myBgColor { background-color: #214F17; }

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

This div background color is #214F17.


Border color

.myBorderColor { border: 1px solid #214F17; }

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

This div border color is #214F17.


Opacity

.myOpacity80 { color: #214F17; opacity: 0.8; }

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

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

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

This text has shadow with #214F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214F17 on black background.


Color preview on white background

This text has color #214F17 on white background.



Black color preview on #214F17 background

This text has black color on #214F17 background.


White color preview on #214F17 background

This text has white color on #214F17 background.