COLOR #49443D

HEX: #49443D
RGB: (73,68,61)

Color info

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

RGB color model

#49443D color RGB value is (73,68,61).

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

RGB channels and saturation

R 73 of 255 = 29%
G 68 of 255 = 27%
B 61 of 255 = 24%

73
68
61

R + G + B ~ 27%. #49443D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 61 = 202 (100%)
R 73 of 202 ~ 36.14%
G 68 of 202 ~ 33.66%
B 61 of 202 ~ 30.2%

%36.14
%33.66
%30.2

CMYK color model

#49443D color CMYK value is (0,7,16,71).

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(0,7,16,71)
C0M7Y16K71 
(0%,7%,16%,71%)
(0.00/0.07/0.16/0.71)	

CMYK percentages

%0
%6.85
%16.44
%71.37

Codes

Color #49443D in popluar color models

49443D
RGB736861
HSL35°8.96%26.27%
HSB/HSV35°16.44%28.63%
CMYK0.00%6.85%16.44%
71.37%

Color #49443D in popluar number systems.

HEX49443D
Decimal736861
Binary10010011000100111101
Octal11110475

Shades and tints

Shades of #49443D

#49443D
(73,68,61)
#433E38
(67,62,56)
#3D3833
(61,56,51)
#37322E
(55,50,46)
#312C29
(49,44,41)
#2B2624
(43,38,36)
#25201F
(37,32,31)
#1F1A1A
(31,26,26)
#191415
(25,20,21)
#130E10
(19,14,16)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #49443D

#49443D
(73,68,61)
#59554E
(89,85,78)
#69665F
(105,102,95)
#797770
(121,119,112)
#898881
(137,136,129)
#999992
(153,153,146)
#A9AAA3
(169,170,163)
#B9BBB4
(185,187,180)
#C9CCC5
(201,204,197)
#D9DDD6
(217,221,214)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49443D color. Also use rgb(73,68,61) instead hex code.

Text Font Color

.myTextColor { color: #49443D; }

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

This text font color is #49443D.


Background Color

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

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

This div background color is #49443D.


Border color

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

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

This div border color is #49443D.


Opacity

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

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

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

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

This text has shadow with #49443D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49443D on black background.


Color preview on white background

This text has color #49443D on white background.



Black color preview on #49443D background

This text has black color on #49443D background.


White color preview on #49443D background

This text has white color on #49443D background.