COLOR #49363C

HEX: #49363C
RGB: (73,54,60)

Color info

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

RGB color model

#49363C color RGB value is (73,54,60).

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

RGB channels and saturation

R 73 of 255 = 29%
G 54 of 255 = 21%
B 60 of 255 = 24%

73
54
60

R + G + B ~ 25%. #49363C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 54 + 60 = 187 (100%)
R 73 of 187 ~ 39.04%
G 54 of 187 ~ 28.88%
B 60 of 187 ~ 32.09%

%39.04
%28.88
%32.09

CMYK color model

#49363C color CMYK value is (0,26,18,71).

  • cyan value is 0.00%
  • magenta value is 26.03%
  • yellow value is 17.81%
  • key color value is 71.37%
CMYK:
(0,26,18,71)
C0M26Y18K71 
(0%,26%,18%,71%)
(0.00/0.26/0.18/0.71)	

CMYK percentages

%0
%26.03
%17.81
%71.37

Codes

Color #49363C in popluar color models

49363C
RGB735460
HSL341°14.96%24.90%
HSB/HSV341°26.03%28.63%
CMYK0.00%26.03%17.81%
71.37%

Color #49363C in popluar number systems.

HEX49363C
Decimal735460
Binary1001001110110111100
Octal1116674

Shades and tints

Shades of #49363C

#49363C
(73,54,60)
#433237
(67,50,55)
#3D2E32
(61,46,50)
#372A2D
(55,42,45)
#312628
(49,38,40)
#2B2223
(43,34,35)
#251E1E
(37,30,30)
#1F1A19
(31,26,25)
#191614
(25,22,20)
#13120F
(19,18,15)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #49363C

#49363C
(73,54,60)
#59484D
(89,72,77)
#695A5E
(105,90,94)
#796C6F
(121,108,111)
#897E80
(137,126,128)
#999091
(153,144,145)
#A9A2A2
(169,162,162)
#B9B4B3
(185,180,179)
#C9C6C4
(201,198,196)
#D9D8D5
(217,216,213)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49363C; }

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

This text font color is #49363C.


Background Color

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

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

This div background color is #49363C.


Border color

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

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

This div border color is #49363C.


Opacity

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

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

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

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

This text has shadow with #49363C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49363C on black background.


Color preview on white background

This text has color #49363C on white background.



Black color preview on #49363C background

This text has black color on #49363C background.


White color preview on #49363C background

This text has white color on #49363C background.