COLOR #49471A

HEX: #49471A
RGB: (73,71,26)

Color info

#49471A contains red, green and blue colors in about the same proportion. Web safe color of #49471A is #333300 (or #330).

RGB color model

#49471A color RGB value is (73,71,26).

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

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 26 of 255 = 10%

73
71
26

R + G + B ~ 22%. #49471A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 26 = 170 (100%)
R 73 of 170 ~ 42.94%
G 71 of 170 ~ 41.76%
B 26 of 170 ~ 15.29%

%42.94
%41.76
%15.29

CMYK color model

#49471A color CMYK value is (0,3,64,71).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 64.38%
  • key color value is 71.37%
CMYK:
(0,3,64,71)
C0M3Y64K71 
(0%,3%,64%,71%)
(0.00/0.03/0.64/0.71)	

CMYK percentages

%0
%2.74
%64.38
%71.37

Codes

Color #49471A in popluar color models

49471A
RGB737126
HSL57°47.47%19.41%
HSB/HSV57°64.38%28.63%
CMYK0.00%2.74%64.38%
71.37%

Color #49471A in popluar number systems.

HEX49471A
Decimal737126
Binary1001001100011111010
Octal11110732

Shades and tints

Shades of #49471A

#49471A
(73,71,26)
#434118
(67,65,24)
#3D3B16
(61,59,22)
#373514
(55,53,20)
#312F12
(49,47,18)
#2B2910
(43,41,16)
#25230E
(37,35,14)
#1F1D0C
(31,29,12)
#19170A
(25,23,10)
#131108
(19,17,8)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #49471A

#49471A
(73,71,26)
#59572E
(89,87,46)
#696742
(105,103,66)
#797756
(121,119,86)
#89876A
(137,135,106)
#99977E
(153,151,126)
#A9A792
(169,167,146)
#B9B7A6
(185,183,166)
#C9C7BA
(201,199,186)
#D9D7CE
(217,215,206)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49471A; }

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

This text font color is #49471A.


Background Color

.myBgColor { background-color: #49471A; }

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

This div background color is #49471A.


Border color

.myBorderColor { border: 1px solid #49471A; }

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

This div border color is #49471A.


Opacity

.myOpacity80 { color: #49471A; opacity: 0.8; }

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

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

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

This text has shadow with #49471A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49471A on black background.


Color preview on white background

This text has color #49471A on white background.



Black color preview on #49471A background

This text has black color on #49471A background.


White color preview on #49471A background

This text has white color on #49471A background.