COLOR #473C28

HEX: #473C28 RGB: (71,60,40)

Color info

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

RGB color model

#473C28 color RGB value is (71,60,40).

RGB: (71,60,40) (28%, 24%, 16%)

RGB channels and saturation

R 71 of 255 = 28%
G 60 of 255 = 24%
B 40 of 255 = 16%

71
60
40

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

Portions of RGB colors in percentages

R + G + B = 71 + 60 + 40 = 171 (100%)
R 71 of 171 ~ 41.52%
G 60 of 171 ~ 35.09%
B 40 of 171 ~ 23.39'%

%41.52
%35.09
%23.39

CMYK color model

#473C28 color CMYK value is (0,15,44,72).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK: (0,15,44,72) C0M15Y44K72 (0%,15%,44%,72%) (0.00/0.15/0.44/0.72) 

CMYK percentages

%0
%15.49
%43.66
%72.16

Codes

Color #473C28 in popluar color models

47 3C 28
RGB 71 60 40
HSL 39° 27.93% 21.76%
HSB/HSV 39° 43.66% 27.84%
CMYK 0.00% 15.49% 43.66%
72.16%

Color #473C28 in popluar number systems.

HEX 47 3C 28
Decimal 71 60 40
Binary 1000111 111100 101000
Octal 107 74 50

Shades and tints

Shades of #473C28

#473C28
(71,60,40)
#413725
(65,55,37)
#3B3222
(59,50,34)
#352D1F
(53,45,31)
#2F281C
(47,40,28)
#292319
(41,35,25)
#231E16
(35,30,22)
#1D1913
(29,25,19)
#171410
(23,20,16)
#110F0D
(17,15,13)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #473C28

#473C28
(71,60,40)
#574D3B
(87,77,59)
#675E4E
(103,94,78)
#776F61
(119,111,97)
#878074
(135,128,116)
#979187
(151,145,135)
#A7A29A
(167,162,154)
#B7B3AD
(183,179,173)
#C7C4C0
(199,196,192)
#D7D5D3
(215,213,211)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C28 color. Also use rgb(71,60,40) instead hex code.

Text Font Color

.myTextColor { color: #473C28; }

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

This text font color is #473C28.

Background Color

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

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

This div background color is #473C28.

Border color

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

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

This div border color is #473C28.

Opacity

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

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

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

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

This text has shadow with #473C28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473C28.

Preview

Color preview on black background

This text has color #473C28 on black background.


Color preview on white background

This text has color #473C28 on white background.


Black color preview on #473C28 background

This text has black color on #473C28 background.


White color preview on #473C28 background

This text has white color on #473C28 background.


Related colors

Complementary color

Complementary color for #hex is #B8C3D7.


I love getcolorcode.com

Triadic colors

1 #28473C and #3C2847 with #473C28 are triadic colors.

2 #283C47 and #3C4728 with #473C28 are triadic colors.