COLOR #215824

HEX: #215824
RGB: (33,88,36)

Color info

#215824 contains red, green and blue colors in about the same proportion. Web safe color of #215824 is #336633 (or #363).

RGB color model

#215824 color RGB value is (33,88,36).

  • red value is 33;
  • green value is 88;
  • blue value is 36.
RGB:
(33,88,36)
(13%,35%,14%)

RGB channels and saturation

R 33 of 255 = 13%
G 88 of 255 = 35%
B 36 of 255 = 14%

33
88
36

R + G + B ~ 21%. #215824 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 88 + 36 = 157 (100%)
R 33 of 157 ~ 21.02%
G 88 of 157 ~ 56.05%
B 36 of 157 ~ 22.93%

%21.02
%56.05
%22.93

CMYK color model

#215824 color CMYK value is (63,0,59,65).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 65.49%
CMYK:
(63,0,59,65)
C63M0Y59K65 
(63%,0%,59%,65%)
(0.63/0.00/0.59/0.65)	

CMYK percentages

%62.5
%0
%59.09
%65.49

Codes

Color #215824 in popluar color models

215824
RGB338836
HSL123°45.45%23.73%
HSB/HSV123°62.50%34.51%
CMYK62.50%0.00%59.09%
65.49%

Color #215824 in popluar number systems.

HEX215824
Decimal338836
Binary1000011011000100100
Octal4113044

Shades and tints

Shades of #215824

#215824
(33,88,36)
#1E5021
(30,80,33)
#1B481E
(27,72,30)
#18401B
(24,64,27)
#153818
(21,56,24)
#123015
(18,48,21)
#0F2812
(15,40,18)
#0C200F
(12,32,15)
#09180C
(9,24,12)
#061009
(6,16,9)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #215824

#215824
(33,88,36)
#356737
(53,103,55)
#49764A
(73,118,74)
#5D855D
(93,133,93)
#719470
(113,148,112)
#85A383
(133,163,131)
#99B296
(153,178,150)
#ADC1A9
(173,193,169)
#C1D0BC
(193,208,188)
#D5DFCF
(213,223,207)
#E9EEE2
(233,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215824 color. Also use rgb(33,88,36) instead hex code.

Text Font Color

.myTextColor { color: #215824; }

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

This text font color is #215824.


Background Color

.myBgColor { background-color: #215824; }

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

This div background color is #215824.


Border color

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

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

This div border color is #215824.


Opacity

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

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

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

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

This text has shadow with #215824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215824 on black background.


Color preview on white background

This text has color #215824 on white background.



Black color preview on #215824 background

This text has black color on #215824 background.


White color preview on #215824 background

This text has white color on #215824 background.