COLOR #473D2D

HEX: #473D2D RGB: (71,61,45)

Color info

#473D2D contains red, green and blue colors in about the same proportion. Web safe color of #473D2D is #333333 (or #333).

RGB color model

#473D2D color RGB value is (71,61,45).

RGB: (71,61,45) (28%, 24%, 18%)

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 45 of 255 = 18%

71
61
45

R + G + B ~ 23%. #473D2D is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 61 + 45 = 177 (100%)
R 71 of 177 ~ 40.11%
G 61 of 177 ~ 34.46%
B 45 of 177 ~ 25.42'%

%40.11
%34.46
%25.42

CMYK color model

#473D2D color CMYK value is (0,14,37,72).

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

CMYK: (0,14,37,72)
C0M14Y37K72 (0%, 14%, 37%, 72%)
(0.00 / 0.14 / 0.37 / 0.72)

CMYK percentages

%0
%14.08
%36.62
%72.16

Codes

Color #473D2D in popluar color models

47 3D 2D
RGB 71 61 45
HSL 37° 22.41% 22.75%
HSB/HSV 37° 36.62% 27.84%
CMYK 0.00% 14.08% 36.62%
72.16%

Color #473D2D in popluar number systems.

HEX 47 3D 2D
Decimal 71 61 45
Binary 1000111 111101 101101
Octal 107 75 55

Shades and tints

Shades of #473D2D

#473D2D
(71,61,45)
#413829
(65,56,41)
#3B3325
(59,51,37)
#352E21
(53,46,33)
#2F291D
(47,41,29)
#292419
(41,36,25)
#231F15
(35,31,21)
#1D1A11
(29,26,17)
#17150D
(23,21,13)
#111009
(17,16,9)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #473D2D

#473D2D
(71,61,45)
#574E40
(87,78,64)
#675F53
(103,95,83)
#777066
(119,112,102)
#878179
(135,129,121)
#97928C
(151,146,140)
#A7A39F
(167,163,159)
#B7B4B2
(183,180,178)
#C7C5C5
(199,197,197)
#D7D6D8
(215,214,216)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D2D; }

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

This text font color is #473D2D.

Background Color

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

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

This div background color is #473D2D.

Border color

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

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

This div border color is #473D2D.

Opacity

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

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

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

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

This text has shadow with #473D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473D2D.

Preview

Color preview on black background

This text has color #473D2D on black background.


Color preview on white background

This text has color #473D2D on white background.


Black color preview on #473D2D background

This text has black color on #473D2D background.


White color preview on #473D2D background

This text has white color on #473D2D background.


Related colors

Complementary color

Complementary color for #hex is #B8C2D2.


I love getcolorcode.com

Triadic colors

1 #2D473D and #3D2D47 with #473D2D are triadic colors.

2 #2D3D47 and #3D472D with #473D2D are triadic colors.