COLOR #47492F

HEX: #47492F
RGB: (71,73,47)

Color info

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

RGB color model

#47492F color RGB value is (71,73,47).

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

RGB channels and saturation

R 71 of 255 = 28%
G 73 of 255 = 29%
B 47 of 255 = 18%

71
73
47

R + G + B ~ 25%. #47492F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 73 + 47 = 191 (100%)
R 71 of 191 ~ 37.17%
G 73 of 191 ~ 38.22%
B 47 of 191 ~ 24.61%

%37.17
%38.22
%24.61

CMYK color model

#47492F color CMYK value is (3,0,36,71).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(3,0,36,71)
C3M0Y36K71 
(3%,0%,36%,71%)
(0.03/0.00/0.36/0.71)	

CMYK percentages

%2.74
%0
%35.62
%71.37

Codes

Color #47492F in popluar color models

47492F
RGB717347
HSL65°21.67%23.53%
HSB/HSV65°35.62%28.63%
CMYK2.74%0.00%35.62%
71.37%

Color #47492F in popluar number systems.

HEX47492F
Decimal717347
Binary10001111001001101111
Octal10711157

Shades and tints

Shades of #47492F

#47492F
(71,73,47)
#41432B
(65,67,43)
#3B3D27
(59,61,39)
#353723
(53,55,35)
#2F311F
(47,49,31)
#292B1B
(41,43,27)
#232517
(35,37,23)
#1D1F13
(29,31,19)
#17190F
(23,25,15)
#11130B
(17,19,11)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #47492F

#47492F
(71,73,47)
#575941
(87,89,65)
#676953
(103,105,83)
#777965
(119,121,101)
#878977
(135,137,119)
#979989
(151,153,137)
#A7A99B
(167,169,155)
#B7B9AD
(183,185,173)
#C7C9BF
(199,201,191)
#D7D9D1
(215,217,209)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47492F; }

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

This text font color is #47492F.


Background Color

.myBgColor { background-color: #47492F; }

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

This div background color is #47492F.


Border color

.myBorderColor { border: 1px solid #47492F; }

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

This div border color is #47492F.


Opacity

.myOpacity80 { color: #47492F; opacity: 0.8; }

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

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

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

This text has shadow with #47492F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47492F on black background.


Color preview on white background

This text has color #47492F on white background.



Black color preview on #47492F background

This text has black color on #47492F background.


White color preview on #47492F background

This text has white color on #47492F background.