COLOR #473139

HEX: #473139
RGB: (71,49,57)

Color info

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

RGB color model

#473139 color RGB value is (71,49,57).

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

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 57 of 255 = 22%

71
49
57

R + G + B ~ 23%. #473139 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 57 = 177 (100%)
R 71 of 177 ~ 40.11%
G 49 of 177 ~ 27.68%
B 57 of 177 ~ 32.2%

%40.11
%27.68
%32.2

CMYK color model

#473139 color CMYK value is (0,31,20,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 19.72%
  • key color value is 72.16%
CMYK:
(0,31,20,72)
C0M31Y20K72 
(0%,31%,20%,72%)
(0.00/0.31/0.20/0.72)	

CMYK percentages

%0
%30.99
%19.72
%72.16

Codes

Color #473139 in popluar color models

473139
RGB714957
HSL338°18.33%23.53%
HSB/HSV338°30.99%27.84%
CMYK0.00%30.99%19.72%
72.16%

Color #473139 in popluar number systems.

HEX473139
Decimal714957
Binary1000111110001111001
Octal1076171

Shades and tints

Shades of #473139

#473139
(71,49,57)
#412D34
(65,45,52)
#3B292F
(59,41,47)
#35252A
(53,37,42)
#2F2125
(47,33,37)
#291D20
(41,29,32)
#23191B
(35,25,27)
#1D1516
(29,21,22)
#171111
(23,17,17)
#110D0C
(17,13,12)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #473139

#473139
(71,49,57)
#57434B
(87,67,75)
#67555D
(103,85,93)
#77676F
(119,103,111)
#877981
(135,121,129)
#978B93
(151,139,147)
#A79DA5
(167,157,165)
#B7AFB7
(183,175,183)
#C7C1C9
(199,193,201)
#D7D3DB
(215,211,219)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473139; }

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

This text font color is #473139.


Background Color

.myBgColor { background-color: #473139; }

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

This div background color is #473139.


Border color

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

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

This div border color is #473139.


Opacity

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

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

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

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

This text has shadow with #473139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473139 on black background.


Color preview on white background

This text has color #473139 on white background.



Black color preview on #473139 background

This text has black color on #473139 background.


White color preview on #473139 background

This text has white color on #473139 background.