COLOR #217825

HEX: #217825
RGB: (33,120,37)

Color info

#217825 contains mainly green color. Web safe color of #217825 is #336633 (or #363).

RGB color model

#217825 color RGB value is (33,120,37).

  • red value is 33;
  • green value is 120;
  • blue value is 37.
RGB:
(33,120,37)
(13%,47%,15%)

RGB channels and saturation

R 33 of 255 = 13%
G 120 of 255 = 47%
B 37 of 255 = 15%

33
120
37

R + G + B ~ 25%. #217825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 120 + 37 = 190 (100%)
R 33 of 190 ~ 17.37%
G 120 of 190 ~ 63.16%
B 37 of 190 ~ 19.47%

%17.37
%63.16
%19.47

CMYK color model

#217825 color CMYK value is (73,0,69,53).

  • cyan value is 72.50%
  • magenta value is 0.00%
  • yellow value is 69.17%
  • key color value is 52.94%
CMYK:
(73,0,69,53)
C73M0Y69K53 
(73%,0%,69%,53%)
(0.73/0.00/0.69/0.53)	

CMYK percentages

%72.5
%0
%69.17
%52.94

Codes

Color #217825 in popluar color models

217825
RGB3312037
HSL123°56.86%30.00%
HSB/HSV123°72.50%47.06%
CMYK72.50%0.00%69.17%
52.94%

Color #217825 in popluar number systems.

HEX217825
Decimal3312037
Binary1000011111000100101
Octal4117045

Shades and tints

Shades of #217825

#217825
(33,120,37)
#1E6E22
(30,110,34)
#1B641F
(27,100,31)
#185A1C
(24,90,28)
#155019
(21,80,25)
#124616
(18,70,22)
#0F3C13
(15,60,19)
#0C3210
(12,50,16)
#09280D
(9,40,13)
#061E0A
(6,30,10)
#031407
(3,20,7)
#000000
(0,0,0)

Tints of #217825

#217825
(33,120,37)
#358438
(53,132,56)
#49904B
(73,144,75)
#5D9C5E
(93,156,94)
#71A871
(113,168,113)
#85B484
(133,180,132)
#99C097
(153,192,151)
#ADCCAA
(173,204,170)
#C1D8BD
(193,216,189)
#D5E4D0
(213,228,208)
#E9F0E3
(233,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #217825 color. Also use rgb(33,120,37) instead hex code.

Text Font Color

.myTextColor { color: #217825; }

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

This text font color is #217825.


Background Color

.myBgColor { background-color: #217825; }

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

This div background color is #217825.


Border color

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

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

This div border color is #217825.


Opacity

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

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

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

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

This text has shadow with #217825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #217825 on black background.


Color preview on white background

This text has color #217825 on white background.



Black color preview on #217825 background

This text has black color on #217825 background.


White color preview on #217825 background

This text has white color on #217825 background.