COLOR #215B19

HEX: #215B19
RGB: (33,91,25)

Color info

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

RGB color model

#215B19 color RGB value is (33,91,25).

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

RGB channels and saturation

R 33 of 255 = 13%
G 91 of 255 = 36%
B 25 of 255 = 10%

33
91
25

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

Portions of RGB colors in percentages

R + G + B =
33 + 91 + 25 = 149 (100%)
R 33 of 149 ~ 22.15%
G 91 of 149 ~ 61.07%
B 25 of 149 ~ 16.78%

%22.15
%61.07
%16.78

CMYK color model

#215B19 color CMYK value is (64,0,73,64).

  • cyan value is 63.74%
  • magenta value is 0.00%
  • yellow value is 72.53%
  • key color value is 64.31%
CMYK:
(64,0,73,64)
C64M0Y73K64 
(64%,0%,73%,64%)
(0.64/0.00/0.73/0.64)	

CMYK percentages

%63.74
%0
%72.53
%64.31

Codes

Color #215B19 in popluar color models

215B19
RGB339125
HSL113°56.90%22.75%
HSB/HSV113°72.53%35.69%
CMYK63.74%0.00%72.53%
64.31%

Color #215B19 in popluar number systems.

HEX215B19
Decimal339125
Binary100001101101111001
Octal4113331

Shades and tints

Shades of #215B19

#215B19
(33,91,25)
#1E5317
(30,83,23)
#1B4B15
(27,75,21)
#184313
(24,67,19)
#153B11
(21,59,17)
#12330F
(18,51,15)
#0F2B0D
(15,43,13)
#0C230B
(12,35,11)
#091B09
(9,27,9)
#061307
(6,19,7)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #215B19

#215B19
(33,91,25)
#35692D
(53,105,45)
#497741
(73,119,65)
#5D8555
(93,133,85)
#719369
(113,147,105)
#85A17D
(133,161,125)
#99AF91
(153,175,145)
#ADBDA5
(173,189,165)
#C1CBB9
(193,203,185)
#D5D9CD
(213,217,205)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215B19; }

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

This text font color is #215B19.


Background Color

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

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

This div background color is #215B19.


Border color

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

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

This div border color is #215B19.


Opacity

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

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

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

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

This text has shadow with #215B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215B19 on black background.


Color preview on white background

This text has color #215B19 on white background.



Black color preview on #215B19 background

This text has black color on #215B19 background.


White color preview on #215B19 background

This text has white color on #215B19 background.