COLOR #472542

HEX: #472542
RGB: (71,37,66)

Color info

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

RGB color model

#472542 color RGB value is (71,37,66).

  • red value is 71;
  • green value is 37;
  • blue value is 66.
RGB:
(71,37,66)
(28%,15%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 66 of 255 = 26%

71
37
66

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

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 66 = 174 (100%)
R 71 of 174 ~ 40.8%
G 37 of 174 ~ 21.26%
B 66 of 174 ~ 37.93%

%40.8
%21.26
%37.93

CMYK color model

#472542 color CMYK value is (0,48,7,72).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(0,48,7,72)
C0M48Y7K72 
(0%,48%,7%,72%)
(0.00/0.48/0.07/0.72)	

CMYK percentages

%0
%47.89
%7.04
%72.16

Codes

Color #472542 in popluar color models

472542
RGB713766
HSL309°31.48%21.18%
HSB/HSV309°47.89%27.84%
CMYK0.00%47.89%7.04%
72.16%

Color #472542 in popluar number systems.

HEX472542
Decimal713766
Binary10001111001011000010
Octal10745102

Shades and tints

Shades of #472542

#472542
(71,37,66)
#41223C
(65,34,60)
#3B1F36
(59,31,54)
#351C30
(53,28,48)
#2F192A
(47,25,42)
#291624
(41,22,36)
#23131E
(35,19,30)
#1D1018
(29,16,24)
#170D12
(23,13,18)
#110A0C
(17,10,12)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #472542

#472542
(71,37,66)
#573853
(87,56,83)
#674B64
(103,75,100)
#775E75
(119,94,117)
#877186
(135,113,134)
#978497
(151,132,151)
#A797A8
(167,151,168)
#B7AAB9
(183,170,185)
#C7BDCA
(199,189,202)
#D7D0DB
(215,208,219)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472542; }

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

This text font color is #472542.


Background Color

.myBgColor { background-color: #472542; }

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

This div background color is #472542.


Border color

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

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

This div border color is #472542.


Opacity

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

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

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

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

This text has shadow with #472542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472542 on black background.


Color preview on white background

This text has color #472542 on white background.



Black color preview on #472542 background

This text has black color on #472542 background.


White color preview on #472542 background

This text has white color on #472542 background.