COLOR #473328

HEX: #473328
RGB: (71,51,40)

Color info

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

RGB color model

#473328 color RGB value is (71,51,40).

  • red value is 71;
  • green value is 51;
  • blue value is 40.
RGB:
(71,51,40)
(28%,20%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 40 of 255 = 16%

71
51
40

R + G + B ~ 21%. #473328 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 40 = 162 (100%)
R 71 of 162 ~ 43.83%
G 51 of 162 ~ 31.48%
B 40 of 162 ~ 24.69%

%43.83
%31.48
%24.69

CMYK color model

#473328 color CMYK value is (0,28,44,72).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(0,28,44,72)
C0M28Y44K72 
(0%,28%,44%,72%)
(0.00/0.28/0.44/0.72)	

CMYK percentages

%0
%28.17
%43.66
%72.16

Codes

Color #473328 in popluar color models

473328
RGB715140
HSL21°27.93%21.76%
HSB/HSV21°43.66%27.84%
CMYK0.00%28.17%43.66%
72.16%

Color #473328 in popluar number systems.

HEX473328
Decimal715140
Binary1000111110011101000
Octal1076350

Shades and tints

Shades of #473328

#473328
(71,51,40)
#412F25
(65,47,37)
#3B2B22
(59,43,34)
#35271F
(53,39,31)
#2F231C
(47,35,28)
#291F19
(41,31,25)
#231B16
(35,27,22)
#1D1713
(29,23,19)
#171310
(23,19,16)
#110F0D
(17,15,13)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #473328

#473328
(71,51,40)
#57453B
(87,69,59)
#67574E
(103,87,78)
#776961
(119,105,97)
#877B74
(135,123,116)
#978D87
(151,141,135)
#A79F9A
(167,159,154)
#B7B1AD
(183,177,173)
#C7C3C0
(199,195,192)
#D7D5D3
(215,213,211)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473328; }

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

This text font color is #473328.


Background Color

.myBgColor { background-color: #473328; }

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

This div background color is #473328.


Border color

.myBorderColor { border: 1px solid #473328; }

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

This div border color is #473328.


Opacity

.myOpacity80 { color: #473328; opacity: 0.8; }

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

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

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

This text has shadow with #473328 color.

.textShadow {text-shadow: 3px 3px 1px #473328, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473328;
-webkit-box-shadow: 1px 1px 3px 2px #473328;
box-shadow:1px 1px 3px 2px #473328;">
Div content here</div>
This div box has shadow with color #473328.

Preview

Color preview on black background

This text has color #473328 on black background.


Color preview on white background

This text has color #473328 on white background.



Black color preview on #473328 background

This text has black color on #473328 background.


White color preview on #473328 background

This text has white color on #473328 background.