COLOR #473132

HEX: #473132
RGB: (71,49,50)

Color info

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

RGB color model

#473132 color RGB value is (71,49,50).

  • red value is 71;
  • green value is 49;
  • blue value is 50.
RGB:
(71,49,50)
(28%,19%,20%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 50 of 255 = 20%

71
49
50

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

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 50 = 170 (100%)
R 71 of 170 ~ 41.76%
G 49 of 170 ~ 28.82%
B 50 of 170 ~ 29.41%

%41.76
%28.82
%29.41

CMYK color model

#473132 color CMYK value is (0,31,30,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(0,31,30,72)
C0M31Y30K72 
(0%,31%,30%,72%)
(0.00/0.31/0.30/0.72)	

CMYK percentages

%0
%30.99
%29.58
%72.16

Codes

Color #473132 in popluar color models

473132
RGB714950
HSL357°18.33%23.53%
HSB/HSV357°30.99%27.84%
CMYK0.00%30.99%29.58%
72.16%

Color #473132 in popluar number systems.

HEX473132
Decimal714950
Binary1000111110001110010
Octal1076162

Shades and tints

Shades of #473132

#473132
(71,49,50)
#412D2E
(65,45,46)
#3B292A
(59,41,42)
#352526
(53,37,38)
#2F2122
(47,33,34)
#291D1E
(41,29,30)
#23191A
(35,25,26)
#1D1516
(29,21,22)
#171112
(23,17,18)
#110D0E
(17,13,14)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #473132

#473132
(71,49,50)
#574344
(87,67,68)
#675556
(103,85,86)
#776768
(119,103,104)
#87797A
(135,121,122)
#978B8C
(151,139,140)
#A79D9E
(167,157,158)
#B7AFB0
(183,175,176)
#C7C1C2
(199,193,194)
#D7D3D4
(215,211,212)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473132 color. Also use rgb(71,49,50) instead hex code.

Text Font Color

.myTextColor { color: #473132; }

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

This text font color is #473132.


Background Color

.myBgColor { background-color: #473132; }

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

This div background color is #473132.


Border color

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

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

This div border color is #473132.


Opacity

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

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

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

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

This text has shadow with #473132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473132 on black background.


Color preview on white background

This text has color #473132 on white background.



Black color preview on #473132 background

This text has black color on #473132 background.


White color preview on #473132 background

This text has white color on #473132 background.