COLOR #472839

HEX: #472839
RGB: (71,40,57)

Color info

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

RGB color model

#472839 color RGB value is (71,40,57).

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

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 57 of 255 = 22%

71
40
57

R + G + B ~ 22%. #472839 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 57 = 168 (100%)
R 71 of 168 ~ 42.26%
G 40 of 168 ~ 23.81%
B 57 of 168 ~ 33.93%

%42.26
%23.81
%33.93

CMYK color model

#472839 color CMYK value is (0,44,20,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 19.72%
  • key color value is 72.16%
CMYK:
(0,44,20,72)
C0M44Y20K72 
(0%,44%,20%,72%)
(0.00/0.44/0.20/0.72)	

CMYK percentages

%0
%43.66
%19.72
%72.16

Codes

Color #472839 in popluar color models

472839
RGB714057
HSL327°27.93%21.76%
HSB/HSV327°43.66%27.84%
CMYK0.00%43.66%19.72%
72.16%

Color #472839 in popluar number systems.

HEX472839
Decimal714057
Binary1000111101000111001
Octal1075071

Shades and tints

Shades of #472839

#472839
(71,40,57)
#412534
(65,37,52)
#3B222F
(59,34,47)
#351F2A
(53,31,42)
#2F1C25
(47,28,37)
#291920
(41,25,32)
#23161B
(35,22,27)
#1D1316
(29,19,22)
#171011
(23,16,17)
#110D0C
(17,13,12)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #472839

#472839
(71,40,57)
#573B4B
(87,59,75)
#674E5D
(103,78,93)
#77616F
(119,97,111)
#877481
(135,116,129)
#978793
(151,135,147)
#A79AA5
(167,154,165)
#B7ADB7
(183,173,183)
#C7C0C9
(199,192,201)
#D7D3DB
(215,211,219)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472839; }

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

This text font color is #472839.


Background Color

.myBgColor { background-color: #472839; }

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

This div background color is #472839.


Border color

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

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

This div border color is #472839.


Opacity

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

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

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

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

This text has shadow with #472839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472839 on black background.


Color preview on white background

This text has color #472839 on white background.



Black color preview on #472839 background

This text has black color on #472839 background.


White color preview on #472839 background

This text has white color on #472839 background.