COLOR #20372B

HEX: #20372B RGB: (32,55,43)

Color info

#20372B contains red, green and blue colors in about the same proportion. Web safe color of #20372B is #333333 (or #333).

RGB color model

#20372B color RGB value is (32,55,43).

RGB: (32,55,43) (13%, 22%, 17%)

RGB channels and saturation

R 32 of 255 = 13%
G 55 of 255 = 22%
B 43 of 255 = 17%

32
55
43

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

Portions of RGB colors in percentages

R + G + B = 32 + 55 + 43 = 130 (100%)
R 32 of 130 ~ 24.62%
G 55 of 130 ~ 42.31%
B 43 of 130 ~ 33.08'%

%24.62
%42.31
%33.08

CMYK color model

#20372B color CMYK value is (42,0,22,78).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 78.43%
CMYK: (42,0,22,78) C42M0Y22K78 (42%,0%,22%,78%) (0.42/0.00/0.22/0.78) 

CMYK percentages

%41.82
%0
%21.82
%78.43

Codes

Color #20372B in popluar color models

20 37 2B
RGB 32 55 43
HSL 149° 26.44% 17.06%
HSB/HSV 149° 41.82% 21.57%
CMYK 41.82% 0.00% 21.82%
78.43%

Color #20372B in popluar number systems.

HEX 20 37 2B
Decimal 32 55 43
Binary 100000 110111 101011
Octal 40 67 53

Shades and tints

Shades of #20372B

#20372B
(32,55,43)
#1E3228
(30,50,40)
#1C2D25
(28,45,37)
#1A2822
(26,40,34)
#18231F
(24,35,31)
#161E1C
(22,30,28)
#141919
(20,25,25)
#121416
(18,20,22)
#100F13
(16,15,19)
#0E0A10
(14,10,16)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #20372B

#20372B
(32,55,43)
#34493E
(52,73,62)
#485B51
(72,91,81)
#5C6D64
(92,109,100)
#707F77
(112,127,119)
#84918A
(132,145,138)
#98A39D
(152,163,157)
#ACB5B0
(172,181,176)
#C0C7C3
(192,199,195)
#D4D9D6
(212,217,214)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20372B color. Also use rgb(32,55,43) instead hex code.

Text Font Color

.myTextColor { color: #20372B; }

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

This text font color is #20372B.

Background Color

.myBgColor { background-color: #20372B; }

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

This div background color is #20372B.

Border color

.myBorderColor { border: 1px solid #20372B; }

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

This div border color is #20372B.

Opacity

.myOpacity80 { color: #20372B; opacity: 0.8; }

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

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

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

This text has shadow with #20372B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20372B.

Preview

Color preview on black background

This text has color #20372B on black background.


Color preview on white background

This text has color #20372B on white background.


Black color preview on #20372B background

This text has black color on #20372B background.


White color preview on #20372B background

This text has white color on #20372B background.


Related colors

Complementary color

Complementary color for #hex is #DFC8D4.


I love getcolorcode.com

Triadic colors

1 #2B2037 and #372B20 with #20372B are triadic colors.

2 #2B3720 and #37202B with #20372B are triadic colors.