COLOR #473D1A

HEX: #473D1A RGB: (71,61,26)

Color info

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

RGB color model

#473D1A color RGB value is (71,61,26).

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

RGB channels and saturation

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

71
61
26

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

Portions of RGB colors in percentages

R + G + B = 71 + 61 + 26 = 158 (100%)
R 71 of 158 ~ 44.94%
G 61 of 158 ~ 38.61%
B 26 of 158 ~ 16.46'%

%44.94
%38.61
%16.46

CMYK color model

#473D1A color CMYK value is (0,14,63,72).

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

CMYK: (0,14,63,72)
C0M14Y63K72 (0%, 14%, 63%, 72%)
(0.00 / 0.14 / 0.63 / 0.72)

CMYK percentages

%0
%14.08
%63.38
%72.16

Codes

Color #473D1A in popluar color models

47 3D 1A
RGB 71 61 26
HSL 47° 46.39% 19.02%
HSB/HSV 47° 63.38% 27.84%
CMYK 0.00% 14.08% 63.38%
72.16%

Color #473D1A in popluar number systems.

HEX 47 3D 1A
Decimal 71 61 26
Binary 1000111 111101 11010
Octal 107 75 32

Shades and tints

Shades of #473D1A

#473D1A
(71,61,26)
#413818
(65,56,24)
#3B3316
(59,51,22)
#352E14
(53,46,20)
#2F2912
(47,41,18)
#292410
(41,36,16)
#231F0E
(35,31,14)
#1D1A0C
(29,26,12)
#17150A
(23,21,10)
#111008
(17,16,8)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #473D1A

#473D1A
(71,61,26)
#574E2E
(87,78,46)
#675F42
(103,95,66)
#777056
(119,112,86)
#87816A
(135,129,106)
#97927E
(151,146,126)
#A7A392
(167,163,146)
#B7B4A6
(183,180,166)
#C7C5BA
(199,197,186)
#D7D6CE
(215,214,206)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D1A; }

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

This text font color is #473D1A.

Background Color

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

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

This div background color is #473D1A.

Border color

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

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

This div border color is #473D1A.

Opacity

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

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

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

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

This text has shadow with #473D1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473D1A.

Preview

Color preview on black background

This text has color #473D1A on black background.


Color preview on white background

This text has color #473D1A on white background.


Black color preview on #473D1A background

This text has black color on #473D1A background.


White color preview on #473D1A background

This text has white color on #473D1A background.


Related colors

Complementary color

Complementary color for #hex is #B8C2E5.


I love getcolorcode.com

Triadic colors

1 #1A473D and #3D1A47 with #473D1A are triadic colors.

2 #1A3D47 and #3D471A with #473D1A are triadic colors.