COLOR #49480D

HEX: #49480D
RGB: (73,72,13)

Color info

#49480D contains mainly red and green colors. Web safe color of #49480D is #333300 (or #330).

RGB color model

#49480D color RGB value is (73,72,13).

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

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 13 of 255 = 5%

73
72
13

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 13 = 158 (100%)
R 73 of 158 ~ 46.2%
G 72 of 158 ~ 45.57%
B 13 of 158 ~ 8.23%

%46.2
%45.57

CMYK color model

#49480D color CMYK value is (0,1,82,71).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK:
(0,1,82,71)
C0M1Y82K71 
(0%,1%,82%,71%)
(0.00/0.01/0.82/0.71)	

CMYK percentages

%0
%1.37
%82.19
%71.37

Codes

Color #49480D in popluar color models

49480D
RGB737213
HSL59°69.77%16.86%
HSB/HSV59°82.19%28.63%
CMYK0.00%1.37%82.19%
71.37%

Color #49480D in popluar number systems.

HEX49480D
Decimal737213
Binary100100110010001101
Octal11111015

Shades and tints

Shades of #49480D

#49480D
(73,72,13)
#43420C
(67,66,12)
#3D3C0B
(61,60,11)
#37360A
(55,54,10)
#313009
(49,48,9)
#2B2A08
(43,42,8)
#252407
(37,36,7)
#1F1E06
(31,30,6)
#191805
(25,24,5)
#131204
(19,18,4)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #49480D

#49480D
(73,72,13)
#595823
(89,88,35)
#696839
(105,104,57)
#79784F
(121,120,79)
#898865
(137,136,101)
#99987B
(153,152,123)
#A9A891
(169,168,145)
#B9B8A7
(185,184,167)
#C9C8BD
(201,200,189)
#D9D8D3
(217,216,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49480D color. Also use rgb(73,72,13) instead hex code.

Text Font Color

.myTextColor { color: #49480D; }

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

This text font color is #49480D.


Background Color

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

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

This div background color is #49480D.


Border color

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

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

This div border color is #49480D.


Opacity

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

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

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

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

This text has shadow with #49480D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49480D on black background.


Color preview on white background

This text has color #49480D on white background.



Black color preview on #49480D background

This text has black color on #49480D background.


White color preview on #49480D background

This text has white color on #49480D background.