COLOR #472831

HEX: #472831
RGB: (71,40,49)

Color info

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

RGB color model

#472831 color RGB value is (71,40,49).

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

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 49 of 255 = 19%

71
40
49

R + G + B ~ 21%. #472831 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 49 = 160 (100%)
R 71 of 160 ~ 44.38%
G 40 of 160 ~ 25%
B 49 of 160 ~ 30.63%

%44.38
%25
%30.63

CMYK color model

#472831 color CMYK value is (0,44,31,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(0,44,31,72)
C0M44Y31K72 
(0%,44%,31%,72%)
(0.00/0.44/0.31/0.72)	

CMYK percentages

%0
%43.66
%30.99
%72.16

Codes

Color #472831 in popluar color models

472831
RGB714049
HSL343°27.93%21.76%
HSB/HSV343°43.66%27.84%
CMYK0.00%43.66%30.99%
72.16%

Color #472831 in popluar number systems.

HEX472831
Decimal714049
Binary1000111101000110001
Octal1075061

Shades and tints

Shades of #472831

#472831
(71,40,49)
#41252D
(65,37,45)
#3B2229
(59,34,41)
#351F25
(53,31,37)
#2F1C21
(47,28,33)
#29191D
(41,25,29)
#231619
(35,22,25)
#1D1315
(29,19,21)
#171011
(23,16,17)
#110D0D
(17,13,13)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #472831

#472831
(71,40,49)
#573B43
(87,59,67)
#674E55
(103,78,85)
#776167
(119,97,103)
#877479
(135,116,121)
#97878B
(151,135,139)
#A79A9D
(167,154,157)
#B7ADAF
(183,173,175)
#C7C0C1
(199,192,193)
#D7D3D3
(215,211,211)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472831; }

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

This text font color is #472831.


Background Color

.myBgColor { background-color: #472831; }

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

This div background color is #472831.


Border color

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

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

This div border color is #472831.


Opacity

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

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

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

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

This text has shadow with #472831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472831 on black background.


Color preview on white background

This text has color #472831 on white background.



Black color preview on #472831 background

This text has black color on #472831 background.


White color preview on #472831 background

This text has white color on #472831 background.