COLOR #473828

HEX: #473828
RGB: (71,56,40)

Color info

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

RGB color model

#473828 color RGB value is (71,56,40).

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

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 40 of 255 = 16%

71
56
40

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

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 40 = 167 (100%)
R 71 of 167 ~ 42.51%
G 56 of 167 ~ 33.53%
B 40 of 167 ~ 23.95%

%42.51
%33.53
%23.95

CMYK color model

#473828 color CMYK value is (0,21,44,72).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(0,21,44,72)
C0M21Y44K72 
(0%,21%,44%,72%)
(0.00/0.21/0.44/0.72)	

CMYK percentages

%0
%21.13
%43.66
%72.16

Codes

Color #473828 in popluar color models

473828
RGB715640
HSL31°27.93%21.76%
HSB/HSV31°43.66%27.84%
CMYK0.00%21.13%43.66%
72.16%

Color #473828 in popluar number systems.

HEX473828
Decimal715640
Binary1000111111000101000
Octal1077050

Shades and tints

Shades of #473828

#473828
(71,56,40)
#413325
(65,51,37)
#3B2E22
(59,46,34)
#35291F
(53,41,31)
#2F241C
(47,36,28)
#291F19
(41,31,25)
#231A16
(35,26,22)
#1D1513
(29,21,19)
#171010
(23,16,16)
#110B0D
(17,11,13)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #473828

#473828
(71,56,40)
#574A3B
(87,74,59)
#675C4E
(103,92,78)
#776E61
(119,110,97)
#878074
(135,128,116)
#979287
(151,146,135)
#A7A49A
(167,164,154)
#B7B6AD
(183,182,173)
#C7C8C0
(199,200,192)
#D7DAD3
(215,218,211)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473828; }

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

This text font color is #473828.


Background Color

.myBgColor { background-color: #473828; }

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

This div background color is #473828.


Border color

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

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

This div border color is #473828.


Opacity

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

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

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

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

This text has shadow with #473828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473828 on black background.


Color preview on white background

This text has color #473828 on white background.



Black color preview on #473828 background

This text has black color on #473828 background.


White color preview on #473828 background

This text has white color on #473828 background.