COLOR #20473B

HEX: #20473B
RGB: (32,71,59)

Color info

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

RGB color model

#20473B color RGB value is (32,71,59).

  • red value is 32;
  • green value is 71;
  • blue value is 59.
RGB:
(32,71,59)
(13%,28%,23%)

RGB channels and saturation

R 32 of 255 = 13%
G 71 of 255 = 28%
B 59 of 255 = 23%

32
71
59

R + G + B ~ 21%. #20473B is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 71 + 59 = 162 (100%)
R 32 of 162 ~ 19.75%
G 71 of 162 ~ 43.83%
B 59 of 162 ~ 36.42%

%19.75
%43.83
%36.42

CMYK color model

#20473B color CMYK value is (55,0,17,72).

  • cyan value is 54.93%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(55,0,17,72)
C55M0Y17K72 
(55%,0%,17%,72%)
(0.55/0.00/0.17/0.72)	

CMYK percentages

%54.93
%0
%16.9
%72.16

Codes

Color #20473B in popluar color models

20473B
RGB327159
HSL162°37.86%20.20%
HSB/HSV162°54.93%27.84%
CMYK54.93%0.00%16.90%
72.16%

Color #20473B in popluar number systems.

HEX20473B
Decimal327159
Binary1000001000111111011
Octal4010773

Shades and tints

Shades of #20473B

#20473B
(32,71,59)
#1E4136
(30,65,54)
#1C3B31
(28,59,49)
#1A352C
(26,53,44)
#182F27
(24,47,39)
#162922
(22,41,34)
#14231D
(20,35,29)
#121D18
(18,29,24)
#101713
(16,23,19)
#0E110E
(14,17,14)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #20473B

#20473B
(32,71,59)
#34574C
(52,87,76)
#48675D
(72,103,93)
#5C776E
(92,119,110)
#70877F
(112,135,127)
#849790
(132,151,144)
#98A7A1
(152,167,161)
#ACB7B2
(172,183,178)
#C0C7C3
(192,199,195)
#D4D7D4
(212,215,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20473B; }

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

This text font color is #20473B.


Background Color

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

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

This div background color is #20473B.


Border color

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

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

This div border color is #20473B.


Opacity

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

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

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

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

This text has shadow with #20473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20473B on black background.


Color preview on white background

This text has color #20473B on white background.



Black color preview on #20473B background

This text has black color on #20473B background.


White color preview on #20473B background

This text has white color on #20473B background.