COLOR #49363B

HEX: #49363B
RGB: (73,54,59)

Color info

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

RGB color model

#49363B color RGB value is (73,54,59).

  • red value is 73;
  • green value is 54;
  • blue value is 59.
RGB:
(73,54,59)
(29%,21%,23%)

RGB channels and saturation

R 73 of 255 = 29%
G 54 of 255 = 21%
B 59 of 255 = 23%

73
54
59

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

Portions of RGB colors in percentages

R + G + B =
73 + 54 + 59 = 186 (100%)
R 73 of 186 ~ 39.25%
G 54 of 186 ~ 29.03%
B 59 of 186 ~ 31.72%

%39.25
%29.03
%31.72

CMYK color model

#49363B color CMYK value is (0,26,19,71).

  • cyan value is 0.00%
  • magenta value is 26.03%
  • yellow value is 19.18%
  • key color value is 71.37%
CMYK:
(0,26,19,71)
C0M26Y19K71 
(0%,26%,19%,71%)
(0.00/0.26/0.19/0.71)	

CMYK percentages

%0
%26.03
%19.18
%71.37

Codes

Color #49363B in popluar color models

49363B
RGB735459
HSL344°14.96%24.90%
HSB/HSV344°26.03%28.63%
CMYK0.00%26.03%19.18%
71.37%

Color #49363B in popluar number systems.

HEX49363B
Decimal735459
Binary1001001110110111011
Octal1116673

Shades and tints

Shades of #49363B

#49363B
(73,54,59)
#433236
(67,50,54)
#3D2E31
(61,46,49)
#372A2C
(55,42,44)
#312627
(49,38,39)
#2B2222
(43,34,34)
#251E1D
(37,30,29)
#1F1A18
(31,26,24)
#191613
(25,22,19)
#13120E
(19,18,14)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #49363B

#49363B
(73,54,59)
#59484C
(89,72,76)
#695A5D
(105,90,93)
#796C6E
(121,108,110)
#897E7F
(137,126,127)
#999090
(153,144,144)
#A9A2A1
(169,162,161)
#B9B4B2
(185,180,178)
#C9C6C3
(201,198,195)
#D9D8D4
(217,216,212)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49363B color. Also use rgb(73,54,59) instead hex code.

Text Font Color

.myTextColor { color: #49363B; }

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

This text font color is #49363B.


Background Color

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

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

This div background color is #49363B.


Border color

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

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

This div border color is #49363B.


Opacity

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

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

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

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

This text has shadow with #49363B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49363B on black background.


Color preview on white background

This text has color #49363B on white background.



Black color preview on #49363B background

This text has black color on #49363B background.


White color preview on #49363B background

This text has white color on #49363B background.