COLOR #217324

HEX: #217324
RGB: (33,115,36)

Color info

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

RGB color model

#217324 color RGB value is (33,115,36).

  • red value is 33;
  • green value is 115;
  • blue value is 36.
RGB:
(33,115,36)
(13%,45%,14%)

RGB channels and saturation

R 33 of 255 = 13%
G 115 of 255 = 45%
B 36 of 255 = 14%

33
115
36

R + G + B ~ 24%. #217324 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 115 + 36 = 184 (100%)
R 33 of 184 ~ 17.93%
G 115 of 184 ~ 62.5%
B 36 of 184 ~ 19.57%

%17.93
%62.5
%19.57

CMYK color model

#217324 color CMYK value is (71,0,69,55).

  • cyan value is 71.30%
  • magenta value is 0.00%
  • yellow value is 68.70%
  • key color value is 54.90%
CMYK:
(71,0,69,55)
C71M0Y69K55 
(71%,0%,69%,55%)
(0.71/0.00/0.69/0.55)	

CMYK percentages

%71.3
%0
%68.7
%54.9

Codes

Color #217324 in popluar color models

217324
RGB3311536
HSL122°55.41%29.02%
HSB/HSV122°71.30%45.10%
CMYK71.30%0.00%68.70%
54.90%

Color #217324 in popluar number systems.

HEX217324
Decimal3311536
Binary1000011110011100100
Octal4116344

Shades and tints

Shades of #217324

#217324
(33,115,36)
#1E6921
(30,105,33)
#1B5F1E
(27,95,30)
#18551B
(24,85,27)
#154B18
(21,75,24)
#124115
(18,65,21)
#0F3712
(15,55,18)
#0C2D0F
(12,45,15)
#09230C
(9,35,12)
#061909
(6,25,9)
#030F06
(3,15,6)
#000000
(0,0,0)

Tints of #217324

#217324
(33,115,36)
#357F37
(53,127,55)
#498B4A
(73,139,74)
#5D975D
(93,151,93)
#71A370
(113,163,112)
#85AF83
(133,175,131)
#99BB96
(153,187,150)
#ADC7A9
(173,199,169)
#C1D3BC
(193,211,188)
#D5DFCF
(213,223,207)
#E9EBE2
(233,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #217324 color. Also use rgb(33,115,36) instead hex code.

Text Font Color

.myTextColor { color: #217324; }

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

This text font color is #217324.


Background Color

.myBgColor { background-color: #217324; }

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

This div background color is #217324.


Border color

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

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

This div border color is #217324.


Opacity

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

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

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

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

This text has shadow with #217324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #217324 on black background.


Color preview on white background

This text has color #217324 on white background.



Black color preview on #217324 background

This text has black color on #217324 background.


White color preview on #217324 background

This text has white color on #217324 background.