COLOR #215224

HEX: #215224 RGB: (33,82,36)

Color info

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

RGB color model

#215224 color RGB value is (33,82,36).

RGB: (33,82,36) (13%, 32%, 14%)

RGB channels and saturation

R 33 of 255 = 13%
G 82 of 255 = 32%
B 36 of 255 = 14%

33
82
36

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

Portions of RGB colors in percentages

R + G + B = 33 + 82 + 36 = 151 (100%)
R 33 of 151 ~ 21.85%
G 82 of 151 ~ 54.3%
B 36 of 151 ~ 23.84'%

%21.85
%54.3
%23.84

CMYK color model

#215224 color CMYK value is (60,0,56,68).

  • cyan value is 59.76%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 67.84%
CMYK: (60,0,56,68) C60M0Y56K68 (60%,0%,56%,68%) (0.60/0.00/0.56/0.68) 

CMYK percentages

%59.76
%0
%56.1
%67.84

Codes

Color #215224 in popluar color models

21 52 24
RGB 33 82 36
HSL 124° 42.61% 22.55%
HSB/HSV 124° 59.76% 32.16%
CMYK 59.76% 0.00% 56.10%
67.84%

Color #215224 in popluar number systems.

HEX 21 52 24
Decimal 33 82 36
Binary 100001 1010010 100100
Octal 41 122 44

Shades and tints

Shades of #215224

#215224
(33,82,36)
#1E4B21
(30,75,33)
#1B441E
(27,68,30)
#183D1B
(24,61,27)
#153618
(21,54,24)
#122F15
(18,47,21)
#0F2812
(15,40,18)
#0C210F
(12,33,15)
#091A0C
(9,26,12)
#061309
(6,19,9)
#030C06
(3,12,6)
#000000
(0,0,0)

Tints of #215224

#215224
(33,82,36)
#356137
(53,97,55)
#49704A
(73,112,74)
#5D7F5D
(93,127,93)
#718E70
(113,142,112)
#859D83
(133,157,131)
#99AC96
(153,172,150)
#ADBBA9
(173,187,169)
#C1CABC
(193,202,188)
#D5D9CF
(213,217,207)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215224; }

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

This text font color is #215224.

Background Color

.myBgColor { background-color: #215224; }

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

This div background color is #215224.

Border color

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

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

This div border color is #215224.

Opacity

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

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

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

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

This text has shadow with #215224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215224.

Preview

Color preview on black background

This text has color #215224 on black background.


Color preview on white background

This text has color #215224 on white background.


Black color preview on #215224 background

This text has black color on #215224 background.


White color preview on #215224 background

This text has white color on #215224 background.


Related colors

Complementary color

Complementary color for #hex is #DEADDB.


I love getcolorcode.com

Triadic colors

1 #242152 and #522421 with #215224 are triadic colors.

2 #245221 and #522124 with #215224 are triadic colors.