COLOR #473A3B

HEX: #473A3B RGB: (71,58,59)

Color info

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

RGB color model

#473A3B color RGB value is (71,58,59).

RGB: (71,58,59) (28%, 23%, 23%)

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 59 of 255 = 23%

71
58
59

R + G + B ~ 25%. #473A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 58 + 59 = 188 (100%)
R 71 of 188 ~ 37.77%
G 58 of 188 ~ 30.85%
B 59 of 188 ~ 31.38'%

%37.77
%30.85
%31.38

CMYK color model

#473A3B color CMYK value is (0,18,17,72).

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

CMYK: (0,18,17,72)
C0M18Y17K72 (0%, 18%, 17%, 72%)
(0.00 / 0.18 / 0.17 / 0.72)

CMYK percentages

%0
%18.31
%16.9
%72.16

Codes

Color #473A3B in popluar color models

47 3A 3B
RGB 71 58 59
HSL 355° 10.08% 25.29%
HSB/HSV 355° 18.31% 27.84%
CMYK 0.00% 18.31% 16.90%
72.16%

Color #473A3B in popluar number systems.

HEX 47 3A 3B
Decimal 71 58 59
Binary 1000111 111010 111011
Octal 107 72 73

Shades and tints

Shades of #473A3B

#473A3B
(71,58,59)
#413536
(65,53,54)
#3B3031
(59,48,49)
#352B2C
(53,43,44)
#2F2627
(47,38,39)
#292122
(41,33,34)
#231C1D
(35,28,29)
#1D1718
(29,23,24)
#171213
(23,18,19)
#110D0E
(17,13,14)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #473A3B

#473A3B
(71,58,59)
#574B4C
(87,75,76)
#675C5D
(103,92,93)
#776D6E
(119,109,110)
#877E7F
(135,126,127)
#978F90
(151,143,144)
#A7A0A1
(167,160,161)
#B7B1B2
(183,177,178)
#C7C2C3
(199,194,195)
#D7D3D4
(215,211,212)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A3B; }

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

This text font color is #473A3B.

Background Color

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

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

This div background color is #473A3B.

Border color

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

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

This div border color is #473A3B.

Opacity

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

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

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

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

This text has shadow with #473A3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473A3B.

Preview

Color preview on black background

This text has color #473A3B on black background.


Color preview on white background

This text has color #473A3B on white background.


Black color preview on #473A3B background

This text has black color on #473A3B background.


White color preview on #473A3B background

This text has white color on #473A3B background.


Related colors

Complementary color

Complementary color for #hex is #B8C5C4.


I love getcolorcode.com

Triadic colors

1 #3B473A and #3A3B47 with #473A3B are triadic colors.

2 #3B3A47 and #3A473B with #473A3B are triadic colors.