COLOR #49302C

HEX: #49302C
RGB: (73,48,44)

Color info

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

RGB color model

#49302C color RGB value is (73,48,44).

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

RGB channels and saturation

R 73 of 255 = 29%
G 48 of 255 = 19%
B 44 of 255 = 17%

73
48
44

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

Portions of RGB colors in percentages

R + G + B =
73 + 48 + 44 = 165 (100%)
R 73 of 165 ~ 44.24%
G 48 of 165 ~ 29.09%
B 44 of 165 ~ 26.67%

%44.24
%29.09
%26.67

CMYK color model

#49302C color CMYK value is (0,34,40,71).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 39.73%
  • key color value is 71.37%
CMYK:
(0,34,40,71)
C0M34Y40K71 
(0%,34%,40%,71%)
(0.00/0.34/0.40/0.71)	

CMYK percentages

%0
%34.25
%39.73
%71.37

Codes

Color #49302C in popluar color models

49302C
RGB734844
HSL24.79%22.94%
HSB/HSV39.73%28.63%
CMYK0.00%34.25%39.73%
71.37%

Color #49302C in popluar number systems.

HEX49302C
Decimal734844
Binary1001001110000101100
Octal1116054

Shades and tints

Shades of #49302C

#49302C
(73,48,44)
#432C28
(67,44,40)
#3D2824
(61,40,36)
#372420
(55,36,32)
#31201C
(49,32,28)
#2B1C18
(43,28,24)
#251814
(37,24,20)
#1F1410
(31,20,16)
#19100C
(25,16,12)
#130C08
(19,12,8)
#0D0804
(13,8,4)
#000000
(0,0,0)

Tints of #49302C

#49302C
(73,48,44)
#59423F
(89,66,63)
#695452
(105,84,82)
#796665
(121,102,101)
#897878
(137,120,120)
#998A8B
(153,138,139)
#A99C9E
(169,156,158)
#B9AEB1
(185,174,177)
#C9C0C4
(201,192,196)
#D9D2D7
(217,210,215)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49302C; }

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

This text font color is #49302C.


Background Color

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

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

This div background color is #49302C.


Border color

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

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

This div border color is #49302C.


Opacity

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

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

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

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

This text has shadow with #49302C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49302C on black background.


Color preview on white background

This text has color #49302C on white background.



Black color preview on #49302C background

This text has black color on #49302C background.


White color preview on #49302C background

This text has white color on #49302C background.