COLOR #473031

HEX: #473031
RGB: (71,48,49)

Color info

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

RGB color model

#473031 color RGB value is (71,48,49).

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

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 49 of 255 = 19%

71
48
49

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

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 49 = 168 (100%)
R 71 of 168 ~ 42.26%
G 48 of 168 ~ 28.57%
B 49 of 168 ~ 29.17%

%42.26
%28.57
%29.17

CMYK color model

#473031 color CMYK value is (0,32,31,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(0,32,31,72)
C0M32Y31K72 
(0%,32%,31%,72%)
(0.00/0.32/0.31/0.72)	

CMYK percentages

%0
%32.39
%30.99
%72.16

Codes

Color #473031 in popluar color models

473031
RGB714849
HSL357°19.33%23.33%
HSB/HSV357°32.39%27.84%
CMYK0.00%32.39%30.99%
72.16%

Color #473031 in popluar number systems.

HEX473031
Decimal714849
Binary1000111110000110001
Octal1076061

Shades and tints

Shades of #473031

#473031
(71,48,49)
#412C2D
(65,44,45)
#3B2829
(59,40,41)
#352425
(53,36,37)
#2F2021
(47,32,33)
#291C1D
(41,28,29)
#231819
(35,24,25)
#1D1415
(29,20,21)
#171011
(23,16,17)
#110C0D
(17,12,13)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #473031

#473031
(71,48,49)
#574243
(87,66,67)
#675455
(103,84,85)
#776667
(119,102,103)
#877879
(135,120,121)
#978A8B
(151,138,139)
#A79C9D
(167,156,157)
#B7AEAF
(183,174,175)
#C7C0C1
(199,192,193)
#D7D2D3
(215,210,211)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473031; }

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

This text font color is #473031.


Background Color

.myBgColor { background-color: #473031; }

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

This div background color is #473031.


Border color

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

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

This div border color is #473031.


Opacity

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

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

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

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

This text has shadow with #473031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473031 on black background.


Color preview on white background

This text has color #473031 on white background.



Black color preview on #473031 background

This text has black color on #473031 background.


White color preview on #473031 background

This text has white color on #473031 background.