COLOR #472C47

HEX: #472C47
RGB: (71,44,71)

Color info

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

RGB color model

#472C47 color RGB value is (71,44,71).

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

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 71 of 255 = 28%

71
44
71

R + G + B ~ 24%. #472C47 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 71 = 186 (100%)
R 71 of 186 ~ 38.17%
G 44 of 186 ~ 23.66%
B 71 of 186 ~ 38.17%

%38.17
%23.66
%38.17

CMYK color model

#472C47 color CMYK value is (0,38,0,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(0,38,0,72)
C0M38Y0K72 
(0%,38%,0%,72%)
(0.00/0.38/0.00/0.72)	

CMYK percentages

%0
%38.03
%0
%72.16

Codes

Color #472C47 in popluar color models

472C47
RGB714471
HSL300°23.48%22.55%
HSB/HSV300°38.03%27.84%
CMYK0.00%38.03%0.00%
72.16%

Color #472C47 in popluar number systems.

HEX472C47
Decimal714471
Binary10001111011001000111
Octal10754107

Shades and tints

Shades of #472C47

#472C47
(71,44,71)
#412841
(65,40,65)
#3B243B
(59,36,59)
#352035
(53,32,53)
#2F1C2F
(47,28,47)
#291829
(41,24,41)
#231423
(35,20,35)
#1D101D
(29,16,29)
#170C17
(23,12,23)
#110811
(17,8,17)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #472C47

#472C47
(71,44,71)
#573F57
(87,63,87)
#675267
(103,82,103)
#776577
(119,101,119)
#877887
(135,120,135)
#978B97
(151,139,151)
#A79EA7
(167,158,167)
#B7B1B7
(183,177,183)
#C7C4C7
(199,196,199)
#D7D7D7
(215,215,215)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C47; }

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

This text font color is #472C47.


Background Color

.myBgColor { background-color: #472C47; }

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

This div background color is #472C47.


Border color

.myBorderColor { border: 1px solid #472C47; }

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

This div border color is #472C47.


Opacity

.myOpacity80 { color: #472C47; opacity: 0.8; }

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

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

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

This text has shadow with #472C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C47 on black background.


Color preview on white background

This text has color #472C47 on white background.



Black color preview on #472C47 background

This text has black color on #472C47 background.


White color preview on #472C47 background

This text has white color on #472C47 background.