COLOR #472A2C

HEX: #472A2C
RGB: (71,42,44)

Color info

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

RGB color model

#472A2C color RGB value is (71,42,44).

  • red value is 71;
  • green value is 42;
  • blue value is 44.
RGB:
(71,42,44)
(28%,16%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 42 of 255 = 16%
B 44 of 255 = 17%

71
42
44

R + G + B ~ 20%. #472A2C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 42 + 44 = 157 (100%)
R 71 of 157 ~ 45.22%
G 42 of 157 ~ 26.75%
B 44 of 157 ~ 28.03%

%45.22
%26.75
%28.03

CMYK color model

#472A2C color CMYK value is (0,41,38,72).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(0,41,38,72)
C0M41Y38K72 
(0%,41%,38%,72%)
(0.00/0.41/0.38/0.72)	

CMYK percentages

%0
%40.85
%38.03
%72.16

Codes

Color #472A2C in popluar color models

472A2C
RGB714244
HSL356°25.66%22.16%
HSB/HSV356°40.85%27.84%
CMYK0.00%40.85%38.03%
72.16%

Color #472A2C in popluar number systems.

HEX472A2C
Decimal714244
Binary1000111101010101100
Octal1075254

Shades and tints

Shades of #472A2C

#472A2C
(71,42,44)
#412728
(65,39,40)
#3B2424
(59,36,36)
#352120
(53,33,32)
#2F1E1C
(47,30,28)
#291B18
(41,27,24)
#231814
(35,24,20)
#1D1510
(29,21,16)
#17120C
(23,18,12)
#110F08
(17,15,8)
#0B0C04
(11,12,4)
#000000
(0,0,0)

Tints of #472A2C

#472A2C
(71,42,44)
#573D3F
(87,61,63)
#675052
(103,80,82)
#776365
(119,99,101)
#877678
(135,118,120)
#97898B
(151,137,139)
#A79C9E
(167,156,158)
#B7AFB1
(183,175,177)
#C7C2C4
(199,194,196)
#D7D5D7
(215,213,215)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472A2C color. Also use rgb(71,42,44) instead hex code.

Text Font Color

.myTextColor { color: #472A2C; }

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

This text font color is #472A2C.


Background Color

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

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

This div background color is #472A2C.


Border color

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

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

This div border color is #472A2C.


Opacity

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

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

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

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

This text has shadow with #472A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A2C on black background.


Color preview on white background

This text has color #472A2C on white background.



Black color preview on #472A2C background

This text has black color on #472A2C background.


White color preview on #472A2C background

This text has white color on #472A2C background.