COLOR #473032

HEX: #473032
RGB: (71,48,50)

Color info

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

RGB color model

#473032 color RGB value is (71,48,50).

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

RGB channels and saturation

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

71
48
50

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

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 50 = 169 (100%)
R 71 of 169 ~ 42.01%
G 48 of 169 ~ 28.4%
B 50 of 169 ~ 29.59%

%42.01
%28.4
%29.59

CMYK color model

#473032 color CMYK value is (0,32,30,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(0,32,30,72)
C0M32Y30K72 
(0%,32%,30%,72%)
(0.00/0.32/0.30/0.72)	

CMYK percentages

%0
%32.39
%29.58
%72.16

Codes

Color #473032 in popluar color models

473032
RGB714850
HSL355°19.33%23.33%
HSB/HSV355°32.39%27.84%
CMYK0.00%32.39%29.58%
72.16%

Color #473032 in popluar number systems.

HEX473032
Decimal714850
Binary1000111110000110010
Octal1076062

Shades and tints

Shades of #473032

#473032
(71,48,50)
#412C2E
(65,44,46)
#3B282A
(59,40,42)
#352426
(53,36,38)
#2F2022
(47,32,34)
#291C1E
(41,28,30)
#23181A
(35,24,26)
#1D1416
(29,20,22)
#171012
(23,16,18)
#110C0E
(17,12,14)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #473032

#473032
(71,48,50)
#574244
(87,66,68)
#675456
(103,84,86)
#776668
(119,102,104)
#87787A
(135,120,122)
#978A8C
(151,138,140)
#A79C9E
(167,156,158)
#B7AEB0
(183,174,176)
#C7C0C2
(199,192,194)
#D7D2D4
(215,210,212)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473032; }

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

This text font color is #473032.


Background Color

.myBgColor { background-color: #473032; }

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

This div background color is #473032.


Border color

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

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

This div border color is #473032.


Opacity

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

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

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

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

This text has shadow with #473032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473032 on black background.


Color preview on white background

This text has color #473032 on white background.



Black color preview on #473032 background

This text has black color on #473032 background.


White color preview on #473032 background

This text has white color on #473032 background.