COLOR #473A2D

HEX: #473A2D RGB: (71,58,45)

Color info

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

RGB color model

#473A2D color RGB value is (71,58,45).

RGB: (71,58,45) (28%, 23%, 18%)

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 45 of 255 = 18%

71
58
45

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

Portions of RGB colors in percentages

R + G + B = 71 + 58 + 45 = 174 (100%)
R 71 of 174 ~ 40.8%
G 58 of 174 ~ 33.33%
B 45 of 174 ~ 25.86'%

%40.8
%33.33
%25.86

CMYK color model

#473A2D color CMYK value is (0,18,37,72).

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

CMYK: (0,18,37,72)
C0M18Y37K72 (0%, 18%, 37%, 72%)
(0.00 / 0.18 / 0.37 / 0.72)

CMYK percentages

%0
%18.31
%36.62
%72.16

Codes

Color #473A2D in popluar color models

47 3A 2D
RGB 71 58 45
HSL 30° 22.41% 22.75%
HSB/HSV 30° 36.62% 27.84%
CMYK 0.00% 18.31% 36.62%
72.16%

Color #473A2D in popluar number systems.

HEX 47 3A 2D
Decimal 71 58 45
Binary 1000111 111010 101101
Octal 107 72 55

Shades and tints

Shades of #473A2D

#473A2D
(71,58,45)
#413529
(65,53,41)
#3B3025
(59,48,37)
#352B21
(53,43,33)
#2F261D
(47,38,29)
#292119
(41,33,25)
#231C15
(35,28,21)
#1D1711
(29,23,17)
#17120D
(23,18,13)
#110D09
(17,13,9)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #473A2D

#473A2D
(71,58,45)
#574B40
(87,75,64)
#675C53
(103,92,83)
#776D66
(119,109,102)
#877E79
(135,126,121)
#978F8C
(151,143,140)
#A7A09F
(167,160,159)
#B7B1B2
(183,177,178)
#C7C2C5
(199,194,197)
#D7D3D8
(215,211,216)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A2D; }

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

This text font color is #473A2D.

Background Color

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

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

This div background color is #473A2D.

Border color

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

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

This div border color is #473A2D.

Opacity

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

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

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

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

This text has shadow with #473A2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473A2D.

Preview

Color preview on black background

This text has color #473A2D on black background.


Color preview on white background

This text has color #473A2D on white background.


Black color preview on #473A2D background

This text has black color on #473A2D background.


White color preview on #473A2D background

This text has white color on #473A2D background.


Related colors

Complementary color

Complementary color for #hex is #B8C5D2.


I love getcolorcode.com

Triadic colors

1 #2D473A and #3A2D47 with #473A2D are triadic colors.

2 #2D3A47 and #3A472D with #473A2D are triadic colors.