COLOR #473015

HEX: #473015
RGB: (71,48,21)

Color info

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

RGB color model

#473015 color RGB value is (71,48,21).

  • red value is 71;
  • green value is 48;
  • blue value is 21.
RGB:
(71,48,21)
(28%,19%,8%)

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 21 of 255 = 8%

71
48
21

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

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 21 = 140 (100%)
R 71 of 140 ~ 50.71%
G 48 of 140 ~ 34.29%
B 21 of 140 ~ 15%

%50.71
%34.29
%15

CMYK color model

#473015 color CMYK value is (0,32,70,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 70.42%
  • key color value is 72.16%
CMYK:
(0,32,70,72)
C0M32Y70K72 
(0%,32%,70%,72%)
(0.00/0.32/0.70/0.72)	

CMYK percentages

%0
%32.39
%70.42
%72.16

Codes

Color #473015 in popluar color models

473015
RGB714821
HSL32°54.35%18.04%
HSB/HSV32°70.42%27.84%
CMYK0.00%32.39%70.42%
72.16%

Color #473015 in popluar number systems.

HEX473015
Decimal714821
Binary100011111000010101
Octal1076025

Shades and tints

Shades of #473015

#473015
(71,48,21)
#412C14
(65,44,20)
#3B2813
(59,40,19)
#352412
(53,36,18)
#2F2011
(47,32,17)
#291C10
(41,28,16)
#23180F
(35,24,15)
#1D140E
(29,20,14)
#17100D
(23,16,13)
#110C0C
(17,12,12)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #473015

#473015
(71,48,21)
#57422A
(87,66,42)
#67543F
(103,84,63)
#776654
(119,102,84)
#877869
(135,120,105)
#978A7E
(151,138,126)
#A79C93
(167,156,147)
#B7AEA8
(183,174,168)
#C7C0BD
(199,192,189)
#D7D2D2
(215,210,210)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473015 color. Also use rgb(71,48,21) instead hex code.

Text Font Color

.myTextColor { color: #473015; }

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

This text font color is #473015.


Background Color

.myBgColor { background-color: #473015; }

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

This div background color is #473015.


Border color

.myBorderColor { border: 1px solid #473015; }

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

This div border color is #473015.


Opacity

.myOpacity80 { color: #473015; opacity: 0.8; }

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

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

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

This text has shadow with #473015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473015 on black background.


Color preview on white background

This text has color #473015 on white background.



Black color preview on #473015 background

This text has black color on #473015 background.


White color preview on #473015 background

This text has white color on #473015 background.