COLOR #21370D

HEX: #21370D RGB: (33,55,13)

Color info

#21370D contains red, green and blue colors in about the same proportion. Web safe color of #21370D is #333300 (or #330).

RGB color model

#21370D color RGB value is (33,55,13).

RGB: (33,55,13) (13%, 22%, 5%)

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 13 of 255 = 5%

33
55
13

R + G + B ~ 13%. #21370D is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 55 + 13 = 101 (100%)
R 33 of 101 ~ 32.67%
G 55 of 101 ~ 54.46%
B 13 of 101 ~ 12.87'%

%32.67
%54.46
%12.87

CMYK color model

#21370D color CMYK value is (40,0,76,78).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 76.36%
  • key color value is 78.43%

CMYK: (40,0,76,78)
C40M0Y76K78 (40%, 0%, 76%, 78%)
(0.40 / 0.00 / 0.76 / 0.78)

CMYK percentages

%40
%0
%76.36
%78.43

Codes

Color #21370D in popluar color models

21 37 0D
RGB 33 55 13
HSL 91° 61.76% 13.33%
HSB/HSV 91° 76.36% 21.57%
CMYK 40.00% 0.00% 76.36%
78.43%

Color #21370D in popluar number systems.

HEX 21 37 0D
Decimal 33 55 13
Binary 100001 110111 1101
Octal 41 67 15

Shades and tints

Shades of #21370D

#21370D
(33,55,13)
#1E320C
(30,50,12)
#1B2D0B
(27,45,11)
#18280A
(24,40,10)
#152309
(21,35,9)
#121E08
(18,30,8)
#0F1907
(15,25,7)
#0C1406
(12,20,6)
#090F05
(9,15,5)
#060A04
(6,10,4)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #21370D

#21370D
(33,55,13)
#354923
(53,73,35)
#495B39
(73,91,57)
#5D6D4F
(93,109,79)
#717F65
(113,127,101)
#85917B
(133,145,123)
#99A391
(153,163,145)
#ADB5A7
(173,181,167)
#C1C7BD
(193,199,189)
#D5D9D3
(213,217,211)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21370D color. Also use rgb(33,55,13) instead hex code.

Text Font Color

.myTextColor { color: #21370D; }

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

This text font color is #21370D.

Background Color

.myBgColor { background-color: #21370D; }

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

This div background color is #21370D.

Border color

.myBorderColor { border: 1px solid #21370D; }

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

This div border color is #21370D.

Opacity

.myOpacity80 { color: #21370D; opacity: 0.8; }

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

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

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

This text has shadow with #21370D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21370D.

Preview

Color preview on black background

This text has color #21370D on black background.


Color preview on white background

This text has color #21370D on white background.


Black color preview on #21370D background

This text has black color on #21370D background.


White color preview on #21370D background

This text has white color on #21370D background.


Related colors

Complementary color

Complementary color for #hex is #DEC8F2.


I love getcolorcode.com

Triadic colors

1 #0D2137 and #370D21 with #21370D are triadic colors.

2 #0D3721 and #37210D with #21370D are triadic colors.