COLOR #215D1B

HEX: #215D1B
RGB: (33,93,27)

Color info

#215D1B contains mainly green color. Web safe color of #215D1B is #336633 (or #363).

RGB color model

#215D1B color RGB value is (33,93,27).

  • red value is 33;
  • green value is 93;
  • blue value is 27.
RGB:
(33,93,27)
(13%,36%,11%)

RGB channels and saturation

R 33 of 255 = 13%
G 93 of 255 = 36%
B 27 of 255 = 11%

33
93
27

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

Portions of RGB colors in percentages

R + G + B =
33 + 93 + 27 = 153 (100%)
R 33 of 153 ~ 21.57%
G 93 of 153 ~ 60.78%
B 27 of 153 ~ 17.65%

%21.57
%60.78
%17.65

CMYK color model

#215D1B color CMYK value is (65,0,71,64).

  • cyan value is 64.52%
  • magenta value is 0.00%
  • yellow value is 70.97%
  • key color value is 63.53%
CMYK:
(65,0,71,64)
C65M0Y71K64 
(65%,0%,71%,64%)
(0.65/0.00/0.71/0.64)	

CMYK percentages

%64.52
%0
%70.97
%63.53

Codes

Color #215D1B in popluar color models

215D1B
RGB339327
HSL115°55.00%23.53%
HSB/HSV115°70.97%36.47%
CMYK64.52%0.00%70.97%
63.53%

Color #215D1B in popluar number systems.

HEX215D1B
Decimal339327
Binary100001101110111011
Octal4113533

Shades and tints

Shades of #215D1B

#215D1B
(33,93,27)
#1E5519
(30,85,25)
#1B4D17
(27,77,23)
#184515
(24,69,21)
#153D13
(21,61,19)
#123511
(18,53,17)
#0F2D0F
(15,45,15)
#0C250D
(12,37,13)
#091D0B
(9,29,11)
#061509
(6,21,9)
#030D07
(3,13,7)
#000000
(0,0,0)

Tints of #215D1B

#215D1B
(33,93,27)
#356B2F
(53,107,47)
#497943
(73,121,67)
#5D8757
(93,135,87)
#71956B
(113,149,107)
#85A37F
(133,163,127)
#99B193
(153,177,147)
#ADBFA7
(173,191,167)
#C1CDBB
(193,205,187)
#D5DBCF
(213,219,207)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215D1B color. Also use rgb(33,93,27) instead hex code.

Text Font Color

.myTextColor { color: #215D1B; }

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

This text font color is #215D1B.


Background Color

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

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

This div background color is #215D1B.


Border color

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

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

This div border color is #215D1B.


Opacity

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

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

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

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

This text has shadow with #215D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215D1B on black background.


Color preview on white background

This text has color #215D1B on white background.



Black color preview on #215D1B background

This text has black color on #215D1B background.


White color preview on #215D1B background

This text has white color on #215D1B background.