COLOR #47292C

HEX: #47292C
RGB: (71,41,44)

Color info

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

RGB color model

#47292C color RGB value is (71,41,44).

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

RGB channels and saturation

R 71 of 255 = 28%
G 41 of 255 = 16%
B 44 of 255 = 17%

71
41
44

R + G + B ~ 20%. #47292C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 44 = 156 (100%)
R 71 of 156 ~ 45.51%
G 41 of 156 ~ 26.28%
B 44 of 156 ~ 28.21%

%45.51
%26.28
%28.21

CMYK color model

#47292C color CMYK value is (0,42,38,72).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(0,42,38,72)
C0M42Y38K72 
(0%,42%,38%,72%)
(0.00/0.42/0.38/0.72)	

CMYK percentages

%0
%42.25
%38.03
%72.16

Codes

Color #47292C in popluar color models

47292C
RGB714144
HSL354°26.79%21.96%
HSB/HSV354°42.25%27.84%
CMYK0.00%42.25%38.03%
72.16%

Color #47292C in popluar number systems.

HEX47292C
Decimal714144
Binary1000111101001101100
Octal1075154

Shades and tints

Shades of #47292C

#47292C
(71,41,44)
#412628
(65,38,40)
#3B2324
(59,35,36)
#352020
(53,32,32)
#2F1D1C
(47,29,28)
#291A18
(41,26,24)
#231714
(35,23,20)
#1D1410
(29,20,16)
#17110C
(23,17,12)
#110E08
(17,14,8)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #47292C

#47292C
(71,41,44)
#573C3F
(87,60,63)
#674F52
(103,79,82)
#776265
(119,98,101)
#877578
(135,117,120)
#97888B
(151,136,139)
#A79B9E
(167,155,158)
#B7AEB1
(183,174,177)
#C7C1C4
(199,193,196)
#D7D4D7
(215,212,215)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47292C; }

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

This text font color is #47292C.


Background Color

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

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

This div background color is #47292C.


Border color

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

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

This div border color is #47292C.


Opacity

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

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

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

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

This text has shadow with #47292C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47292C on black background.


Color preview on white background

This text has color #47292C on white background.



Black color preview on #47292C background

This text has black color on #47292C background.


White color preview on #47292C background

This text has white color on #47292C background.