COLOR #472949

HEX: #472949
RGB: (71,41,73)

Color info

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

RGB color model

#472949 color RGB value is (71,41,73).

  • red value is 71;
  • green value is 41;
  • blue value is 73.
RGB:
(71,41,73)
(28%,16%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 41 of 255 = 16%
B 73 of 255 = 29%

71
41
73

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

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 73 = 185 (100%)
R 71 of 185 ~ 38.38%
G 41 of 185 ~ 22.16%
B 73 of 185 ~ 39.46%

%38.38
%22.16
%39.46

CMYK color model

#472949 color CMYK value is (3,44,0,71).

  • cyan value is 2.74%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(3,44,0,71)
C3M44Y0K71 
(3%,44%,0%,71%)
(0.03/0.44/0.00/0.71)	

CMYK percentages

%2.74
%43.84
%0
%71.37

Codes

Color #472949 in popluar color models

472949
RGB714173
HSL296°28.07%22.35%
HSB/HSV296°43.84%28.63%
CMYK2.74%43.84%0.00%
71.37%

Color #472949 in popluar number systems.

HEX472949
Decimal714173
Binary10001111010011001001
Octal10751111

Shades and tints

Shades of #472949

#472949
(71,41,73)
#412643
(65,38,67)
#3B233D
(59,35,61)
#352037
(53,32,55)
#2F1D31
(47,29,49)
#291A2B
(41,26,43)
#231725
(35,23,37)
#1D141F
(29,20,31)
#171119
(23,17,25)
#110E13
(17,14,19)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #472949

#472949
(71,41,73)
#573C59
(87,60,89)
#674F69
(103,79,105)
#776279
(119,98,121)
#877589
(135,117,137)
#978899
(151,136,153)
#A79BA9
(167,155,169)
#B7AEB9
(183,174,185)
#C7C1C9
(199,193,201)
#D7D4D9
(215,212,217)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472949 color. Also use rgb(71,41,73) instead hex code.

Text Font Color

.myTextColor { color: #472949; }

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

This text font color is #472949.


Background Color

.myBgColor { background-color: #472949; }

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

This div background color is #472949.


Border color

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

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

This div border color is #472949.


Opacity

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

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

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

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

This text has shadow with #472949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472949 on black background.


Color preview on white background

This text has color #472949 on white background.



Black color preview on #472949 background

This text has black color on #472949 background.


White color preview on #472949 background

This text has white color on #472949 background.