COLOR #47203F

HEX: #47203F
RGB: (71,32,63)

Color info

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

RGB color model

#47203F color RGB value is (71,32,63).

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

RGB channels and saturation

R 71 of 255 = 28%
G 32 of 255 = 13%
B 63 of 255 = 25%

71
32
63

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

Portions of RGB colors in percentages

R + G + B =
71 + 32 + 63 = 166 (100%)
R 71 of 166 ~ 42.77%
G 32 of 166 ~ 19.28%
B 63 of 166 ~ 37.95%

%42.77
%19.28
%37.95

CMYK color model

#47203F color CMYK value is (0,55,11,72).

  • cyan value is 0.00%
  • magenta value is 54.93%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(0,55,11,72)
C0M55Y11K72 
(0%,55%,11%,72%)
(0.00/0.55/0.11/0.72)	

CMYK percentages

%0
%54.93
%11.27
%72.16

Codes

Color #47203F in popluar color models

47203F
RGB713263
HSL312°37.86%20.20%
HSB/HSV312°54.93%27.84%
CMYK0.00%54.93%11.27%
72.16%

Color #47203F in popluar number systems.

HEX47203F
Decimal713263
Binary1000111100000111111
Octal1074077

Shades and tints

Shades of #47203F

#47203F
(71,32,63)
#411E3A
(65,30,58)
#3B1C35
(59,28,53)
#351A30
(53,26,48)
#2F182B
(47,24,43)
#291626
(41,22,38)
#231421
(35,20,33)
#1D121C
(29,18,28)
#171017
(23,16,23)
#110E12
(17,14,18)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #47203F

#47203F
(71,32,63)
#573450
(87,52,80)
#674861
(103,72,97)
#775C72
(119,92,114)
#877083
(135,112,131)
#978494
(151,132,148)
#A798A5
(167,152,165)
#B7ACB6
(183,172,182)
#C7C0C7
(199,192,199)
#D7D4D8
(215,212,216)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47203F; }

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

This text font color is #47203F.


Background Color

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

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

This div background color is #47203F.


Border color

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

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

This div border color is #47203F.


Opacity

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

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

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

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

This text has shadow with #47203F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47203F on black background.


Color preview on white background

This text has color #47203F on white background.



Black color preview on #47203F background

This text has black color on #47203F background.


White color preview on #47203F background

This text has white color on #47203F background.