COLOR #472434

HEX: #472434
RGB: (71,36,52)

Color info

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

RGB color model

#472434 color RGB value is (71,36,52).

  • red value is 71;
  • green value is 36;
  • blue value is 52.
RGB:
(71,36,52)
(28%,14%,20%)

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 52 of 255 = 20%

71
36
52

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

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 52 = 159 (100%)
R 71 of 159 ~ 44.65%
G 36 of 159 ~ 22.64%
B 52 of 159 ~ 32.7%

%44.65
%22.64
%32.7

CMYK color model

#472434 color CMYK value is (0,49,27,72).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 26.76%
  • key color value is 72.16%
CMYK:
(0,49,27,72)
C0M49Y27K72 
(0%,49%,27%,72%)
(0.00/0.49/0.27/0.72)	

CMYK percentages

%0
%49.3
%26.76
%72.16

Codes

Color #472434 in popluar color models

472434
RGB713652
HSL333°32.71%20.98%
HSB/HSV333°49.30%27.84%
CMYK0.00%49.30%26.76%
72.16%

Color #472434 in popluar number systems.

HEX472434
Decimal713652
Binary1000111100100110100
Octal1074464

Shades and tints

Shades of #472434

#472434
(71,36,52)
#412130
(65,33,48)
#3B1E2C
(59,30,44)
#351B28
(53,27,40)
#2F1824
(47,24,36)
#291520
(41,21,32)
#23121C
(35,18,28)
#1D0F18
(29,15,24)
#170C14
(23,12,20)
#110910
(17,9,16)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #472434

#472434
(71,36,52)
#573746
(87,55,70)
#674A58
(103,74,88)
#775D6A
(119,93,106)
#87707C
(135,112,124)
#97838E
(151,131,142)
#A796A0
(167,150,160)
#B7A9B2
(183,169,178)
#C7BCC4
(199,188,196)
#D7CFD6
(215,207,214)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472434 color. Also use rgb(71,36,52) instead hex code.

Text Font Color

.myTextColor { color: #472434; }

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

This text font color is #472434.


Background Color

.myBgColor { background-color: #472434; }

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

This div background color is #472434.


Border color

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

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

This div border color is #472434.


Opacity

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

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

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

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

This text has shadow with #472434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472434 on black background.


Color preview on white background

This text has color #472434 on white background.



Black color preview on #472434 background

This text has black color on #472434 background.


White color preview on #472434 background

This text has white color on #472434 background.