COLOR #20372A

HEX: #20372A
RGB: (32,55,42)

Color info

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

RGB color model

#20372A color RGB value is (32,55,42).

  • red value is 32;
  • green value is 55;
  • blue value is 42.
RGB:
(32,55,42)
(13%,22%,16%)

RGB channels and saturation

R 32 of 255 = 13%
G 55 of 255 = 22%
B 42 of 255 = 16%

32
55
42

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

Portions of RGB colors in percentages

R + G + B =
32 + 55 + 42 = 129 (100%)
R 32 of 129 ~ 24.81%
G 55 of 129 ~ 42.64%
B 42 of 129 ~ 32.56%

%24.81
%42.64
%32.56

CMYK color model

#20372A color CMYK value is (42,0,24,78).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(42,0,24,78)
C42M0Y24K78 
(42%,0%,24%,78%)
(0.42/0.00/0.24/0.78)	

CMYK percentages

%41.82
%0
%23.64
%78.43

Codes

Color #20372A in popluar color models

20372A
RGB325542
HSL146°26.44%17.06%
HSB/HSV146°41.82%21.57%
CMYK41.82%0.00%23.64%
78.43%

Color #20372A in popluar number systems.

HEX20372A
Decimal325542
Binary100000110111101010
Octal406752

Shades and tints

Shades of #20372A

#20372A
(32,55,42)
#1E3227
(30,50,39)
#1C2D24
(28,45,36)
#1A2821
(26,40,33)
#18231E
(24,35,30)
#161E1B
(22,30,27)
#141918
(20,25,24)
#121415
(18,20,21)
#100F12
(16,15,18)
#0E0A0F
(14,10,15)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #20372A

#20372A
(32,55,42)
#34493D
(52,73,61)
#485B50
(72,91,80)
#5C6D63
(92,109,99)
#707F76
(112,127,118)
#849189
(132,145,137)
#98A39C
(152,163,156)
#ACB5AF
(172,181,175)
#C0C7C2
(192,199,194)
#D4D9D5
(212,217,213)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20372A; }

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

This text font color is #20372A.


Background Color

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

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

This div background color is #20372A.


Border color

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

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

This div border color is #20372A.


Opacity

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

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

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

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

This text has shadow with #20372A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20372A on black background.


Color preview on white background

This text has color #20372A on white background.



Black color preview on #20372A background

This text has black color on #20372A background.


White color preview on #20372A background

This text has white color on #20372A background.