COLOR #20373B

HEX: #20373B RGB: (32,55,59)

Color info

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

RGB color model

#20373B color RGB value is (32,55,59).

RGB: (32,55,59) (13%, 22%, 23%)

RGB channels and saturation

R 32 of 255 = 13%
G 55 of 255 = 22%
B 59 of 255 = 23%

32
55
59

R + G + B ~ 19%. #20373B is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 55 + 59 = 146 (100%)
R 32 of 146 ~ 21.92%
G 55 of 146 ~ 37.67%
B 59 of 146 ~ 40.41'%

%21.92
%37.67
%40.41

CMYK color model

#20373B color CMYK value is (46,7,0,77).

  • cyan value is 45.76%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (46,7,0,77)
C46M7Y0K77 (46%, 7%, 0%, 77%)
(0.46 / 0.07 / 0.00 / 0.77)

CMYK percentages

%45.76
%6.78
%0
%76.86

Codes

Color #20373B in popluar color models

20 37 3B
RGB 32 55 59
HSL 189° 29.67% 17.84%
HSB/HSV 189° 45.76% 23.14%
CMYK 45.76% 6.78% 0.00%
76.86%

Color #20373B in popluar number systems.

HEX 20 37 3B
Decimal 32 55 59
Binary 100000 110111 111011
Octal 40 67 73

Shades and tints

Shades of #20373B

#20373B
(32,55,59)
#1E3236
(30,50,54)
#1C2D31
(28,45,49)
#1A282C
(26,40,44)
#182327
(24,35,39)
#161E22
(22,30,34)
#14191D
(20,25,29)
#121418
(18,20,24)
#100F13
(16,15,19)
#0E0A0E
(14,10,14)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #20373B

#20373B
(32,55,59)
#34494C
(52,73,76)
#485B5D
(72,91,93)
#5C6D6E
(92,109,110)
#707F7F
(112,127,127)
#849190
(132,145,144)
#98A3A1
(152,163,161)
#ACB5B2
(172,181,178)
#C0C7C3
(192,199,195)
#D4D9D4
(212,217,212)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20373B; }

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

This text font color is #20373B.

Background Color

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

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

This div background color is #20373B.

Border color

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

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

This div border color is #20373B.

Opacity

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

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

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

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

This text has shadow with #20373B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20373B.

Preview

Color preview on black background

This text has color #20373B on black background.


Color preview on white background

This text has color #20373B on white background.


Black color preview on #20373B background

This text has black color on #20373B background.


White color preview on #20373B background

This text has white color on #20373B background.


Related colors

Complementary color

Complementary color for #hex is #DFC8C4.


I love getcolorcode.com

Triadic colors

1 #3B2037 and #373B20 with #20373B are triadic colors.

2 #3B3720 and #37203B with #20373B are triadic colors.