COLOR #215B31

HEX: #215B31
RGB: (33,91,49)

Color info

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

RGB color model

#215B31 color RGB value is (33,91,49).

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

RGB channels and saturation

R 33 of 255 = 13%
G 91 of 255 = 36%
B 49 of 255 = 19%

33
91
49

R + G + B ~ 23%. #215B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 91 + 49 = 173 (100%)
R 33 of 173 ~ 19.08%
G 91 of 173 ~ 52.6%
B 49 of 173 ~ 28.32%

%19.08
%52.6
%28.32

CMYK color model

#215B31 color CMYK value is (64,0,46,64).

  • cyan value is 63.74%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 64.31%
CMYK:
(64,0,46,64)
C64M0Y46K64 
(64%,0%,46%,64%)
(0.64/0.00/0.46/0.64)	

CMYK percentages

%63.74
%0
%46.15
%64.31

Codes

Color #215B31 in popluar color models

215B31
RGB339149
HSL137°46.77%24.31%
HSB/HSV137°63.74%35.69%
CMYK63.74%0.00%46.15%
64.31%

Color #215B31 in popluar number systems.

HEX215B31
Decimal339149
Binary1000011011011110001
Octal4113361

Shades and tints

Shades of #215B31

#215B31
(33,91,49)
#1E532D
(30,83,45)
#1B4B29
(27,75,41)
#184325
(24,67,37)
#153B21
(21,59,33)
#12331D
(18,51,29)
#0F2B19
(15,43,25)
#0C2315
(12,35,21)
#091B11
(9,27,17)
#06130D
(6,19,13)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #215B31

#215B31
(33,91,49)
#356943
(53,105,67)
#497755
(73,119,85)
#5D8567
(93,133,103)
#719379
(113,147,121)
#85A18B
(133,161,139)
#99AF9D
(153,175,157)
#ADBDAF
(173,189,175)
#C1CBC1
(193,203,193)
#D5D9D3
(213,217,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215B31; }

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

This text font color is #215B31.


Background Color

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

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

This div background color is #215B31.


Border color

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

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

This div border color is #215B31.


Opacity

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

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

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

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

This text has shadow with #215B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215B31 on black background.


Color preview on white background

This text has color #215B31 on white background.



Black color preview on #215B31 background

This text has black color on #215B31 background.


White color preview on #215B31 background

This text has white color on #215B31 background.