COLOR #49291A

HEX: #49291A
RGB: (73,41,26)

Color info

#49291A contains red, green and blue colors in about the same proportion. Web safe color of #49291A is #333300 (or #330).

RGB color model

#49291A color RGB value is (73,41,26).

  • red value is 73;
  • green value is 41;
  • blue value is 26.
RGB:
(73,41,26)
(29%,16%,10%)

RGB channels and saturation

R 73 of 255 = 29%
G 41 of 255 = 16%
B 26 of 255 = 10%

73
41
26

R + G + B ~ 18%. #49291A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 41 + 26 = 140 (100%)
R 73 of 140 ~ 52.14%
G 41 of 140 ~ 29.29%
B 26 of 140 ~ 18.57%

%52.14
%29.29
%18.57

CMYK color model

#49291A color CMYK value is (0,44,64,71).

  • cyan value is 0.00%
  • magenta value is 43.84%
  • yellow value is 64.38%
  • key color value is 71.37%
CMYK:
(0,44,64,71)
C0M44Y64K71 
(0%,44%,64%,71%)
(0.00/0.44/0.64/0.71)	

CMYK percentages

%0
%43.84
%64.38
%71.37

Codes

Color #49291A in popluar color models

49291A
RGB734126
HSL19°47.47%19.41%
HSB/HSV19°64.38%28.63%
CMYK0.00%43.84%64.38%
71.37%

Color #49291A in popluar number systems.

HEX49291A
Decimal734126
Binary100100110100111010
Octal1115132

Shades and tints

Shades of #49291A

#49291A
(73,41,26)
#432618
(67,38,24)
#3D2316
(61,35,22)
#372014
(55,32,20)
#311D12
(49,29,18)
#2B1A10
(43,26,16)
#25170E
(37,23,14)
#1F140C
(31,20,12)
#19110A
(25,17,10)
#130E08
(19,14,8)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #49291A

#49291A
(73,41,26)
#593C2E
(89,60,46)
#694F42
(105,79,66)
#796256
(121,98,86)
#89756A
(137,117,106)
#99887E
(153,136,126)
#A99B92
(169,155,146)
#B9AEA6
(185,174,166)
#C9C1BA
(201,193,186)
#D9D4CE
(217,212,206)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49291A color. Also use rgb(73,41,26) instead hex code.

Text Font Color

.myTextColor { color: #49291A; }

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

This text font color is #49291A.


Background Color

.myBgColor { background-color: #49291A; }

<div style="background-color:#49291A">Inner text</div>

This div background color is #49291A.


Border color

.myBorderColor { border: 1px solid #49291A; }

<div style="border:3px solid #49291A">Div</div>

This div border color is #49291A.


Opacity

.myOpacity80 { color: #49291A; opacity: 0.8; }

<p style="color:#49291A;opacity:0.8;">80%</p>

Text with #49291A 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 #49291A;}

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

This text has shadow with #49291A color.

.textShadow {text-shadow: 3px 3px 1px #49291A, 3px 3px 1px red;}

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

This text has shadow with #49291A primary color and red secondary color.


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

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

This text has shadow with #49291A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49291A on black background.


Color preview on white background

This text has color #49291A on white background.



Black color preview on #49291A background

This text has black color on #49291A background.


White color preview on #49291A background

This text has white color on #49291A background.