COLOR #215B15

HEX: #215B15
RGB: (33,91,21)

Color info

#215B15 contains mainly red and green colors. Web safe color of #215B15 is #336600 (or #360).

RGB color model

#215B15 color RGB value is (33,91,21).

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

RGB channels and saturation

R 33 of 255 = 13%
G 91 of 255 = 36%
B 21 of 255 = 8%

33
91
21

R + G + B ~ 19%. #215B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 91 + 21 = 145 (100%)
R 33 of 145 ~ 22.76%
G 91 of 145 ~ 62.76%
B 21 of 145 ~ 14.48%

%22.76
%62.76
%14.48

CMYK color model

#215B15 color CMYK value is (64,0,77,64).

  • cyan value is 63.74%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 64.31%
CMYK:
(64,0,77,64)
C64M0Y77K64 
(64%,0%,77%,64%)
(0.64/0.00/0.77/0.64)	

CMYK percentages

%63.74
%0
%76.92
%64.31

Codes

Color #215B15 in popluar color models

215B15
RGB339121
HSL110°62.50%21.96%
HSB/HSV110°76.92%35.69%
CMYK63.74%0.00%76.92%
64.31%

Color #215B15 in popluar number systems.

HEX215B15
Decimal339121
Binary100001101101110101
Octal4113325

Shades and tints

Shades of #215B15

#215B15
(33,91,21)
#1E5314
(30,83,20)
#1B4B13
(27,75,19)
#184312
(24,67,18)
#153B11
(21,59,17)
#123310
(18,51,16)
#0F2B0F
(15,43,15)
#0C230E
(12,35,14)
#091B0D
(9,27,13)
#06130C
(6,19,12)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #215B15

#215B15
(33,91,21)
#35692A
(53,105,42)
#49773F
(73,119,63)
#5D8554
(93,133,84)
#719369
(113,147,105)
#85A17E
(133,161,126)
#99AF93
(153,175,147)
#ADBDA8
(173,189,168)
#C1CBBD
(193,203,189)
#D5D9D2
(213,217,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215B15; }

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

This text font color is #215B15.


Background Color

.myBgColor { background-color: #215B15; }

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

This div background color is #215B15.


Border color

.myBorderColor { border: 1px solid #215B15; }

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

This div border color is #215B15.


Opacity

.myOpacity80 { color: #215B15; opacity: 0.8; }

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

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

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

This text has shadow with #215B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215B15 on black background.


Color preview on white background

This text has color #215B15 on white background.



Black color preview on #215B15 background

This text has black color on #215B15 background.


White color preview on #215B15 background

This text has white color on #215B15 background.