COLOR #472842

HEX: #472842
RGB: (71,40,66)

Color info

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

RGB color model

#472842 color RGB value is (71,40,66).

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

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 66 of 255 = 26%

71
40
66

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

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 66 = 177 (100%)
R 71 of 177 ~ 40.11%
G 40 of 177 ~ 22.6%
B 66 of 177 ~ 37.29%

%40.11
%22.6
%37.29

CMYK color model

#472842 color CMYK value is (0,44,7,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(0,44,7,72)
C0M44Y7K72 
(0%,44%,7%,72%)
(0.00/0.44/0.07/0.72)	

CMYK percentages

%0
%43.66
%7.04
%72.16

Codes

Color #472842 in popluar color models

472842
RGB714066
HSL310°27.93%21.76%
HSB/HSV310°43.66%27.84%
CMYK0.00%43.66%7.04%
72.16%

Color #472842 in popluar number systems.

HEX472842
Decimal714066
Binary10001111010001000010
Octal10750102

Shades and tints

Shades of #472842

#472842
(71,40,66)
#41253C
(65,37,60)
#3B2236
(59,34,54)
#351F30
(53,31,48)
#2F1C2A
(47,28,42)
#291924
(41,25,36)
#23161E
(35,22,30)
#1D1318
(29,19,24)
#171012
(23,16,18)
#110D0C
(17,13,12)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #472842

#472842
(71,40,66)
#573B53
(87,59,83)
#674E64
(103,78,100)
#776175
(119,97,117)
#877486
(135,116,134)
#978797
(151,135,151)
#A79AA8
(167,154,168)
#B7ADB9
(183,173,185)
#C7C0CA
(199,192,202)
#D7D3DB
(215,211,219)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472842; }

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

This text font color is #472842.


Background Color

.myBgColor { background-color: #472842; }

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

This div background color is #472842.


Border color

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

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

This div border color is #472842.


Opacity

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

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

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

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

This text has shadow with #472842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472842 on black background.


Color preview on white background

This text has color #472842 on white background.



Black color preview on #472842 background

This text has black color on #472842 background.


White color preview on #472842 background

This text has white color on #472842 background.