COLOR #49442B

HEX: #49442B
RGB: (73,68,43)

Color info

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

RGB color model

#49442B color RGB value is (73,68,43).

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

RGB channels and saturation

R 73 of 255 = 29%
G 68 of 255 = 27%
B 43 of 255 = 17%

73
68
43

R + G + B ~ 24%. #49442B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 43 = 184 (100%)
R 73 of 184 ~ 39.67%
G 68 of 184 ~ 36.96%
B 43 of 184 ~ 23.37%

%39.67
%36.96
%23.37

CMYK color model

#49442B color CMYK value is (0,7,41,71).

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 41.10%
  • key color value is 71.37%
CMYK:
(0,7,41,71)
C0M7Y41K71 
(0%,7%,41%,71%)
(0.00/0.07/0.41/0.71)	

CMYK percentages

%0
%6.85
%41.1
%71.37

Codes

Color #49442B in popluar color models

49442B
RGB736843
HSL50°25.86%22.75%
HSB/HSV50°41.10%28.63%
CMYK0.00%6.85%41.10%
71.37%

Color #49442B in popluar number systems.

HEX49442B
Decimal736843
Binary10010011000100101011
Octal11110453

Shades and tints

Shades of #49442B

#49442B
(73,68,43)
#433E28
(67,62,40)
#3D3825
(61,56,37)
#373222
(55,50,34)
#312C1F
(49,44,31)
#2B261C
(43,38,28)
#252019
(37,32,25)
#1F1A16
(31,26,22)
#191413
(25,20,19)
#130E10
(19,14,16)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #49442B

#49442B
(73,68,43)
#59553E
(89,85,62)
#696651
(105,102,81)
#797764
(121,119,100)
#898877
(137,136,119)
#99998A
(153,153,138)
#A9AA9D
(169,170,157)
#B9BBB0
(185,187,176)
#C9CCC3
(201,204,195)
#D9DDD6
(217,221,214)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49442B; }

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

This text font color is #49442B.


Background Color

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

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

This div background color is #49442B.


Border color

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

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

This div border color is #49442B.


Opacity

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

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

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

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

This text has shadow with #49442B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49442B on black background.


Color preview on white background

This text has color #49442B on white background.



Black color preview on #49442B background

This text has black color on #49442B background.


White color preview on #49442B background

This text has white color on #49442B background.