COLOR #49481C

HEX: #49481C
RGB: (73,72,28)

Color info

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

RGB color model

#49481C color RGB value is (73,72,28).

  • red value is 73;
  • green value is 72;
  • blue value is 28.
RGB:
(73,72,28)
(29%,28%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 28 of 255 = 11%

73
72
28

R + G + B ~ 23%. #49481C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 28 = 173 (100%)
R 73 of 173 ~ 42.2%
G 72 of 173 ~ 41.62%
B 28 of 173 ~ 16.18%

%42.2
%41.62
%16.18

CMYK color model

#49481C color CMYK value is (0,1,62,71).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 61.64%
  • key color value is 71.37%
CMYK:
(0,1,62,71)
C0M1Y62K71 
(0%,1%,62%,71%)
(0.00/0.01/0.62/0.71)	

CMYK percentages

%0
%1.37
%61.64
%71.37

Codes

Color #49481C in popluar color models

49481C
RGB737228
HSL59°44.55%19.80%
HSB/HSV59°61.64%28.63%
CMYK0.00%1.37%61.64%
71.37%

Color #49481C in popluar number systems.

HEX49481C
Decimal737228
Binary1001001100100011100
Octal11111034

Shades and tints

Shades of #49481C

#49481C
(73,72,28)
#43421A
(67,66,26)
#3D3C18
(61,60,24)
#373616
(55,54,22)
#313014
(49,48,20)
#2B2A12
(43,42,18)
#252410
(37,36,16)
#1F1E0E
(31,30,14)
#19180C
(25,24,12)
#13120A
(19,18,10)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #49481C

#49481C
(73,72,28)
#595830
(89,88,48)
#696844
(105,104,68)
#797858
(121,120,88)
#89886C
(137,136,108)
#999880
(153,152,128)
#A9A894
(169,168,148)
#B9B8A8
(185,184,168)
#C9C8BC
(201,200,188)
#D9D8D0
(217,216,208)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49481C color. Also use rgb(73,72,28) instead hex code.

Text Font Color

.myTextColor { color: #49481C; }

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

This text font color is #49481C.


Background Color

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

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

This div background color is #49481C.


Border color

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

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

This div border color is #49481C.


Opacity

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

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

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

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

This text has shadow with #49481C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49481C on black background.


Color preview on white background

This text has color #49481C on white background.



Black color preview on #49481C background

This text has black color on #49481C background.


White color preview on #49481C background

This text has white color on #49481C background.