COLOR #20473C

HEX: #20473C RGB: (32,71,60)

Color info

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

RGB color model

#20473C color RGB value is (32,71,60).

RGB: (32,71,60) (13%, 28%, 24%)

RGB channels and saturation

R 32 of 255 = 13%
G 71 of 255 = 28%
B 60 of 255 = 24%

32
71
60

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

Portions of RGB colors in percentages

R + G + B = 32 + 71 + 60 = 163 (100%)
R 32 of 163 ~ 19.63%
G 71 of 163 ~ 43.56%
B 60 of 163 ~ 36.81'%

%19.63
%43.56
%36.81

CMYK color model

#20473C color CMYK value is (55,0,15,72).

  • cyan value is 54.93%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%

CMYK: (55,0,15,72)
C55M0Y15K72 (55%, 0%, 15%, 72%)
(0.55 / 0.00 / 0.15 / 0.72)

CMYK percentages

%54.93
%0
%15.49
%72.16

Codes

Color #20473C in popluar color models

20 47 3C
RGB 32 71 60
HSL 163° 37.86% 20.20%
HSB/HSV 163° 54.93% 27.84%
CMYK 54.93% 0.00% 15.49%
72.16%

Color #20473C in popluar number systems.

HEX 20 47 3C
Decimal 32 71 60
Binary 100000 1000111 111100
Octal 40 107 74

Shades and tints

Shades of #20473C

#20473C
(32,71,60)
#1E4137
(30,65,55)
#1C3B32
(28,59,50)
#1A352D
(26,53,45)
#182F28
(24,47,40)
#162923
(22,41,35)
#14231E
(20,35,30)
#121D19
(18,29,25)
#101714
(16,23,20)
#0E110F
(14,17,15)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #20473C

#20473C
(32,71,60)
#34574D
(52,87,77)
#48675E
(72,103,94)
#5C776F
(92,119,111)
#708780
(112,135,128)
#849791
(132,151,145)
#98A7A2
(152,167,162)
#ACB7B3
(172,183,179)
#C0C7C4
(192,199,196)
#D4D7D5
(212,215,213)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20473C; }

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

This text font color is #20473C.

Background Color

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

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

This div background color is #20473C.

Border color

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

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

This div border color is #20473C.

Opacity

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

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

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

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

This text has shadow with #20473C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20473C.

Preview

Color preview on black background

This text has color #20473C on black background.


Color preview on white background

This text has color #20473C on white background.


Black color preview on #20473C background

This text has black color on #20473C background.


White color preview on #20473C background

This text has white color on #20473C background.


Related colors

Complementary color

Complementary color for #hex is #DFB8C3.


I love getcolorcode.com

Triadic colors

1 #3C2047 and #473C20 with #20473C are triadic colors.

2 #3C4720 and #47203C with #20473C are triadic colors.