COLOR #49380D

HEX: #49380D
RGB: (73,56,13)

Color info

#49380D contains mainly red and green colors. Web safe color of #49380D is #333300 (or #330).

RGB color model

#49380D color RGB value is (73,56,13).

  • red value is 73;
  • green value is 56;
  • blue value is 13.
RGB:
(73,56,13)
(29%,22%,5%)

RGB channels and saturation

R 73 of 255 = 29%
G 56 of 255 = 22%
B 13 of 255 = 5%

73
56
13

R + G + B ~ 19%. #49380D is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 56 + 13 = 142 (100%)
R 73 of 142 ~ 51.41%
G 56 of 142 ~ 39.44%
B 13 of 142 ~ 9.15%

%51.41
%39.44

CMYK color model

#49380D color CMYK value is (0,23,82,71).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK:
(0,23,82,71)
C0M23Y82K71 
(0%,23%,82%,71%)
(0.00/0.23/0.82/0.71)	

CMYK percentages

%0
%23.29
%82.19
%71.37

Codes

Color #49380D in popluar color models

49380D
RGB735613
HSL43°69.77%16.86%
HSB/HSV43°82.19%28.63%
CMYK0.00%23.29%82.19%
71.37%

Color #49380D in popluar number systems.

HEX49380D
Decimal735613
Binary10010011110001101
Octal1117015

Shades and tints

Shades of #49380D

#49380D
(73,56,13)
#43330C
(67,51,12)
#3D2E0B
(61,46,11)
#37290A
(55,41,10)
#312409
(49,36,9)
#2B1F08
(43,31,8)
#251A07
(37,26,7)
#1F1506
(31,21,6)
#191005
(25,16,5)
#130B04
(19,11,4)
#0D0603
(13,6,3)
#000000
(0,0,0)

Tints of #49380D

#49380D
(73,56,13)
#594A23
(89,74,35)
#695C39
(105,92,57)
#796E4F
(121,110,79)
#898065
(137,128,101)
#99927B
(153,146,123)
#A9A491
(169,164,145)
#B9B6A7
(185,182,167)
#C9C8BD
(201,200,189)
#D9DAD3
(217,218,211)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49380D color. Also use rgb(73,56,13) instead hex code.

Text Font Color

.myTextColor { color: #49380D; }

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

This text font color is #49380D.


Background Color

.myBgColor { background-color: #49380D; }

<div style="background-color:#49380D">Inner text</div>

This div background color is #49380D.


Border color

.myBorderColor { border: 1px solid #49380D; }

<div style="border:3px solid #49380D">Div</div>

This div border color is #49380D.


Opacity

.myOpacity80 { color: #49380D; opacity: 0.8; }

<p style="color:#49380D;opacity:0.8;">80%</p>

Text with #49380D 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 #49380D;}

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

This text has shadow with #49380D color.

.textShadow {text-shadow: 3px 3px 1px #49380D, 3px 3px 1px red;}

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

This text has shadow with #49380D primary color and red secondary color.


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

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

This text has shadow with #49380D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49380D on black background.


Color preview on white background

This text has color #49380D on white background.



Black color preview on #49380D background

This text has black color on #49380D background.


White color preview on #49380D background

This text has white color on #49380D background.