COLOR #472E34

HEX: #472E34
RGB: (71,46,52)

Color info

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

RGB color model

#472E34 color RGB value is (71,46,52).

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

RGB channels and saturation

R 71 of 255 = 28%
G 46 of 255 = 18%
B 52 of 255 = 20%

71
46
52

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

Portions of RGB colors in percentages

R + G + B =
71 + 46 + 52 = 169 (100%)
R 71 of 169 ~ 42.01%
G 46 of 169 ~ 27.22%
B 52 of 169 ~ 30.77%

%42.01
%27.22
%30.77

CMYK color model

#472E34 color CMYK value is (0,35,27,72).

  • cyan value is 0.00%
  • magenta value is 35.21%
  • yellow value is 26.76%
  • key color value is 72.16%
CMYK:
(0,35,27,72)
C0M35Y27K72 
(0%,35%,27%,72%)
(0.00/0.35/0.27/0.72)	

CMYK percentages

%0
%35.21
%26.76
%72.16

Codes

Color #472E34 in popluar color models

472E34
RGB714652
HSL346°21.37%22.94%
HSB/HSV346°35.21%27.84%
CMYK0.00%35.21%26.76%
72.16%

Color #472E34 in popluar number systems.

HEX472E34
Decimal714652
Binary1000111101110110100
Octal1075664

Shades and tints

Shades of #472E34

#472E34
(71,46,52)
#412A30
(65,42,48)
#3B262C
(59,38,44)
#352228
(53,34,40)
#2F1E24
(47,30,36)
#291A20
(41,26,32)
#23161C
(35,22,28)
#1D1218
(29,18,24)
#170E14
(23,14,20)
#110A10
(17,10,16)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #472E34

#472E34
(71,46,52)
#574146
(87,65,70)
#675458
(103,84,88)
#77676A
(119,103,106)
#877A7C
(135,122,124)
#978D8E
(151,141,142)
#A7A0A0
(167,160,160)
#B7B3B2
(183,179,178)
#C7C6C4
(199,198,196)
#D7D9D6
(215,217,214)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E34; }

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

This text font color is #472E34.


Background Color

.myBgColor { background-color: #472E34; }

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

This div background color is #472E34.


Border color

.myBorderColor { border: 1px solid #472E34; }

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

This div border color is #472E34.


Opacity

.myOpacity80 { color: #472E34; opacity: 0.8; }

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

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

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

This text has shadow with #472E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E34 on black background.


Color preview on white background

This text has color #472E34 on white background.



Black color preview on #472E34 background

This text has black color on #472E34 background.


White color preview on #472E34 background

This text has white color on #472E34 background.