COLOR #473628

HEX: #473628
RGB: (71,54,40)

Color info

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

RGB color model

#473628 color RGB value is (71,54,40).

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

RGB channels and saturation

R 71 of 255 = 28%
G 54 of 255 = 21%
B 40 of 255 = 16%

71
54
40

R + G + B ~ 22%. #473628 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 54 + 40 = 165 (100%)
R 71 of 165 ~ 43.03%
G 54 of 165 ~ 32.73%
B 40 of 165 ~ 24.24%

%43.03
%32.73
%24.24

CMYK color model

#473628 color CMYK value is (0,24,44,72).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(0,24,44,72)
C0M24Y44K72 
(0%,24%,44%,72%)
(0.00/0.24/0.44/0.72)	

CMYK percentages

%0
%23.94
%43.66
%72.16

Codes

Color #473628 in popluar color models

473628
RGB715440
HSL27°27.93%21.76%
HSB/HSV27°43.66%27.84%
CMYK0.00%23.94%43.66%
72.16%

Color #473628 in popluar number systems.

HEX473628
Decimal715440
Binary1000111110110101000
Octal1076650

Shades and tints

Shades of #473628

#473628
(71,54,40)
#413225
(65,50,37)
#3B2E22
(59,46,34)
#352A1F
(53,42,31)
#2F261C
(47,38,28)
#292219
(41,34,25)
#231E16
(35,30,22)
#1D1A13
(29,26,19)
#171610
(23,22,16)
#11120D
(17,18,13)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #473628

#473628
(71,54,40)
#57483B
(87,72,59)
#675A4E
(103,90,78)
#776C61
(119,108,97)
#877E74
(135,126,116)
#979087
(151,144,135)
#A7A29A
(167,162,154)
#B7B4AD
(183,180,173)
#C7C6C0
(199,198,192)
#D7D8D3
(215,216,211)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473628; }

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

This text font color is #473628.


Background Color

.myBgColor { background-color: #473628; }

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

This div background color is #473628.


Border color

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

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

This div border color is #473628.


Opacity

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

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

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

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

This text has shadow with #473628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473628 on black background.


Color preview on white background

This text has color #473628 on white background.



Black color preview on #473628 background

This text has black color on #473628 background.


White color preview on #473628 background

This text has white color on #473628 background.