COLOR #473432

HEX: #473432
RGB: (71,52,50)

Color info

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

RGB color model

#473432 color RGB value is (71,52,50).

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

RGB channels and saturation

R 71 of 255 = 28%
G 52 of 255 = 20%
B 50 of 255 = 20%

71
52
50

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

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 50 = 173 (100%)
R 71 of 173 ~ 41.04%
G 52 of 173 ~ 30.06%
B 50 of 173 ~ 28.9%

%41.04
%30.06
%28.9

CMYK color model

#473432 color CMYK value is (0,27,30,72).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(0,27,30,72)
C0M27Y30K72 
(0%,27%,30%,72%)
(0.00/0.27/0.30/0.72)	

CMYK percentages

%0
%26.76
%29.58
%72.16

Codes

Color #473432 in popluar color models

473432
RGB715250
HSL17.36%23.73%
HSB/HSV29.58%27.84%
CMYK0.00%26.76%29.58%
72.16%

Color #473432 in popluar number systems.

HEX473432
Decimal715250
Binary1000111110100110010
Octal1076462

Shades and tints

Shades of #473432

#473432
(71,52,50)
#41302E
(65,48,46)
#3B2C2A
(59,44,42)
#352826
(53,40,38)
#2F2422
(47,36,34)
#29201E
(41,32,30)
#231C1A
(35,28,26)
#1D1816
(29,24,22)
#171412
(23,20,18)
#11100E
(17,16,14)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #473432

#473432
(71,52,50)
#574644
(87,70,68)
#675856
(103,88,86)
#776A68
(119,106,104)
#877C7A
(135,124,122)
#978E8C
(151,142,140)
#A7A09E
(167,160,158)
#B7B2B0
(183,178,176)
#C7C4C2
(199,196,194)
#D7D6D4
(215,214,212)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473432; }

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

This text font color is #473432.


Background Color

.myBgColor { background-color: #473432; }

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

This div background color is #473432.


Border color

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

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

This div border color is #473432.


Opacity

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

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

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

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

This text has shadow with #473432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473432 on black background.


Color preview on white background

This text has color #473432 on white background.



Black color preview on #473432 background

This text has black color on #473432 background.


White color preview on #473432 background

This text has white color on #473432 background.