COLOR #472843

HEX: #472843
RGB: (71,40,67)

Color info

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

RGB color model

#472843 color RGB value is (71,40,67).

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

RGB channels and saturation

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

71
40
67

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

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 67 = 178 (100%)
R 71 of 178 ~ 39.89%
G 40 of 178 ~ 22.47%
B 67 of 178 ~ 37.64%

%39.89
%22.47
%37.64

CMYK color model

#472843 color CMYK value is (0,44,6,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(0,44,6,72)
C0M44Y6K72 
(0%,44%,6%,72%)
(0.00/0.44/0.06/0.72)	

CMYK percentages

%0
%43.66
%5.63
%72.16

Codes

Color #472843 in popluar color models

472843
RGB714067
HSL308°27.93%21.76%
HSB/HSV308°43.66%27.84%
CMYK0.00%43.66%5.63%
72.16%

Color #472843 in popluar number systems.

HEX472843
Decimal714067
Binary10001111010001000011
Octal10750103

Shades and tints

Shades of #472843

#472843
(71,40,67)
#41253D
(65,37,61)
#3B2237
(59,34,55)
#351F31
(53,31,49)
#2F1C2B
(47,28,43)
#291925
(41,25,37)
#23161F
(35,22,31)
#1D1319
(29,19,25)
#171013
(23,16,19)
#110D0D
(17,13,13)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #472843

#472843
(71,40,67)
#573B54
(87,59,84)
#674E65
(103,78,101)
#776176
(119,97,118)
#877487
(135,116,135)
#978798
(151,135,152)
#A79AA9
(167,154,169)
#B7ADBA
(183,173,186)
#C7C0CB
(199,192,203)
#D7D3DC
(215,211,220)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472843; }

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

This text font color is #472843.


Background Color

.myBgColor { background-color: #472843; }

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

This div background color is #472843.


Border color

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

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

This div border color is #472843.


Opacity

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

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

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

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

This text has shadow with #472843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472843 on black background.


Color preview on white background

This text has color #472843 on white background.



Black color preview on #472843 background

This text has black color on #472843 background.


White color preview on #472843 background

This text has white color on #472843 background.