COLOR #473A30

HEX: #473A30 RGB: (71,58,48)

Color info

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

RGB color model

#473A30 color RGB value is (71,58,48).

RGB: (71,58,48) (28%, 23%, 19%)

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 48 of 255 = 19%

71
58
48

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

Portions of RGB colors in percentages

R + G + B = 71 + 58 + 48 = 177 (100%)
R 71 of 177 ~ 40.11%
G 58 of 177 ~ 32.77%
B 48 of 177 ~ 27.12'%

%40.11
%32.77
%27.12

CMYK color model

#473A30 color CMYK value is (0,18,32,72).

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

CMYK: (0,18,32,72)
C0M18Y32K72 (0%, 18%, 32%, 72%)
(0.00 / 0.18 / 0.32 / 0.72)

CMYK percentages

%0
%18.31
%32.39
%72.16

Codes

Color #473A30 in popluar color models

47 3A 30
RGB 71 58 48
HSL 26° 19.33% 23.33%
HSB/HSV 26° 32.39% 27.84%
CMYK 0.00% 18.31% 32.39%
72.16%

Color #473A30 in popluar number systems.

HEX 47 3A 30
Decimal 71 58 48
Binary 1000111 111010 110000
Octal 107 72 60

Shades and tints

Shades of #473A30

#473A30
(71,58,48)
#41352C
(65,53,44)
#3B3028
(59,48,40)
#352B24
(53,43,36)
#2F2620
(47,38,32)
#29211C
(41,33,28)
#231C18
(35,28,24)
#1D1714
(29,23,20)
#171210
(23,18,16)
#110D0C
(17,13,12)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #473A30

#473A30
(71,58,48)
#574B42
(87,75,66)
#675C54
(103,92,84)
#776D66
(119,109,102)
#877E78
(135,126,120)
#978F8A
(151,143,138)
#A7A09C
(167,160,156)
#B7B1AE
(183,177,174)
#C7C2C0
(199,194,192)
#D7D3D2
(215,211,210)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473A30; }

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

This text font color is #473A30.

Background Color

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

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

This div background color is #473A30.

Border color

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

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

This div border color is #473A30.

Opacity

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

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

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

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

This text has shadow with #473A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473A30.

Preview

Color preview on black background

This text has color #473A30 on black background.


Color preview on white background

This text has color #473A30 on white background.


Black color preview on #473A30 background

This text has black color on #473A30 background.


White color preview on #473A30 background

This text has white color on #473A30 background.


Related colors

Complementary color

Complementary color for #hex is #B8C5CF.


I love getcolorcode.com

Triadic colors

1 #30473A and #3A3047 with #473A30 are triadic colors.

2 #303A47 and #3A4730 with #473A30 are triadic colors.