COLOR #215700

HEX: #215700 RGB: (33,87,0)

Color info

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

RGB color model

#215700 color RGB value is (33,87,0).

RGB: (33,87,0) (13%, 34%, 0%)

RGB channels and saturation

R 33 of 255 = 13%
G 87 of 255 = 34%
B 0 of 255 = 0%

33
87
0

R + G + B ~ 16%. #215700 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 87 + 0 = 120 (100%)
R 33 of 120 ~ 27.5%
G 87 of 120 ~ 72.5%
B 0 of 120 ~ 0'%

%27.5
%72.5

CMYK color model

#215700 color CMYK value is (62,0,100,66).

  • cyan value is 62.07%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 65.88%

CMYK: (62,0,100,66)
C62M0Y100K66 (62%, 0%, 100%, 66%)
(0.62 / 0.00 / 1.00 / 0.66)

CMYK percentages

%62.07
%0
%100
%65.88

Codes

Color #215700 in popluar color models

21 57 00
RGB 33 87 0
HSL 97° 100.00% 17.06%
HSB/HSV 97° 100.00% 34.12%
CMYK 62.07% 0.00% 100.00%
65.88%

Color #215700 in popluar number systems.

HEX 21 57 00
Decimal 33 87 0
Binary 100001 1010111 0
Octal 41 127 0

Shades and tints

Shades of #215700

#215700
(33,87,0)
#1E5000
(30,80,0)
#1B4900
(27,73,0)
#184200
(24,66,0)
#153B00
(21,59,0)
#123400
(18,52,0)
#0F2D00
(15,45,0)
#0C2600
(12,38,0)
#091F00
(9,31,0)
#061800
(6,24,0)
#031100
(3,17,0)
#000000
(0,0,0)

Tints of #215700

#215700
(33,87,0)
#356617
(53,102,23)
#49752E
(73,117,46)
#5D8445
(93,132,69)
#71935C
(113,147,92)
#85A273
(133,162,115)
#99B18A
(153,177,138)
#ADC0A1
(173,192,161)
#C1CFB8
(193,207,184)
#D5DECF
(213,222,207)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215700; }

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

This text font color is #215700.

Background Color

.myBgColor { background-color: #215700; }

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

This div background color is #215700.

Border color

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

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

This div border color is #215700.

Opacity

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

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

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

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

This text has shadow with #215700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215700.

Preview

Color preview on black background

This text has color #215700 on black background.


Color preview on white background

This text has color #215700 on white background.


Black color preview on #215700 background

This text has black color on #215700 background.


White color preview on #215700 background

This text has white color on #215700 background.


Related colors

Complementary color

Complementary color for #hex is #DEA8FF.


I love getcolorcode.com

Triadic colors

1 #002157 and #570021 with #215700 are triadic colors.

2 #005721 and #572100 with #215700 are triadic colors.