COLOR #473028

HEX: #473028
RGB: (71,48,40)

Color info

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

RGB color model

#473028 color RGB value is (71,48,40).

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

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 40 of 255 = 16%

71
48
40

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

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 40 = 159 (100%)
R 71 of 159 ~ 44.65%
G 48 of 159 ~ 30.19%
B 40 of 159 ~ 25.16%

%44.65
%30.19
%25.16

CMYK color model

#473028 color CMYK value is (0,32,44,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(0,32,44,72)
C0M32Y44K72 
(0%,32%,44%,72%)
(0.00/0.32/0.44/0.72)	

CMYK percentages

%0
%32.39
%43.66
%72.16

Codes

Color #473028 in popluar color models

473028
RGB714840
HSL15°27.93%21.76%
HSB/HSV15°43.66%27.84%
CMYK0.00%32.39%43.66%
72.16%

Color #473028 in popluar number systems.

HEX473028
Decimal714840
Binary1000111110000101000
Octal1076050

Shades and tints

Shades of #473028

#473028
(71,48,40)
#412C25
(65,44,37)
#3B2822
(59,40,34)
#35241F
(53,36,31)
#2F201C
(47,32,28)
#291C19
(41,28,25)
#231816
(35,24,22)
#1D1413
(29,20,19)
#171010
(23,16,16)
#110C0D
(17,12,13)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #473028

#473028
(71,48,40)
#57423B
(87,66,59)
#67544E
(103,84,78)
#776661
(119,102,97)
#877874
(135,120,116)
#978A87
(151,138,135)
#A79C9A
(167,156,154)
#B7AEAD
(183,174,173)
#C7C0C0
(199,192,192)
#D7D2D3
(215,210,211)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473028; }

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

This text font color is #473028.


Background Color

.myBgColor { background-color: #473028; }

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

This div background color is #473028.


Border color

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

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

This div border color is #473028.


Opacity

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

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

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

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

This text has shadow with #473028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473028 on black background.


Color preview on white background

This text has color #473028 on white background.



Black color preview on #473028 background

This text has black color on #473028 background.


White color preview on #473028 background

This text has white color on #473028 background.