COLOR #49130E

HEX: #49130E
RGB: (73,19,14)

Color info

#49130E contains red, green and blue colors in about the same proportion. Web safe color of #49130E is #330000 (or #300).

RGB color model

#49130E color RGB value is (73,19,14).

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

RGB channels and saturation

R 73 of 255 = 29%
G 19 of 255 = 7%
B 14 of 255 = 5%

73
19
14

R + G + B ~ 14%. #49130E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 19 + 14 = 106 (100%)
R 73 of 106 ~ 68.87%
G 19 of 106 ~ 17.92%
B 14 of 106 ~ 13.21%

%68.87
%17.92
%13.21

CMYK color model

#49130E color CMYK value is (0,74,81,71).

  • cyan value is 0.00%
  • magenta value is 73.97%
  • yellow value is 80.82%
  • key color value is 71.37%
CMYK:
(0,74,81,71)
C0M74Y81K71 
(0%,74%,81%,71%)
(0.00/0.74/0.81/0.71)	

CMYK percentages

%0
%73.97
%80.82
%71.37

Codes

Color #49130E in popluar color models

49130E
RGB731914
HSL67.82%17.06%
HSB/HSV80.82%28.63%
CMYK0.00%73.97%80.82%
71.37%

Color #49130E in popluar number systems.

HEX49130E
Decimal731914
Binary1001001100111110
Octal1112316

Shades and tints

Shades of #49130E

#49130E
(73,19,14)
#43120D
(67,18,13)
#3D110C
(61,17,12)
#37100B
(55,16,11)
#310F0A
(49,15,10)
#2B0E09
(43,14,9)
#250D08
(37,13,8)
#1F0C07
(31,12,7)
#190B06
(25,11,6)
#130A05
(19,10,5)
#0D0904
(13,9,4)
#000000
(0,0,0)

Tints of #49130E

#49130E
(73,19,14)
#592823
(89,40,35)
#693D38
(105,61,56)
#79524D
(121,82,77)
#896762
(137,103,98)
#997C77
(153,124,119)
#A9918C
(169,145,140)
#B9A6A1
(185,166,161)
#C9BBB6
(201,187,182)
#D9D0CB
(217,208,203)
#E9E5E0
(233,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49130E; }

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

This text font color is #49130E.


Background Color

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

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

This div background color is #49130E.


Border color

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

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

This div border color is #49130E.


Opacity

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

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

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

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

This text has shadow with #49130E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49130E on black background.


Color preview on white background

This text has color #49130E on white background.



Black color preview on #49130E background

This text has black color on #49130E background.


White color preview on #49130E background

This text has white color on #49130E background.