COLOR #49401A

HEX: #49401A
RGB: (73,64,26)

Color info

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

RGB color model

#49401A color RGB value is (73,64,26).

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

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 26 of 255 = 10%

73
64
26

R + G + B ~ 21%. #49401A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 26 = 163 (100%)
R 73 of 163 ~ 44.79%
G 64 of 163 ~ 39.26%
B 26 of 163 ~ 15.95%

%44.79
%39.26
%15.95

CMYK color model

#49401A color CMYK value is (0,12,64,71).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 64.38%
  • key color value is 71.37%
CMYK:
(0,12,64,71)
C0M12Y64K71 
(0%,12%,64%,71%)
(0.00/0.12/0.64/0.71)	

CMYK percentages

%0
%12.33
%64.38
%71.37

Codes

Color #49401A in popluar color models

49401A
RGB736426
HSL49°47.47%19.41%
HSB/HSV49°64.38%28.63%
CMYK0.00%12.33%64.38%
71.37%

Color #49401A in popluar number systems.

HEX49401A
Decimal736426
Binary1001001100000011010
Octal11110032

Shades and tints

Shades of #49401A

#49401A
(73,64,26)
#433B18
(67,59,24)
#3D3616
(61,54,22)
#373114
(55,49,20)
#312C12
(49,44,18)
#2B2710
(43,39,16)
#25220E
(37,34,14)
#1F1D0C
(31,29,12)
#19180A
(25,24,10)
#131308
(19,19,8)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #49401A

#49401A
(73,64,26)
#59512E
(89,81,46)
#696242
(105,98,66)
#797356
(121,115,86)
#89846A
(137,132,106)
#99957E
(153,149,126)
#A9A692
(169,166,146)
#B9B7A6
(185,183,166)
#C9C8BA
(201,200,186)
#D9D9CE
(217,217,206)
#E9EAE2
(233,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49401A; }

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

This text font color is #49401A.


Background Color

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

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

This div background color is #49401A.


Border color

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

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

This div border color is #49401A.


Opacity

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

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

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

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

This text has shadow with #49401A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49401A on black background.


Color preview on white background

This text has color #49401A on white background.



Black color preview on #49401A background

This text has black color on #49401A background.


White color preview on #49401A background

This text has white color on #49401A background.