COLOR #472C46

HEX: #472C46
RGB: (71,44,70)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
44
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 70 = 185 (100%)
R 71 of 185 ~ 38.38%
G 44 of 185 ~ 23.78%
B 70 of 185 ~ 37.84%

%38.38
%23.78
%37.84

CMYK color model

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

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

CMYK percentages

%0
%38.03
%1.41
%72.16

Codes

Color #472C46 in popluar color models

472C46
RGB714470
HSL302°23.48%22.55%
HSB/HSV302°38.03%27.84%
CMYK0.00%38.03%1.41%
72.16%

Color #472C46 in popluar number systems.

HEX472C46
Decimal714470
Binary10001111011001000110
Octal10754106

Shades and tints

Shades of #472C46

#472C46
(71,44,70)
#412840
(65,40,64)
#3B243A
(59,36,58)
#352034
(53,32,52)
#2F1C2E
(47,28,46)
#291828
(41,24,40)
#231422
(35,20,34)
#1D101C
(29,16,28)
#170C16
(23,12,22)
#110810
(17,8,16)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #472C46

#472C46
(71,44,70)
#573F56
(87,63,86)
#675266
(103,82,102)
#776576
(119,101,118)
#877886
(135,120,134)
#978B96
(151,139,150)
#A79EA6
(167,158,166)
#B7B1B6
(183,177,182)
#C7C4C6
(199,196,198)
#D7D7D6
(215,215,214)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C46; }

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

This text font color is #472C46.


Background Color

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

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

This div background color is #472C46.


Border color

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

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

This div border color is #472C46.


Opacity

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

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

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

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

This text has shadow with #472C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C46 on black background.


Color preview on white background

This text has color #472C46 on white background.



Black color preview on #472C46 background

This text has black color on #472C46 background.


White color preview on #472C46 background

This text has white color on #472C46 background.