COLOR #49320A

HEX: #49320A
RGB: (73,50,10)

Color info

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

RGB color model

#49320A color RGB value is (73,50,10).

  • red value is 73;
  • green value is 50;
  • blue value is 10.
RGB:
(73,50,10)
(29%,20%,4%)

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 10 of 255 = 4%

73
50
10

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

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 10 = 133 (100%)
R 73 of 133 ~ 54.89%
G 50 of 133 ~ 37.59%
B 10 of 133 ~ 7.52%

%54.89
%37.59

CMYK color model

#49320A color CMYK value is (0,32,86,71).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 86.30%
  • key color value is 71.37%
CMYK:
(0,32,86,71)
C0M32Y86K71 
(0%,32%,86%,71%)
(0.00/0.32/0.86/0.71)	

CMYK percentages

%0
%31.51
%86.3
%71.37

Codes

Color #49320A in popluar color models

49320A
RGB735010
HSL38°75.90%16.27%
HSB/HSV38°86.30%28.63%
CMYK0.00%31.51%86.30%
71.37%

Color #49320A in popluar number systems.

HEX49320A
Decimal735010
Binary10010011100101010
Octal1116212

Shades and tints

Shades of #49320A

#49320A
(73,50,10)
#432E0A
(67,46,10)
#3D2A0A
(61,42,10)
#37260A
(55,38,10)
#31220A
(49,34,10)
#2B1E0A
(43,30,10)
#251A0A
(37,26,10)
#1F160A
(31,22,10)
#19120A
(25,18,10)
#130E0A
(19,14,10)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #49320A

#49320A
(73,50,10)
#594420
(89,68,32)
#695636
(105,86,54)
#79684C
(121,104,76)
#897A62
(137,122,98)
#998C78
(153,140,120)
#A99E8E
(169,158,142)
#B9B0A4
(185,176,164)
#C9C2BA
(201,194,186)
#D9D4D0
(217,212,208)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49320A color. Also use rgb(73,50,10) instead hex code.

Text Font Color

.myTextColor { color: #49320A; }

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

This text font color is #49320A.


Background Color

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

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

This div background color is #49320A.


Border color

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

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

This div border color is #49320A.


Opacity

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

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

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

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

This text has shadow with #49320A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49320A on black background.


Color preview on white background

This text has color #49320A on white background.



Black color preview on #49320A background

This text has black color on #49320A background.


White color preview on #49320A background

This text has white color on #49320A background.