COLOR #47292D

HEX: #47292D
RGB: (71,41,45)

Color info

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

RGB color model

#47292D color RGB value is (71,41,45).

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

RGB channels and saturation

R 71 of 255 = 28%
G 41 of 255 = 16%
B 45 of 255 = 18%

71
41
45

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

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 45 = 157 (100%)
R 71 of 157 ~ 45.22%
G 41 of 157 ~ 26.11%
B 45 of 157 ~ 28.66%

%45.22
%26.11
%28.66

CMYK color model

#47292D color CMYK value is (0,42,37,72).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(0,42,37,72)
C0M42Y37K72 
(0%,42%,37%,72%)
(0.00/0.42/0.37/0.72)	

CMYK percentages

%0
%42.25
%36.62
%72.16

Codes

Color #47292D in popluar color models

47292D
RGB714145
HSL352°26.79%21.96%
HSB/HSV352°42.25%27.84%
CMYK0.00%42.25%36.62%
72.16%

Color #47292D in popluar number systems.

HEX47292D
Decimal714145
Binary1000111101001101101
Octal1075155

Shades and tints

Shades of #47292D

#47292D
(71,41,45)
#412629
(65,38,41)
#3B2325
(59,35,37)
#352021
(53,32,33)
#2F1D1D
(47,29,29)
#291A19
(41,26,25)
#231715
(35,23,21)
#1D1411
(29,20,17)
#17110D
(23,17,13)
#110E09
(17,14,9)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #47292D

#47292D
(71,41,45)
#573C40
(87,60,64)
#674F53
(103,79,83)
#776266
(119,98,102)
#877579
(135,117,121)
#97888C
(151,136,140)
#A79B9F
(167,155,159)
#B7AEB2
(183,174,178)
#C7C1C5
(199,193,197)
#D7D4D8
(215,212,216)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47292D; }

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

This text font color is #47292D.


Background Color

.myBgColor { background-color: #47292D; }

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

This div background color is #47292D.


Border color

.myBorderColor { border: 1px solid #47292D; }

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

This div border color is #47292D.


Opacity

.myOpacity80 { color: #47292D; opacity: 0.8; }

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

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

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

This text has shadow with #47292D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47292D on black background.


Color preview on white background

This text has color #47292D on white background.



Black color preview on #47292D background

This text has black color on #47292D background.


White color preview on #47292D background

This text has white color on #47292D background.