COLOR #473140

HEX: #473140
RGB: (71,49,64)

Color info

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

RGB color model

#473140 color RGB value is (71,49,64).

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

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 64 of 255 = 25%

71
49
64

R + G + B ~ 24%. #473140 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 64 = 184 (100%)
R 71 of 184 ~ 38.59%
G 49 of 184 ~ 26.63%
B 64 of 184 ~ 34.78%

%38.59
%26.63
%34.78

CMYK color model

#473140 color CMYK value is (0,31,10,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 9.86%
  • key color value is 72.16%
CMYK:
(0,31,10,72)
C0M31Y10K72 
(0%,31%,10%,72%)
(0.00/0.31/0.10/0.72)	

CMYK percentages

%0
%30.99
%9.86
%72.16

Codes

Color #473140 in popluar color models

473140
RGB714964
HSL319°18.33%23.53%
HSB/HSV319°30.99%27.84%
CMYK0.00%30.99%9.86%
72.16%

Color #473140 in popluar number systems.

HEX473140
Decimal714964
Binary10001111100011000000
Octal10761100

Shades and tints

Shades of #473140

#473140
(71,49,64)
#412D3B
(65,45,59)
#3B2936
(59,41,54)
#352531
(53,37,49)
#2F212C
(47,33,44)
#291D27
(41,29,39)
#231922
(35,25,34)
#1D151D
(29,21,29)
#171118
(23,17,24)
#110D13
(17,13,19)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #473140

#473140
(71,49,64)
#574351
(87,67,81)
#675562
(103,85,98)
#776773
(119,103,115)
#877984
(135,121,132)
#978B95
(151,139,149)
#A79DA6
(167,157,166)
#B7AFB7
(183,175,183)
#C7C1C8
(199,193,200)
#D7D3D9
(215,211,217)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473140; }

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

This text font color is #473140.


Background Color

.myBgColor { background-color: #473140; }

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

This div background color is #473140.


Border color

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

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

This div border color is #473140.


Opacity

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

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

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

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

This text has shadow with #473140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473140 on black background.


Color preview on white background

This text has color #473140 on white background.



Black color preview on #473140 background

This text has black color on #473140 background.


White color preview on #473140 background

This text has white color on #473140 background.