COLOR #49542B

HEX: #49542B
RGB: (73,84,43)

Color info

#49542B contains red, green and blue colors in about the same proportion. Web safe color of #49542B is #336633 (or #363).

RGB color model

#49542B color RGB value is (73,84,43).

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

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 43 of 255 = 17%

73
84
43

R + G + B ~ 26%. #49542B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 43 = 200 (100%)
R 73 of 200 ~ 36.5%
G 84 of 200 ~ 42%
B 43 of 200 ~ 21.5%

%36.5
%42
%21.5

CMYK color model

#49542B color CMYK value is (13,0,49,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 48.81%
  • key color value is 67.06%
CMYK:
(13,0,49,67)
C13M0Y49K67 
(13%,0%,49%,67%)
(0.13/0.00/0.49/0.67)	

CMYK percentages

%13.1
%0
%48.81
%67.06

Codes

Color #49542B in popluar color models

49542B
RGB738443
HSL76°32.28%24.90%
HSB/HSV76°48.81%32.94%
CMYK13.10%0.00%48.81%
67.06%

Color #49542B in popluar number systems.

HEX49542B
Decimal738443
Binary10010011010100101011
Octal11112453

Shades and tints

Shades of #49542B

#49542B
(73,84,43)
#434D28
(67,77,40)
#3D4625
(61,70,37)
#373F22
(55,63,34)
#31381F
(49,56,31)
#2B311C
(43,49,28)
#252A19
(37,42,25)
#1F2316
(31,35,22)
#191C13
(25,28,19)
#131510
(19,21,16)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #49542B

#49542B
(73,84,43)
#59633E
(89,99,62)
#697251
(105,114,81)
#798164
(121,129,100)
#899077
(137,144,119)
#999F8A
(153,159,138)
#A9AE9D
(169,174,157)
#B9BDB0
(185,189,176)
#C9CCC3
(201,204,195)
#D9DBD6
(217,219,214)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49542B; }

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

This text font color is #49542B.


Background Color

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

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

This div background color is #49542B.


Border color

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

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

This div border color is #49542B.


Opacity

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

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

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

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

This text has shadow with #49542B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49542B on black background.


Color preview on white background

This text has color #49542B on white background.



Black color preview on #49542B background

This text has black color on #49542B background.


White color preview on #49542B background

This text has white color on #49542B background.