COLOR #472329

HEX: #472329
RGB: (71,35,41)

Color info

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

RGB color model

#472329 color RGB value is (71,35,41).

  • red value is 71;
  • green value is 35;
  • blue value is 41.
RGB:
(71,35,41)
(28%,14%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 35 of 255 = 14%
B 41 of 255 = 16%

71
35
41

R + G + B ~ 19%. #472329 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 35 + 41 = 147 (100%)
R 71 of 147 ~ 48.3%
G 35 of 147 ~ 23.81%
B 41 of 147 ~ 27.89%

%48.3
%23.81
%27.89

CMYK color model

#472329 color CMYK value is (0,51,42,72).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 42.25%
  • key color value is 72.16%
CMYK:
(0,51,42,72)
C0M51Y42K72 
(0%,51%,42%,72%)
(0.00/0.51/0.42/0.72)	

CMYK percentages

%0
%50.7
%42.25
%72.16

Codes

Color #472329 in popluar color models

472329
RGB713541
HSL350°33.96%20.78%
HSB/HSV350°50.70%27.84%
CMYK0.00%50.70%42.25%
72.16%

Color #472329 in popluar number systems.

HEX472329
Decimal713541
Binary1000111100011101001
Octal1074351

Shades and tints

Shades of #472329

#472329
(71,35,41)
#412026
(65,32,38)
#3B1D23
(59,29,35)
#351A20
(53,26,32)
#2F171D
(47,23,29)
#29141A
(41,20,26)
#231117
(35,17,23)
#1D0E14
(29,14,20)
#170B11
(23,11,17)
#11080E
(17,8,14)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #472329

#472329
(71,35,41)
#57373C
(87,55,60)
#674B4F
(103,75,79)
#775F62
(119,95,98)
#877375
(135,115,117)
#978788
(151,135,136)
#A79B9B
(167,155,155)
#B7AFAE
(183,175,174)
#C7C3C1
(199,195,193)
#D7D7D4
(215,215,212)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472329 color. Also use rgb(71,35,41) instead hex code.

Text Font Color

.myTextColor { color: #472329; }

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

This text font color is #472329.


Background Color

.myBgColor { background-color: #472329; }

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

This div background color is #472329.


Border color

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

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

This div border color is #472329.


Opacity

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

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

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

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

This text has shadow with #472329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472329 on black background.


Color preview on white background

This text has color #472329 on white background.



Black color preview on #472329 background

This text has black color on #472329 background.


White color preview on #472329 background

This text has white color on #472329 background.