COLOR #213500

HEX: #213500 RGB: (33,53,0)

Color info

#213500 contains only red and green colors. Web safe color of #213500 is #333300 (or #330).

RGB color model

#213500 color RGB value is (33,53,0).

RGB: (33,53,0) (13%, 21%, 0%)

RGB channels and saturation

R 33 of 255 = 13%
G 53 of 255 = 21%
B 0 of 255 = 0%

33
53
0

R + G + B ~ 11%. #213500 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 53 + 0 = 86 (100%)
R 33 of 86 ~ 38.37%
G 53 of 86 ~ 61.63%
B 0 of 86 ~ 0'%

%38.37
%61.63

CMYK color model

#213500 color CMYK value is (38,0,100,79).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 79.22%

CMYK: (38,0,100,79)
C38M0Y100K79 (38%, 0%, 100%, 79%)
(0.38 / 0.00 / 1.00 / 0.79)

CMYK percentages

%37.74
%0
%100
%79.22

Codes

Color #213500 in popluar color models

21 35 00
RGB 33 53 0
HSL 83° 100.00% 10.39%
HSB/HSV 83° 100.00% 20.78%
CMYK 37.74% 0.00% 100.00%
79.22%

Color #213500 in popluar number systems.

HEX 21 35 00
Decimal 33 53 0
Binary 100001 110101 0
Octal 41 65 0

Shades and tints

Shades of #213500

#213500
(33,53,0)
#1E3100
(30,49,0)
#1B2D00
(27,45,0)
#182900
(24,41,0)
#152500
(21,37,0)
#122100
(18,33,0)
#0F1D00
(15,29,0)
#0C1900
(12,25,0)
#091500
(9,21,0)
#061100
(6,17,0)
#030D00
(3,13,0)
#000000
(0,0,0)

Tints of #213500

#213500
(33,53,0)
#354717
(53,71,23)
#49592E
(73,89,46)
#5D6B45
(93,107,69)
#717D5C
(113,125,92)
#858F73
(133,143,115)
#99A18A
(153,161,138)
#ADB3A1
(173,179,161)
#C1C5B8
(193,197,184)
#D5D7CF
(213,215,207)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213500; }

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

This text font color is #213500.

Background Color

.myBgColor { background-color: #213500; }

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

This div background color is #213500.

Border color

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

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

This div border color is #213500.

Opacity

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

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

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

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

This text has shadow with #213500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213500.

Preview

Color preview on black background

This text has color #213500 on black background.


Color preview on white background

This text has color #213500 on white background.


Black color preview on #213500 background

This text has black color on #213500 background.


White color preview on #213500 background

This text has white color on #213500 background.


Related colors

Complementary color

Complementary color for #hex is #DECAFF.


I love getcolorcode.com

Triadic colors

1 #002135 and #350021 with #213500 are triadic colors.

2 #003521 and #352100 with #213500 are triadic colors.