COLOR #215806

HEX: #215806 RGB: (33,88,6)

Color info

#215806 contains mainly red and green colors. Web safe color of #215806 is #336600 (or #360).

RGB color model

#215806 color RGB value is (33,88,6).

RGB: (33,88,6) (13%, 35%, 2%)

RGB channels and saturation

R 33 of 255 = 13%
G 88 of 255 = 35%
B 6 of 255 = 2%

33
88
6

R + G + B ~ 17%. #215806 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 88 + 6 = 127 (100%)
R 33 of 127 ~ 25.98%
G 88 of 127 ~ 69.29%
B 6 of 127 ~ 4.72'%

%25.98
%69.29

CMYK color model

#215806 color CMYK value is (63,0,93,65).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 93.18%
  • key color value is 65.49%

CMYK: (63,0,93,65)
C63M0Y93K65 (63%, 0%, 93%, 65%)
(0.63 / 0.00 / 0.93 / 0.65)

CMYK percentages

%62.5
%0
%93.18
%65.49

Codes

Color #215806 in popluar color models

21 58 06
RGB 33 88 6
HSL 100° 87.23% 18.43%
HSB/HSV 100° 93.18% 34.51%
CMYK 62.50% 0.00% 93.18%
65.49%

Color #215806 in popluar number systems.

HEX 21 58 06
Decimal 33 88 6
Binary 100001 1011000 110
Octal 41 130 6

Shades and tints

Shades of #215806

#215806
(33,88,6)
#1E5006
(30,80,6)
#1B4806
(27,72,6)
#184006
(24,64,6)
#153806
(21,56,6)
#123006
(18,48,6)
#0F2806
(15,40,6)
#0C2006
(12,32,6)
#091806
(9,24,6)
#061006
(6,16,6)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #215806

#215806
(33,88,6)
#35671C
(53,103,28)
#497632
(73,118,50)
#5D8548
(93,133,72)
#71945E
(113,148,94)
#85A374
(133,163,116)
#99B28A
(153,178,138)
#ADC1A0
(173,193,160)
#C1D0B6
(193,208,182)
#D5DFCC
(213,223,204)
#E9EEE2
(233,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215806; }

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

This text font color is #215806.

Background Color

.myBgColor { background-color: #215806; }

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

This div background color is #215806.

Border color

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

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

This div border color is #215806.

Opacity

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

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

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

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

This text has shadow with #215806 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215806.

Preview

Color preview on black background

This text has color #215806 on black background.


Color preview on white background

This text has color #215806 on white background.


Black color preview on #215806 background

This text has black color on #215806 background.


White color preview on #215806 background

This text has white color on #215806 background.


Related colors

Complementary color

Complementary color for #hex is #DEA7F9.


I love getcolorcode.com

Triadic colors

1 #062158 and #580621 with #215806 are triadic colors.

2 #065821 and #582106 with #215806 are triadic colors.