COLOR #473B2A

HEX: #473B2A
RGB: (71,59,42)

Color info

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

RGB color model

#473B2A color RGB value is (71,59,42).

  • red value is 71;
  • green value is 59;
  • blue value is 42.
RGB:
(71,59,42)
(28%,23%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 59 of 255 = 23%
B 42 of 255 = 16%

71
59
42

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

Portions of RGB colors in percentages

R + G + B =
71 + 59 + 42 = 172 (100%)
R 71 of 172 ~ 41.28%
G 59 of 172 ~ 34.3%
B 42 of 172 ~ 24.42%

%41.28
%34.3
%24.42

CMYK color model

#473B2A color CMYK value is (0,17,41,72).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(0,17,41,72)
C0M17Y41K72 
(0%,17%,41%,72%)
(0.00/0.17/0.41/0.72)	

CMYK percentages

%0
%16.9
%40.85
%72.16

Codes

Color #473B2A in popluar color models

473B2A
RGB715942
HSL35°25.66%22.16%
HSB/HSV35°40.85%27.84%
CMYK0.00%16.90%40.85%
72.16%

Color #473B2A in popluar number systems.

HEX473B2A
Decimal715942
Binary1000111111011101010
Octal1077352

Shades and tints

Shades of #473B2A

#473B2A
(71,59,42)
#413627
(65,54,39)
#3B3124
(59,49,36)
#352C21
(53,44,33)
#2F271E
(47,39,30)
#29221B
(41,34,27)
#231D18
(35,29,24)
#1D1815
(29,24,21)
#171312
(23,19,18)
#110E0F
(17,14,15)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #473B2A

#473B2A
(71,59,42)
#574C3D
(87,76,61)
#675D50
(103,93,80)
#776E63
(119,110,99)
#877F76
(135,127,118)
#979089
(151,144,137)
#A7A19C
(167,161,156)
#B7B2AF
(183,178,175)
#C7C3C2
(199,195,194)
#D7D4D5
(215,212,213)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473B2A color. Also use rgb(71,59,42) instead hex code.

Text Font Color

.myTextColor { color: #473B2A; }

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

This text font color is #473B2A.


Background Color

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

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

This div background color is #473B2A.


Border color

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

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

This div border color is #473B2A.


Opacity

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

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

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

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

This text has shadow with #473B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B2A on black background.


Color preview on white background

This text has color #473B2A on white background.



Black color preview on #473B2A background

This text has black color on #473B2A background.


White color preview on #473B2A background

This text has white color on #473B2A background.