COLOR #47203C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
32
60

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

Portions of RGB colors in percentages

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

%43.56
%19.63
%36.81

CMYK color model

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

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

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

CMYK percentages

%0
%54.93
%15.49
%72.16

Codes

Color #47203C in popluar color models

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

Color #47203C in popluar number systems.

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

Shades and tints

Shades of #47203C

#47203C
(71,32,60)
#411E37
(65,30,55)
#3B1C32
(59,28,50)
#351A2D
(53,26,45)
#2F1828
(47,24,40)
#291623
(41,22,35)
#23141E
(35,20,30)
#1D1219
(29,18,25)
#171014
(23,16,20)
#110E0F
(17,14,15)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #47203C

#47203C
(71,32,60)
#57344D
(87,52,77)
#67485E
(103,72,94)
#775C6F
(119,92,111)
#877080
(135,112,128)
#978491
(151,132,145)
#A798A2
(167,152,162)
#B7ACB3
(183,172,179)
#C7C0C4
(199,192,196)
#D7D4D5
(215,212,213)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47203C; }

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

This text font color is #47203C.

Background Color

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

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

This div background color is #47203C.

Border color

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

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

This div border color is #47203C.

Opacity

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

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

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

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

This text has shadow with #47203C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47203C.

Preview

Color preview on black background

This text has color #47203C on black background.


Color preview on white background

This text has color #47203C on white background.


Black color preview on #47203C background

This text has black color on #47203C background.


White color preview on #47203C background

This text has white color on #47203C background.


Related colors

Complementary color

Complementary color for #hex is #B8DFC3.


I love getcolorcode.com

Triadic colors

1 #3C4720 and #203C47 with #47203C are triadic colors.

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