COLOR #49482B

HEX: #49482B
RGB: (73,72,43)

Color info

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

RGB color model

#49482B color RGB value is (73,72,43).

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

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 43 of 255 = 17%

73
72
43

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 43 = 188 (100%)
R 73 of 188 ~ 38.83%
G 72 of 188 ~ 38.3%
B 43 of 188 ~ 22.87%

%38.83
%38.3
%22.87

CMYK color model

#49482B color CMYK value is (0,1,41,71).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 41.10%
  • key color value is 71.37%
CMYK:
(0,1,41,71)
C0M1Y41K71 
(0%,1%,41%,71%)
(0.00/0.01/0.41/0.71)	

CMYK percentages

%0
%1.37
%41.1
%71.37

Codes

Color #49482B in popluar color models

49482B
RGB737243
HSL58°25.86%22.75%
HSB/HSV58°41.10%28.63%
CMYK0.00%1.37%41.10%
71.37%

Color #49482B in popluar number systems.

HEX49482B
Decimal737243
Binary10010011001000101011
Octal11111053

Shades and tints

Shades of #49482B

#49482B
(73,72,43)
#434228
(67,66,40)
#3D3C25
(61,60,37)
#373622
(55,54,34)
#31301F
(49,48,31)
#2B2A1C
(43,42,28)
#252419
(37,36,25)
#1F1E16
(31,30,22)
#191813
(25,24,19)
#131210
(19,18,16)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #49482B

#49482B
(73,72,43)
#59583E
(89,88,62)
#696851
(105,104,81)
#797864
(121,120,100)
#898877
(137,136,119)
#99988A
(153,152,138)
#A9A89D
(169,168,157)
#B9B8B0
(185,184,176)
#C9C8C3
(201,200,195)
#D9D8D6
(217,216,214)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49482B color. Also use rgb(73,72,43) instead hex code.

Text Font Color

.myTextColor { color: #49482B; }

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

This text font color is #49482B.


Background Color

.myBgColor { background-color: #49482B; }

<div style="background-color:#49482B">Inner text</div>

This div background color is #49482B.


Border color

.myBorderColor { border: 1px solid #49482B; }

<div style="border:3px solid #49482B">Div</div>

This div border color is #49482B.


Opacity

.myOpacity80 { color: #49482B; opacity: 0.8; }

<p style="color:#49482B;opacity:0.8;">80%</p>

Text with #49482B 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 #49482B;}

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

This text has shadow with #49482B color.

.textShadow {text-shadow: 3px 3px 1px #49482B, 3px 3px 1px red;}

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

This text has shadow with #49482B primary color and red secondary color.


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

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

This text has shadow with #49482B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49482B on black background.


Color preview on white background

This text has color #49482B on white background.



Black color preview on #49482B background

This text has black color on #49482B background.


White color preview on #49482B background

This text has white color on #49482B background.