COLOR #49410E

HEX: #49410E
RGB: (73,65,14)

Color info

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

RGB color model

#49410E color RGB value is (73,65,14).

  • red value is 73;
  • green value is 65;
  • blue value is 14.
RGB:
(73,65,14)
(29%,25%,5%)

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 14 of 255 = 5%

73
65
14

R + G + B ~ 20%. #49410E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 14 = 152 (100%)
R 73 of 152 ~ 48.03%
G 65 of 152 ~ 42.76%
B 14 of 152 ~ 9.21%

%48.03
%42.76

CMYK color model

#49410E color CMYK value is (0,11,81,71).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 80.82%
  • key color value is 71.37%
CMYK:
(0,11,81,71)
C0M11Y81K71 
(0%,11%,81%,71%)
(0.00/0.11/0.81/0.71)	

CMYK percentages

%0
%10.96
%80.82
%71.37

Codes

Color #49410E in popluar color models

49410E
RGB736514
HSL52°67.82%17.06%
HSB/HSV52°80.82%28.63%
CMYK0.00%10.96%80.82%
71.37%

Color #49410E in popluar number systems.

HEX49410E
Decimal736514
Binary100100110000011110
Octal11110116

Shades and tints

Shades of #49410E

#49410E
(73,65,14)
#433C0D
(67,60,13)
#3D370C
(61,55,12)
#37320B
(55,50,11)
#312D0A
(49,45,10)
#2B2809
(43,40,9)
#252308
(37,35,8)
#1F1E07
(31,30,7)
#191906
(25,25,6)
#131405
(19,20,5)
#0D0F04
(13,15,4)
#000000
(0,0,0)

Tints of #49410E

#49410E
(73,65,14)
#595223
(89,82,35)
#696338
(105,99,56)
#79744D
(121,116,77)
#898562
(137,133,98)
#999677
(153,150,119)
#A9A78C
(169,167,140)
#B9B8A1
(185,184,161)
#C9C9B6
(201,201,182)
#D9DACB
(217,218,203)
#E9EBE0
(233,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49410E color. Also use rgb(73,65,14) instead hex code.

Text Font Color

.myTextColor { color: #49410E; }

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

This text font color is #49410E.


Background Color

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

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

This div background color is #49410E.


Border color

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

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

This div border color is #49410E.


Opacity

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

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

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

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

This text has shadow with #49410E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49410E on black background.


Color preview on white background

This text has color #49410E on white background.



Black color preview on #49410E background

This text has black color on #49410E background.


White color preview on #49410E background

This text has white color on #49410E background.