COLOR #49343C

HEX: #49343C
RGB: (73,52,60)

Color info

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

RGB color model

#49343C color RGB value is (73,52,60).

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

RGB channels and saturation

R 73 of 255 = 29%
G 52 of 255 = 20%
B 60 of 255 = 24%

73
52
60

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

Portions of RGB colors in percentages

R + G + B =
73 + 52 + 60 = 185 (100%)
R 73 of 185 ~ 39.46%
G 52 of 185 ~ 28.11%
B 60 of 185 ~ 32.43%

%39.46
%28.11
%32.43

CMYK color model

#49343C color CMYK value is (0,29,18,71).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 17.81%
  • key color value is 71.37%
CMYK: (0,29,18,71) C0M29Y18K71 (0%,29%,18%,71%) (0.00/0.29/0.18/0.71)

CMYK percentages

%0
%28.77
%17.81
%71.37

Codes

Color #49343C in popluar color models

49343C
RGB735260
HSL337°16.80%24.51%
HSB/HSV337°28.77%28.63%
CMYK0.00%28.77%17.81%
71.37%

Color #49343C in popluar number systems.

HEX49343C
Decimal735260
Binary1001001110100111100
Octal1116474

Shades and tints

Shades of #49343C

#49343C
(73,52,60)
#433037
(67,48,55)
#3D2C32
(61,44,50)
#37282D
(55,40,45)
#312428
(49,36,40)
#2B2023
(43,32,35)
#251C1E
(37,28,30)
#1F1819
(31,24,25)
#191414
(25,20,20)
#13100F
(19,16,15)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #49343C

#49343C
(73,52,60)
#59464D
(89,70,77)
#69585E
(105,88,94)
#796A6F
(121,106,111)
#897C80
(137,124,128)
#998E91
(153,142,145)
#A9A0A2
(169,160,162)
#B9B2B3
(185,178,179)
#C9C4C4
(201,196,196)
#D9D6D5
(217,214,213)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49343C; }

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

This text font color is #49343C.


Background Color

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

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

This div background color is #49343C.


Border color

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

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

This div border color is #49343C.


Opacity

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

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

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

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

This text has shadow with #49343C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #49343C on black background.


Color preview on white background

This text has color #49343C on white background.



Black color preview on #49343C background

This text has black color on #49343C background.


White color preview on #49343C background

This text has white color on #49343C background.