COLOR #216615

HEX: #216615
RGB: (33,102,21)

Color info

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

RGB color model

#216615 color RGB value is (33,102,21).

  • red value is 33;
  • green value is 102;
  • blue value is 21.
RGB:
(33,102,21)
(13%,40%,8%)

RGB channels and saturation

R 33 of 255 = 13%
G 102 of 255 = 40%
B 21 of 255 = 8%

33
102
21

R + G + B ~ 20%. #216615 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 102 + 21 = 156 (100%)
R 33 of 156 ~ 21.15%
G 102 of 156 ~ 65.38%
B 21 of 156 ~ 13.46%

%21.15
%65.38
%13.46

CMYK color model

#216615 color CMYK value is (68,0,79,60).

  • cyan value is 67.65%
  • magenta value is 0.00%
  • yellow value is 79.41%
  • key color value is 60.00%
CMYK:
(68,0,79,60)
C68M0Y79K60 
(68%,0%,79%,60%)
(0.68/0.00/0.79/0.60)	

CMYK percentages

%67.65
%0
%79.41
%60

Codes

Color #216615 in popluar color models

216615
RGB3310221
HSL111°65.85%24.12%
HSB/HSV111°79.41%40.00%
CMYK67.65%0.00%79.41%
60.00%

Color #216615 in popluar number systems.

HEX216615
Decimal3310221
Binary100001110011010101
Octal4114625

Shades and tints

Shades of #216615

#216615
(33,102,21)
#1E5D14
(30,93,20)
#1B5413
(27,84,19)
#184B12
(24,75,18)
#154211
(21,66,17)
#123910
(18,57,16)
#0F300F
(15,48,15)
#0C270E
(12,39,14)
#091E0D
(9,30,13)
#06150C
(6,21,12)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #216615

#216615
(33,102,21)
#35732A
(53,115,42)
#49803F
(73,128,63)
#5D8D54
(93,141,84)
#719A69
(113,154,105)
#85A77E
(133,167,126)
#99B493
(153,180,147)
#ADC1A8
(173,193,168)
#C1CEBD
(193,206,189)
#D5DBD2
(213,219,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #216615 color. Also use rgb(33,102,21) instead hex code.

Text Font Color

.myTextColor { color: #216615; }

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

This text font color is #216615.


Background Color

.myBgColor { background-color: #216615; }

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

This div background color is #216615.


Border color

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

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

This div border color is #216615.


Opacity

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

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

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

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

This text has shadow with #216615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216615 on black background.


Color preview on white background

This text has color #216615 on white background.



Black color preview on #216615 background

This text has black color on #216615 background.


White color preview on #216615 background

This text has white color on #216615 background.