COLOR #49443E

HEX: #49443E
RGB: (73,68,62)

Color info

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

RGB color model

#49443E color RGB value is (73,68,62).

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

RGB channels and saturation

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

73
68
62

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

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 62 = 203 (100%)
R 73 of 203 ~ 35.96%
G 68 of 203 ~ 33.5%
B 62 of 203 ~ 30.54%

%35.96
%33.5
%30.54

CMYK color model

#49443E color CMYK value is (0,7,15,71).

  • cyan value is 0.00%
  • magenta value is 6.85%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK:
(0,7,15,71)
C0M7Y15K71 
(0%,7%,15%,71%)
(0.00/0.07/0.15/0.71)	

CMYK percentages

%0
%6.85
%15.07
%71.37

Codes

Color #49443E in popluar color models

49443E
RGB736862
HSL33°8.15%26.47%
HSB/HSV33°15.07%28.63%
CMYK0.00%6.85%15.07%
71.37%

Color #49443E in popluar number systems.

HEX49443E
Decimal736862
Binary10010011000100111110
Octal11110476

Shades and tints

Shades of #49443E

#49443E
(73,68,62)
#433E39
(67,62,57)
#3D3834
(61,56,52)
#37322F
(55,50,47)
#312C2A
(49,44,42)
#2B2625
(43,38,37)
#252020
(37,32,32)
#1F1A1B
(31,26,27)
#191416
(25,20,22)
#130E11
(19,14,17)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #49443E

#49443E
(73,68,62)
#59554F
(89,85,79)
#696660
(105,102,96)
#797771
(121,119,113)
#898882
(137,136,130)
#999993
(153,153,147)
#A9AAA4
(169,170,164)
#B9BBB5
(185,187,181)
#C9CCC6
(201,204,198)
#D9DDD7
(217,221,215)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49443E; }

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

This text font color is #49443E.


Background Color

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

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

This div background color is #49443E.


Border color

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

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

This div border color is #49443E.


Opacity

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

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

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

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

This text has shadow with #49443E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49443E on black background.


Color preview on white background

This text has color #49443E on white background.



Black color preview on #49443E background

This text has black color on #49443E background.


White color preview on #49443E background

This text has white color on #49443E background.