COLOR #215121

HEX: #215121
RGB: (33,81,33)

Color info

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

RGB color model

#215121 color RGB value is (33,81,33).

  • red value is 33;
  • green value is 81;
  • blue value is 33.
RGB:
(33,81,33)
(13%,32%,13%)

RGB channels and saturation

R 33 of 255 = 13%
G 81 of 255 = 32%
B 33 of 255 = 13%

33
81
33

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

Portions of RGB colors in percentages

R + G + B =
33 + 81 + 33 = 147 (100%)
R 33 of 147 ~ 22.45%
G 81 of 147 ~ 55.1%
B 33 of 147 ~ 22.45%

%22.45
%55.1
%22.45

CMYK color model

#215121 color CMYK value is (59,0,59,68).

  • cyan value is 59.26%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 68.24%
CMYK:
(59,0,59,68)
C59M0Y59K68 
(59%,0%,59%,68%)
(0.59/0.00/0.59/0.68)	

CMYK percentages

%59.26
%0
%59.26
%68.24

Codes

Color #215121 in popluar color models

215121
RGB338133
HSL120°42.11%22.35%
HSB/HSV120°59.26%31.76%
CMYK59.26%0.00%59.26%
68.24%

Color #215121 in popluar number systems.

HEX215121
Decimal338133
Binary1000011010001100001
Octal4112141

Shades and tints

Shades of #215121

#215121
(33,81,33)
#1E4A1E
(30,74,30)
#1B431B
(27,67,27)
#183C18
(24,60,24)
#153515
(21,53,21)
#122E12
(18,46,18)
#0F270F
(15,39,15)
#0C200C
(12,32,12)
#091909
(9,25,9)
#061206
(6,18,6)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #215121

#215121
(33,81,33)
#356035
(53,96,53)
#496F49
(73,111,73)
#5D7E5D
(93,126,93)
#718D71
(113,141,113)
#859C85
(133,156,133)
#99AB99
(153,171,153)
#ADBAAD
(173,186,173)
#C1C9C1
(193,201,193)
#D5D8D5
(213,216,213)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215121; }

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

This text font color is #215121.


Background Color

.myBgColor { background-color: #215121; }

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

This div background color is #215121.


Border color

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

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

This div border color is #215121.


Opacity

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

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

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

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

This text has shadow with #215121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215121 on black background.


Color preview on white background

This text has color #215121 on white background.



Black color preview on #215121 background

This text has black color on #215121 background.


White color preview on #215121 background

This text has white color on #215121 background.