COLOR #217707

HEX: #217707
RGB: (33,119,7)

Color info

#217707 contains mainly green color. Web safe color of #217707 is #336600 (or #360).

RGB color model

#217707 color RGB value is (33,119,7).

  • red value is 33;
  • green value is 119;
  • blue value is 7.
RGB:
(33,119,7)
(13%,47%,3%)

RGB channels and saturation

R 33 of 255 = 13%
G 119 of 255 = 47%
B 7 of 255 = 3%

33
119
7

R + G + B ~ 21%. #217707 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 119 + 7 = 159 (100%)
R 33 of 159 ~ 20.75%
G 119 of 159 ~ 74.84%
B 7 of 159 ~ 4.4%

%20.75
%74.84

CMYK color model

#217707 color CMYK value is (72,0,94,53).

  • cyan value is 72.27%
  • magenta value is 0.00%
  • yellow value is 94.12%
  • key color value is 53.33%
CMYK:
(72,0,94,53)
C72M0Y94K53 
(72%,0%,94%,53%)
(0.72/0.00/0.94/0.53)	

CMYK percentages

%72.27
%0
%94.12
%53.33

Codes

Color #217707 in popluar color models

217707
RGB331197
HSL106°88.89%24.71%
HSB/HSV106°94.12%46.67%
CMYK72.27%0.00%94.12%
53.33%

Color #217707 in popluar number systems.

HEX217707
Decimal331197
Binary1000011110111111
Octal411677

Shades and tints

Shades of #217707

#217707
(33,119,7)
#1E6D07
(30,109,7)
#1B6307
(27,99,7)
#185907
(24,89,7)
#154F07
(21,79,7)
#124507
(18,69,7)
#0F3B07
(15,59,7)
#0C3107
(12,49,7)
#092707
(9,39,7)
#061D07
(6,29,7)
#031307
(3,19,7)
#000000
(0,0,0)

Tints of #217707

#217707
(33,119,7)
#35831D
(53,131,29)
#498F33
(73,143,51)
#5D9B49
(93,155,73)
#71A75F
(113,167,95)
#85B375
(133,179,117)
#99BF8B
(153,191,139)
#ADCBA1
(173,203,161)
#C1D7B7
(193,215,183)
#D5E3CD
(213,227,205)
#E9EFE3
(233,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #217707 color. Also use rgb(33,119,7) instead hex code.

Text Font Color

.myTextColor { color: #217707; }

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

This text font color is #217707.


Background Color

.myBgColor { background-color: #217707; }

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

This div background color is #217707.


Border color

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

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

This div border color is #217707.


Opacity

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

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

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

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

This text has shadow with #217707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #217707 on black background.


Color preview on white background

This text has color #217707 on white background.



Black color preview on #217707 background

This text has black color on #217707 background.


White color preview on #217707 background

This text has white color on #217707 background.