COLOR #20373C

HEX: #20373C
RGB: (32,55,60)

Color info

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

RGB color model

#20373C color RGB value is (32,55,60).

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

RGB channels and saturation

R 32 of 255 = 13%
G 55 of 255 = 22%
B 60 of 255 = 24%

32
55
60

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

Portions of RGB colors in percentages

R + G + B =
32 + 55 + 60 = 147 (100%)
R 32 of 147 ~ 21.77%
G 55 of 147 ~ 37.41%
B 60 of 147 ~ 40.82%

%21.77
%37.41
%40.82

CMYK color model

#20373C color CMYK value is (47,8,0,76).

  • cyan value is 46.67%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(47,8,0,76)
C47M8Y0K76 
(47%,8%,0%,76%)
(0.47/0.08/0.00/0.76)	

CMYK percentages

%46.67
%8.33
%0
%76.47

Codes

Color #20373C in popluar color models

20373C
RGB325560
HSL191°30.43%18.04%
HSB/HSV191°46.67%23.53%
CMYK46.67%8.33%0.00%
76.47%

Color #20373C in popluar number systems.

HEX20373C
Decimal325560
Binary100000110111111100
Octal406774

Shades and tints

Shades of #20373C

#20373C
(32,55,60)
#1E3237
(30,50,55)
#1C2D32
(28,45,50)
#1A282D
(26,40,45)
#182328
(24,35,40)
#161E23
(22,30,35)
#14191E
(20,25,30)
#121419
(18,20,25)
#100F14
(16,15,20)
#0E0A0F
(14,10,15)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #20373C

#20373C
(32,55,60)
#34494D
(52,73,77)
#485B5E
(72,91,94)
#5C6D6F
(92,109,111)
#707F80
(112,127,128)
#849191
(132,145,145)
#98A3A2
(152,163,162)
#ACB5B3
(172,181,179)
#C0C7C4
(192,199,196)
#D4D9D5
(212,217,213)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20373C; }

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

This text font color is #20373C.


Background Color

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

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

This div background color is #20373C.


Border color

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

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

This div border color is #20373C.


Opacity

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

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

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

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

This text has shadow with #20373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20373C on black background.


Color preview on white background

This text has color #20373C on white background.



Black color preview on #20373C background

This text has black color on #20373C background.


White color preview on #20373C background

This text has white color on #20373C background.