COLOR #215016

HEX: #215016
RGB: (33,80,22)

Color info

#215016 contains red, green and blue colors in about the same proportion. Web safe color of #215016 is #336600 (or #360).

RGB color model

#215016 color RGB value is (33,80,22).

  • red value is 33;
  • green value is 80;
  • blue value is 22.
RGB:
(33,80,22)
(13%,31%,9%)

RGB channels and saturation

R 33 of 255 = 13%
G 80 of 255 = 31%
B 22 of 255 = 9%

33
80
22

R + G + B ~ 18%. #215016 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 80 + 22 = 135 (100%)
R 33 of 135 ~ 24.44%
G 80 of 135 ~ 59.26%
B 22 of 135 ~ 16.3%

%24.44
%59.26
%16.3

CMYK color model

#215016 color CMYK value is (59,0,73,69).

  • cyan value is 58.75%
  • magenta value is 0.00%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(59,0,73,69)
C59M0Y73K69 
(59%,0%,73%,69%)
(0.59/0.00/0.73/0.69)	

CMYK percentages

%58.75
%0
%72.5
%68.63

Codes

Color #215016 in popluar color models

215016
RGB338022
HSL109°56.86%20.00%
HSB/HSV109°72.50%31.37%
CMYK58.75%0.00%72.50%
68.63%

Color #215016 in popluar number systems.

HEX215016
Decimal338022
Binary100001101000010110
Octal4112026

Shades and tints

Shades of #215016

#215016
(33,80,22)
#1E4914
(30,73,20)
#1B4212
(27,66,18)
#183B10
(24,59,16)
#15340E
(21,52,14)
#122D0C
(18,45,12)
#0F260A
(15,38,10)
#0C1F08
(12,31,8)
#091806
(9,24,6)
#061104
(6,17,4)
#030A02
(3,10,2)
#000000
(0,0,0)

Tints of #215016

#215016
(33,80,22)
#355F2B
(53,95,43)
#496E40
(73,110,64)
#5D7D55
(93,125,85)
#718C6A
(113,140,106)
#859B7F
(133,155,127)
#99AA94
(153,170,148)
#ADB9A9
(173,185,169)
#C1C8BE
(193,200,190)
#D5D7D3
(213,215,211)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215016 color. Also use rgb(33,80,22) instead hex code.

Text Font Color

.myTextColor { color: #215016; }

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

This text font color is #215016.


Background Color

.myBgColor { background-color: #215016; }

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

This div background color is #215016.


Border color

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

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

This div border color is #215016.


Opacity

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

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

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

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

This text has shadow with #215016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215016 on black background.


Color preview on white background

This text has color #215016 on white background.



Black color preview on #215016 background

This text has black color on #215016 background.


White color preview on #215016 background

This text has white color on #215016 background.