COLOR #473E2D

HEX: #473E2D
RGB: (71,62,45)

Color info

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

RGB color model

#473E2D color RGB value is (71,62,45).

  • red value is 71;
  • green value is 62;
  • blue value is 45.
RGB:
(71,62,45)
(28%,24%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 45 of 255 = 18%

71
62
45

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

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 45 = 178 (100%)
R 71 of 178 ~ 39.89%
G 62 of 178 ~ 34.83%
B 45 of 178 ~ 25.28%

%39.89
%34.83
%25.28

CMYK color model

#473E2D color CMYK value is (0,13,37,72).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(0,13,37,72)
C0M13Y37K72 
(0%,13%,37%,72%)
(0.00/0.13/0.37/0.72)	

CMYK percentages

%0
%12.68
%36.62
%72.16

Codes

Color #473E2D in popluar color models

473E2D
RGB716245
HSL39°22.41%22.75%
HSB/HSV39°36.62%27.84%
CMYK0.00%12.68%36.62%
72.16%

Color #473E2D in popluar number systems.

HEX473E2D
Decimal716245
Binary1000111111110101101
Octal1077655

Shades and tints

Shades of #473E2D

#473E2D
(71,62,45)
#413929
(65,57,41)
#3B3425
(59,52,37)
#352F21
(53,47,33)
#2F2A1D
(47,42,29)
#292519
(41,37,25)
#232015
(35,32,21)
#1D1B11
(29,27,17)
#17160D
(23,22,13)
#111109
(17,17,9)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #473E2D

#473E2D
(71,62,45)
#574F40
(87,79,64)
#676053
(103,96,83)
#777166
(119,113,102)
#878279
(135,130,121)
#97938C
(151,147,140)
#A7A49F
(167,164,159)
#B7B5B2
(183,181,178)
#C7C6C5
(199,198,197)
#D7D7D8
(215,215,216)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473E2D color. Also use rgb(71,62,45) instead hex code.

Text Font Color

.myTextColor { color: #473E2D; }

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

This text font color is #473E2D.


Background Color

.myBgColor { background-color: #473E2D; }

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

This div background color is #473E2D.


Border color

.myBorderColor { border: 1px solid #473E2D; }

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

This div border color is #473E2D.


Opacity

.myOpacity80 { color: #473E2D; opacity: 0.8; }

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

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

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

This text has shadow with #473E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E2D on black background.


Color preview on white background

This text has color #473E2D on white background.



Black color preview on #473E2D background

This text has black color on #473E2D background.


White color preview on #473E2D background

This text has white color on #473E2D background.