COLOR #49302E

HEX: #49302E
RGB: (73,48,46)

Color info

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

RGB color model

#49302E color RGB value is (73,48,46).

  • red value is 73;
  • green value is 48;
  • blue value is 46.
RGB:
(73,48,46)
(29%,19%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 48 of 255 = 19%
B 46 of 255 = 18%

73
48
46

R + G + B ~ 22%. #49302E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 48 + 46 = 167 (100%)
R 73 of 167 ~ 43.71%
G 48 of 167 ~ 28.74%
B 46 of 167 ~ 27.54%

%43.71
%28.74
%27.54

CMYK color model

#49302E color CMYK value is (0,34,37,71).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK:
(0,34,37,71)
C0M34Y37K71 
(0%,34%,37%,71%)
(0.00/0.34/0.37/0.71)	

CMYK percentages

%0
%34.25
%36.99
%71.37

Codes

Color #49302E in popluar color models

49302E
RGB734846
HSL22.69%23.33%
HSB/HSV36.99%28.63%
CMYK0.00%34.25%36.99%
71.37%

Color #49302E in popluar number systems.

HEX49302E
Decimal734846
Binary1001001110000101110
Octal1116056

Shades and tints

Shades of #49302E

#49302E
(73,48,46)
#432C2A
(67,44,42)
#3D2826
(61,40,38)
#372422
(55,36,34)
#31201E
(49,32,30)
#2B1C1A
(43,28,26)
#251816
(37,24,22)
#1F1412
(31,20,18)
#19100E
(25,16,14)
#130C0A
(19,12,10)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #49302E

#49302E
(73,48,46)
#594241
(89,66,65)
#695454
(105,84,84)
#796667
(121,102,103)
#89787A
(137,120,122)
#998A8D
(153,138,141)
#A99CA0
(169,156,160)
#B9AEB3
(185,174,179)
#C9C0C6
(201,192,198)
#D9D2D9
(217,210,217)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49302E color. Also use rgb(73,48,46) instead hex code.

Text Font Color

.myTextColor { color: #49302E; }

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

This text font color is #49302E.


Background Color

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

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

This div background color is #49302E.


Border color

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

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

This div border color is #49302E.


Opacity

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

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

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

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

This text has shadow with #49302E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49302E on black background.


Color preview on white background

This text has color #49302E on white background.



Black color preview on #49302E background

This text has black color on #49302E background.


White color preview on #49302E background

This text has white color on #49302E background.