COLOR #473A0A

HEX: #473A0A
RGB: (71,58,10)

Color info

#473A0A contains mainly red and green colors. Web safe color of #473A0A is #333300 (or #330).

RGB color model

#473A0A color RGB value is (71,58,10).

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

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 10 of 255 = 4%

71
58
10

R + G + B ~ 18%. #473A0A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 10 = 139 (100%)
R 71 of 139 ~ 51.08%
G 58 of 139 ~ 41.73%
B 10 of 139 ~ 7.19%

%51.08
%41.73

CMYK color model

#473A0A color CMYK value is (0,18,86,72).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 85.92%
  • key color value is 72.16%
CMYK:
(0,18,86,72)
C0M18Y86K72 
(0%,18%,86%,72%)
(0.00/0.18/0.86/0.72)	

CMYK percentages

%0
%18.31
%85.92
%72.16

Codes

Color #473A0A in popluar color models

473A0A
RGB715810
HSL47°75.31%15.88%
HSB/HSV47°85.92%27.84%
CMYK0.00%18.31%85.92%
72.16%

Color #473A0A in popluar number systems.

HEX473A0A
Decimal715810
Binary10001111110101010
Octal1077212

Shades and tints

Shades of #473A0A

#473A0A
(71,58,10)
#41350A
(65,53,10)
#3B300A
(59,48,10)
#352B0A
(53,43,10)
#2F260A
(47,38,10)
#29210A
(41,33,10)
#231C0A
(35,28,10)
#1D170A
(29,23,10)
#17120A
(23,18,10)
#110D0A
(17,13,10)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #473A0A

#473A0A
(71,58,10)
#574B20
(87,75,32)
#675C36
(103,92,54)
#776D4C
(119,109,76)
#877E62
(135,126,98)
#978F78
(151,143,120)
#A7A08E
(167,160,142)
#B7B1A4
(183,177,164)
#C7C2BA
(199,194,186)
#D7D3D0
(215,211,208)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A0A; }

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

This text font color is #473A0A.


Background Color

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

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

This div background color is #473A0A.


Border color

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

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

This div border color is #473A0A.


Opacity

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

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

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

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

This text has shadow with #473A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A0A on black background.


Color preview on white background

This text has color #473A0A on white background.



Black color preview on #473A0A background

This text has black color on #473A0A background.


White color preview on #473A0A background

This text has white color on #473A0A background.