COLOR #472347

HEX: #472347
RGB: (71,35,71)

Color info

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

RGB color model

#472347 color RGB value is (71,35,71).

  • red value is 71;
  • green value is 35;
  • blue value is 71.
RGB:
(71,35,71)
(28%,14%,28%)

RGB channels and saturation

R 71 of 255 = 28%
G 35 of 255 = 14%
B 71 of 255 = 28%

71
35
71

R + G + B ~ 23%. #472347 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 35 + 71 = 177 (100%)
R 71 of 177 ~ 40.11%
G 35 of 177 ~ 19.77%
B 71 of 177 ~ 40.11%

%40.11
%19.77
%40.11

CMYK color model

#472347 color CMYK value is (0,51,0,72).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(0,51,0,72)
C0M51Y0K72 
(0%,51%,0%,72%)
(0.00/0.51/0.00/0.72)	

CMYK percentages

%0
%50.7
%0
%72.16

Codes

Color #472347 in popluar color models

472347
RGB713571
HSL300°33.96%20.78%
HSB/HSV300°50.70%27.84%
CMYK0.00%50.70%0.00%
72.16%

Color #472347 in popluar number systems.

HEX472347
Decimal713571
Binary10001111000111000111
Octal10743107

Shades and tints

Shades of #472347

#472347
(71,35,71)
#412041
(65,32,65)
#3B1D3B
(59,29,59)
#351A35
(53,26,53)
#2F172F
(47,23,47)
#291429
(41,20,41)
#231123
(35,17,35)
#1D0E1D
(29,14,29)
#170B17
(23,11,23)
#110811
(17,8,17)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #472347

#472347
(71,35,71)
#573757
(87,55,87)
#674B67
(103,75,103)
#775F77
(119,95,119)
#877387
(135,115,135)
#978797
(151,135,151)
#A79BA7
(167,155,167)
#B7AFB7
(183,175,183)
#C7C3C7
(199,195,199)
#D7D7D7
(215,215,215)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472347 color. Also use rgb(71,35,71) instead hex code.

Text Font Color

.myTextColor { color: #472347; }

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

This text font color is #472347.


Background Color

.myBgColor { background-color: #472347; }

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

This div background color is #472347.


Border color

.myBorderColor { border: 1px solid #472347; }

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

This div border color is #472347.


Opacity

.myOpacity80 { color: #472347; opacity: 0.8; }

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

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

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

This text has shadow with #472347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472347 on black background.


Color preview on white background

This text has color #472347 on white background.



Black color preview on #472347 background

This text has black color on #472347 background.


White color preview on #472347 background

This text has white color on #472347 background.