COLOR #473C1A

HEX: #473C1A RGB: (71,60,26)

Color info

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

RGB color model

#473C1A color RGB value is (71,60,26).

RGB: (71,60,26) (28%, 24%, 10%)

RGB channels and saturation

R 71 of 255 = 28%
G 60 of 255 = 24%
B 26 of 255 = 10%

71
60
26

R + G + B ~ 21%. #473C1A is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 60 + 26 = 157 (100%)
R 71 of 157 ~ 45.22%
G 60 of 157 ~ 38.22%
B 26 of 157 ~ 16.56'%

%45.22
%38.22
%16.56

CMYK color model

#473C1A color CMYK value is (0,15,63,72).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 63.38%
  • key color value is 72.16%

CMYK: (0,15,63,72)
C0M15Y63K72 (0%, 15%, 63%, 72%)
(0.00 / 0.15 / 0.63 / 0.72)

CMYK percentages

%0
%15.49
%63.38
%72.16

Codes

Color #473C1A in popluar color models

47 3C 1A
RGB 71 60 26
HSL 45° 46.39% 19.02%
HSB/HSV 45° 63.38% 27.84%
CMYK 0.00% 15.49% 63.38%
72.16%

Color #473C1A in popluar number systems.

HEX 47 3C 1A
Decimal 71 60 26
Binary 1000111 111100 11010
Octal 107 74 32

Shades and tints

Shades of #473C1A

#473C1A
(71,60,26)
#413718
(65,55,24)
#3B3216
(59,50,22)
#352D14
(53,45,20)
#2F2812
(47,40,18)
#292310
(41,35,16)
#231E0E
(35,30,14)
#1D190C
(29,25,12)
#17140A
(23,20,10)
#110F08
(17,15,8)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #473C1A

#473C1A
(71,60,26)
#574D2E
(87,77,46)
#675E42
(103,94,66)
#776F56
(119,111,86)
#87806A
(135,128,106)
#97917E
(151,145,126)
#A7A292
(167,162,146)
#B7B3A6
(183,179,166)
#C7C4BA
(199,196,186)
#D7D5CE
(215,213,206)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C1A color. Also use rgb(71,60,26) instead hex code.

Text Font Color

.myTextColor { color: #473C1A; }

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

This text font color is #473C1A.

Background Color

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

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

This div background color is #473C1A.

Border color

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

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

This div border color is #473C1A.

Opacity

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

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

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

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

This text has shadow with #473C1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473C1A.

Preview

Color preview on black background

This text has color #473C1A on black background.


Color preview on white background

This text has color #473C1A on white background.


Black color preview on #473C1A background

This text has black color on #473C1A background.


White color preview on #473C1A background

This text has white color on #473C1A background.


Related colors

Complementary color

Complementary color for #hex is #B8C3E5.


I love getcolorcode.com

Triadic colors

1 #1A473C and #3C1A47 with #473C1A are triadic colors.

2 #1A3C47 and #3C471A with #473C1A are triadic colors.