COLOR #473B15

HEX: #473B15 RGB: (71,59,21)

Color info

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

RGB color model

#473B15 color RGB value is (71,59,21).

RGB: (71,59,21) (28%, 23%, 8%)

RGB channels and saturation

R 71 of 255 = 28%
G 59 of 255 = 23%
B 21 of 255 = 8%

71
59
21

R + G + B ~ 20%. #473B15 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 59 + 21 = 151 (100%)
R 71 of 151 ~ 47.02%
G 59 of 151 ~ 39.07%
B 21 of 151 ~ 13.91'%

%47.02
%39.07
%13.91

CMYK color model

#473B15 color CMYK value is (0,17,70,72).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 70.42%
  • key color value is 72.16%

CMYK: (0,17,70,72)
C0M17Y70K72 (0%, 17%, 70%, 72%)
(0.00 / 0.17 / 0.70 / 0.72)

CMYK percentages

%0
%16.9
%70.42
%72.16

Codes

Color #473B15 in popluar color models

47 3B 15
RGB 71 59 21
HSL 46° 54.35% 18.04%
HSB/HSV 46° 70.42% 27.84%
CMYK 0.00% 16.90% 70.42%
72.16%

Color #473B15 in popluar number systems.

HEX 47 3B 15
Decimal 71 59 21
Binary 1000111 111011 10101
Octal 107 73 25

Shades and tints

Shades of #473B15

#473B15
(71,59,21)
#413614
(65,54,20)
#3B3113
(59,49,19)
#352C12
(53,44,18)
#2F2711
(47,39,17)
#292210
(41,34,16)
#231D0F
(35,29,15)
#1D180E
(29,24,14)
#17130D
(23,19,13)
#110E0C
(17,14,12)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #473B15

#473B15
(71,59,21)
#574C2A
(87,76,42)
#675D3F
(103,93,63)
#776E54
(119,110,84)
#877F69
(135,127,105)
#97907E
(151,144,126)
#A7A193
(167,161,147)
#B7B2A8
(183,178,168)
#C7C3BD
(199,195,189)
#D7D4D2
(215,212,210)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473B15; }

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

This text font color is #473B15.

Background Color

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

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

This div background color is #473B15.

Border color

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

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

This div border color is #473B15.

Opacity

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

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

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

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

This text has shadow with #473B15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473B15.

Preview

Color preview on black background

This text has color #473B15 on black background.


Color preview on white background

This text has color #473B15 on white background.


Black color preview on #473B15 background

This text has black color on #473B15 background.


White color preview on #473B15 background

This text has white color on #473B15 background.


Related colors

Complementary color

Complementary color for #hex is #B8C4EA.


I love getcolorcode.com

Triadic colors

1 #15473B and #3B1547 with #473B15 are triadic colors.

2 #153B47 and #3B4715 with #473B15 are triadic colors.