COLOR #473D0F

HEX: #473D0F
RGB: (71,61,15)

Color info

#473D0F contains red, green and blue colors in about the same proportion. Web safe color of #473D0F is #333300 (or #330).

RGB color model

#473D0F color RGB value is (71,61,15).

  • red value is 71;
  • green value is 61;
  • blue value is 15.
RGB:
(71,61,15)
(28%,24%,6%)

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 15 of 255 = 6%

71
61
15

R + G + B ~ 19%. #473D0F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 61 + 15 = 147 (100%)
R 71 of 147 ~ 48.3%
G 61 of 147 ~ 41.5%
B 15 of 147 ~ 10.2%

%48.3
%41.5
%10.2

CMYK color model

#473D0F color CMYK value is (0,14,79,72).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 78.87%
  • key color value is 72.16%
CMYK:
(0,14,79,72)
C0M14Y79K72 
(0%,14%,79%,72%)
(0.00/0.14/0.79/0.72)	

CMYK percentages

%0
%14.08
%78.87
%72.16

Codes

Color #473D0F in popluar color models

473D0F
RGB716115
HSL49°65.12%16.86%
HSB/HSV49°78.87%27.84%
CMYK0.00%14.08%78.87%
72.16%

Color #473D0F in popluar number systems.

HEX473D0F
Decimal716115
Binary10001111111011111
Octal1077517

Shades and tints

Shades of #473D0F

#473D0F
(71,61,15)
#41380E
(65,56,14)
#3B330D
(59,51,13)
#352E0C
(53,46,12)
#2F290B
(47,41,11)
#29240A
(41,36,10)
#231F09
(35,31,9)
#1D1A08
(29,26,8)
#171507
(23,21,7)
#111006
(17,16,6)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #473D0F

#473D0F
(71,61,15)
#574E24
(87,78,36)
#675F39
(103,95,57)
#77704E
(119,112,78)
#878163
(135,129,99)
#979278
(151,146,120)
#A7A38D
(167,163,141)
#B7B4A2
(183,180,162)
#C7C5B7
(199,197,183)
#D7D6CC
(215,214,204)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473D0F color. Also use rgb(71,61,15) instead hex code.

Text Font Color

.myTextColor { color: #473D0F; }

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

This text font color is #473D0F.


Background Color

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

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

This div background color is #473D0F.


Border color

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

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

This div border color is #473D0F.


Opacity

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

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

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

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

This text has shadow with #473D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D0F on black background.


Color preview on white background

This text has color #473D0F on white background.



Black color preview on #473D0F background

This text has black color on #473D0F background.


White color preview on #473D0F background

This text has white color on #473D0F background.