COLOR #473A2A

HEX: #473A2A
RGB: (71,58,42)

Color info

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

RGB color model

#473A2A color RGB value is (71,58,42).

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

RGB channels and saturation

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

71
58
42

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

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 42 = 171 (100%)
R 71 of 171 ~ 41.52%
G 58 of 171 ~ 33.92%
B 42 of 171 ~ 24.56%

%41.52
%33.92
%24.56

CMYK color model

#473A2A color CMYK value is (0,18,41,72).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(0,18,41,72)
C0M18Y41K72 
(0%,18%,41%,72%)
(0.00/0.18/0.41/0.72)	

CMYK percentages

%0
%18.31
%40.85
%72.16

Codes

Color #473A2A in popluar color models

473A2A
RGB715842
HSL33°25.66%22.16%
HSB/HSV33°40.85%27.84%
CMYK0.00%18.31%40.85%
72.16%

Color #473A2A in popluar number systems.

HEX473A2A
Decimal715842
Binary1000111111010101010
Octal1077252

Shades and tints

Shades of #473A2A

#473A2A
(71,58,42)
#413527
(65,53,39)
#3B3024
(59,48,36)
#352B21
(53,43,33)
#2F261E
(47,38,30)
#29211B
(41,33,27)
#231C18
(35,28,24)
#1D1715
(29,23,21)
#171212
(23,18,18)
#110D0F
(17,13,15)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #473A2A

#473A2A
(71,58,42)
#574B3D
(87,75,61)
#675C50
(103,92,80)
#776D63
(119,109,99)
#877E76
(135,126,118)
#978F89
(151,143,137)
#A7A09C
(167,160,156)
#B7B1AF
(183,177,175)
#C7C2C2
(199,194,194)
#D7D3D5
(215,211,213)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A2A; }

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

This text font color is #473A2A.


Background Color

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

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

This div background color is #473A2A.


Border color

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

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

This div border color is #473A2A.


Opacity

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

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

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

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

This text has shadow with #473A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A2A on black background.


Color preview on white background

This text has color #473A2A on white background.



Black color preview on #473A2A background

This text has black color on #473A2A background.


White color preview on #473A2A background

This text has white color on #473A2A background.