COLOR #216613

HEX: #216613
RGB: (33,102,19)

Color info

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

RGB color model

#216613 color RGB value is (33,102,19).

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

RGB channels and saturation

R 33 of 255 = 13%
G 102 of 255 = 40%
B 19 of 255 = 7%

33
102
19

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

Portions of RGB colors in percentages

R + G + B =
33 + 102 + 19 = 154 (100%)
R 33 of 154 ~ 21.43%
G 102 of 154 ~ 66.23%
B 19 of 154 ~ 12.34%

%21.43
%66.23
%12.34

CMYK color model

#216613 color CMYK value is (68,0,81,60).

  • cyan value is 67.65%
  • magenta value is 0.00%
  • yellow value is 81.37%
  • key color value is 60.00%
CMYK:
(68,0,81,60)
C68M0Y81K60 
(68%,0%,81%,60%)
(0.68/0.00/0.81/0.60)	

CMYK percentages

%67.65
%0
%81.37
%60

Codes

Color #216613 in popluar color models

216613
RGB3310219
HSL110°68.60%23.73%
HSB/HSV110°81.37%40.00%
CMYK67.65%0.00%81.37%
60.00%

Color #216613 in popluar number systems.

HEX216613
Decimal3310219
Binary100001110011010011
Octal4114623

Shades and tints

Shades of #216613

#216613
(33,102,19)
#1E5D12
(30,93,18)
#1B5411
(27,84,17)
#184B10
(24,75,16)
#15420F
(21,66,15)
#12390E
(18,57,14)
#0F300D
(15,48,13)
#0C270C
(12,39,12)
#091E0B
(9,30,11)
#06150A
(6,21,10)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #216613

#216613
(33,102,19)
#357328
(53,115,40)
#49803D
(73,128,61)
#5D8D52
(93,141,82)
#719A67
(113,154,103)
#85A77C
(133,167,124)
#99B491
(153,180,145)
#ADC1A6
(173,193,166)
#C1CEBB
(193,206,187)
#D5DBD0
(213,219,208)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #216613; }

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

This text font color is #216613.


Background Color

.myBgColor { background-color: #216613; }

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

This div background color is #216613.


Border color

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

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

This div border color is #216613.


Opacity

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

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

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

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

This text has shadow with #216613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #216613 on black background.


Color preview on white background

This text has color #216613 on white background.



Black color preview on #216613 background

This text has black color on #216613 background.


White color preview on #216613 background

This text has white color on #216613 background.