COLOR #472B3A

HEX: #472B3A
RGB: (71,43,58)

Color info

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

RGB color model

#472B3A color RGB value is (71,43,58).

  • red value is 71;
  • green value is 43;
  • blue value is 58.
RGB:
(71,43,58)
(28%,17%,23%)

RGB channels and saturation

R 71 of 255 = 28%
G 43 of 255 = 17%
B 58 of 255 = 23%

71
43
58

R + G + B ~ 23%. #472B3A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 43 + 58 = 172 (100%)
R 71 of 172 ~ 41.28%
G 43 of 172 ~ 25%
B 58 of 172 ~ 33.72%

%41.28
%25
%33.72

CMYK color model

#472B3A color CMYK value is (0,39,18,72).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(0,39,18,72)
C0M39Y18K72 
(0%,39%,18%,72%)
(0.00/0.39/0.18/0.72)	

CMYK percentages

%0
%39.44
%18.31
%72.16

Codes

Color #472B3A in popluar color models

472B3A
RGB714358
HSL328°24.56%22.35%
HSB/HSV328°39.44%27.84%
CMYK0.00%39.44%18.31%
72.16%

Color #472B3A in popluar number systems.

HEX472B3A
Decimal714358
Binary1000111101011111010
Octal1075372

Shades and tints

Shades of #472B3A

#472B3A
(71,43,58)
#412835
(65,40,53)
#3B2530
(59,37,48)
#35222B
(53,34,43)
#2F1F26
(47,31,38)
#291C21
(41,28,33)
#23191C
(35,25,28)
#1D1617
(29,22,23)
#171312
(23,19,18)
#11100D
(17,16,13)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #472B3A

#472B3A
(71,43,58)
#573E4B
(87,62,75)
#67515C
(103,81,92)
#77646D
(119,100,109)
#87777E
(135,119,126)
#978A8F
(151,138,143)
#A79DA0
(167,157,160)
#B7B0B1
(183,176,177)
#C7C3C2
(199,195,194)
#D7D6D3
(215,214,211)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472B3A color. Also use rgb(71,43,58) instead hex code.

Text Font Color

.myTextColor { color: #472B3A; }

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

This text font color is #472B3A.


Background Color

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

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

This div background color is #472B3A.


Border color

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

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

This div border color is #472B3A.


Opacity

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

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

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

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

This text has shadow with #472B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B3A on black background.


Color preview on white background

This text has color #472B3A on white background.



Black color preview on #472B3A background

This text has black color on #472B3A background.


White color preview on #472B3A background

This text has white color on #472B3A background.