COLOR #47203B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
32
59

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

Portions of RGB colors in percentages

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

%43.83
%19.75
%36.42

CMYK color model

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

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

CMYK percentages

%0
%54.93
%16.9
%72.16

Codes

Color #47203B in popluar color models

47203B
RGB713259
HSL318°37.86%20.20%
HSB/HSV318°54.93%27.84%
CMYK0.00%54.93%16.90%
72.16%

Color #47203B in popluar number systems.

HEX47203B
Decimal713259
Binary1000111100000111011
Octal1074073

Shades and tints

Shades of #47203B

#47203B
(71,32,59)
#411E36
(65,30,54)
#3B1C31
(59,28,49)
#351A2C
(53,26,44)
#2F1827
(47,24,39)
#291622
(41,22,34)
#23141D
(35,20,29)
#1D1218
(29,18,24)
#171013
(23,16,19)
#110E0E
(17,14,14)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #47203B

#47203B
(71,32,59)
#57344C
(87,52,76)
#67485D
(103,72,93)
#775C6E
(119,92,110)
#87707F
(135,112,127)
#978490
(151,132,144)
#A798A1
(167,152,161)
#B7ACB2
(183,172,178)
#C7C0C3
(199,192,195)
#D7D4D4
(215,212,212)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47203B; }

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

This text font color is #47203B.


Background Color

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

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

This div background color is #47203B.


Border color

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

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

This div border color is #47203B.


Opacity

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

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

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

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

This text has shadow with #47203B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47203B on black background.


Color preview on white background

This text has color #47203B on white background.



Black color preview on #47203B background

This text has black color on #47203B background.


White color preview on #47203B background

This text has white color on #47203B background.