COLOR #473E21

HEX: #473E21
RGB: (71,62,33)

Color info

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

RGB color model

#473E21 color RGB value is (71,62,33).

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

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 33 of 255 = 13%

71
62
33

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

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 33 = 166 (100%)
R 71 of 166 ~ 42.77%
G 62 of 166 ~ 37.35%
B 33 of 166 ~ 19.88%

%42.77
%37.35
%19.88

CMYK color model

#473E21 color CMYK value is (0,13,54,72).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 53.52%
  • key color value is 72.16%
CMYK:
(0,13,54,72)
C0M13Y54K72 
(0%,13%,54%,72%)
(0.00/0.13/0.54/0.72)	

CMYK percentages

%0
%12.68
%53.52
%72.16

Codes

Color #473E21 in popluar color models

473E21
RGB716233
HSL46°36.54%20.39%
HSB/HSV46°53.52%27.84%
CMYK0.00%12.68%53.52%
72.16%

Color #473E21 in popluar number systems.

HEX473E21
Decimal716233
Binary1000111111110100001
Octal1077641

Shades and tints

Shades of #473E21

#473E21
(71,62,33)
#41391E
(65,57,30)
#3B341B
(59,52,27)
#352F18
(53,47,24)
#2F2A15
(47,42,21)
#292512
(41,37,18)
#23200F
(35,32,15)
#1D1B0C
(29,27,12)
#171609
(23,22,9)
#111106
(17,17,6)
#0B0C03
(11,12,3)
#000000
(0,0,0)

Tints of #473E21

#473E21
(71,62,33)
#574F35
(87,79,53)
#676049
(103,96,73)
#77715D
(119,113,93)
#878271
(135,130,113)
#979385
(151,147,133)
#A7A499
(167,164,153)
#B7B5AD
(183,181,173)
#C7C6C1
(199,198,193)
#D7D7D5
(215,215,213)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E21; }

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

This text font color is #473E21.


Background Color

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

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

This div background color is #473E21.


Border color

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

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

This div border color is #473E21.


Opacity

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

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

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

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

This text has shadow with #473E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E21 on black background.


Color preview on white background

This text has color #473E21 on white background.



Black color preview on #473E21 background

This text has black color on #473E21 background.


White color preview on #473E21 background

This text has white color on #473E21 background.