COLOR #216C31

HEX: #216C31
RGB: (33,108,49)

Color info

#216C31 contains mainly green and blue colors. Web safe color of #216C31 is #336633 (or #363).

RGB color model

#216C31 color RGB value is (33,108,49).

  • red value is 33;
  • green value is 108;
  • blue value is 49.
RGB:
(33,108,49)
(13%,42%,19%)

RGB channels and saturation

R 33 of 255 = 13%
G 108 of 255 = 42%
B 49 of 255 = 19%

33
108
49

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

Portions of RGB colors in percentages

R + G + B =
33 + 108 + 49 = 190 (100%)
R 33 of 190 ~ 17.37%
G 108 of 190 ~ 56.84%
B 49 of 190 ~ 25.79%

%17.37
%56.84
%25.79

CMYK color model

#216C31 color CMYK value is (69,0,55,58).

  • cyan value is 69.44%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 57.65%
CMYK:
(69,0,55,58)
C69M0Y55K58 
(69%,0%,55%,58%)
(0.69/0.00/0.55/0.58)	

CMYK percentages

%69.44
%0
%54.63
%57.65

Codes

Color #216C31 in popluar color models

216C31
RGB3310849
HSL133°53.19%27.65%
HSB/HSV133°69.44%42.35%
CMYK69.44%0.00%54.63%
57.65%

Color #216C31 in popluar number systems.

HEX216C31
Decimal3310849
Binary1000011101100110001
Octal4115461

Shades and tints

Shades of #216C31

#216C31
(33,108,49)
#1E632D
(30,99,45)
#1B5A29
(27,90,41)
#185125
(24,81,37)
#154821
(21,72,33)
#123F1D
(18,63,29)
#0F3619
(15,54,25)
#0C2D15
(12,45,21)
#092411
(9,36,17)
#061B0D
(6,27,13)
#031209
(3,18,9)
#000000
(0,0,0)

Tints of #216C31

#216C31
(33,108,49)
#357943
(53,121,67)
#498655
(73,134,85)
#5D9367
(93,147,103)
#71A079
(113,160,121)
#85AD8B
(133,173,139)
#99BA9D
(153,186,157)
#ADC7AF
(173,199,175)
#C1D4C1
(193,212,193)
#D5E1D3
(213,225,211)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216C31 color. Also use rgb(33,108,49) instead hex code.

Text Font Color

.myTextColor { color: #216C31; }

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

This text font color is #216C31.


Background Color

.myBgColor { background-color: #216C31; }

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

This div background color is #216C31.


Border color

.myBorderColor { border: 1px solid #216C31; }

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

This div border color is #216C31.


Opacity

.myOpacity80 { color: #216C31; opacity: 0.8; }

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

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

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

This text has shadow with #216C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216C31 on black background.


Color preview on white background

This text has color #216C31 on white background.



Black color preview on #216C31 background

This text has black color on #216C31 background.


White color preview on #216C31 background

This text has white color on #216C31 background.