COLOR #49330A

HEX: #49330A
RGB: (73,51,10)

Color info

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

RGB color model

#49330A color RGB value is (73,51,10).

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

RGB channels and saturation

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

73
51
10

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

Portions of RGB colors in percentages

R + G + B =
73 + 51 + 10 = 134 (100%)
R 73 of 134 ~ 54.48%
G 51 of 134 ~ 38.06%
B 10 of 134 ~ 7.46%

%54.48
%38.06

CMYK color model

#49330A color CMYK value is (0,30,86,71).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 86.30%
  • key color value is 71.37%
CMYK:
(0,30,86,71)
C0M30Y86K71 
(0%,30%,86%,71%)
(0.00/0.30/0.86/0.71)	

CMYK percentages

%0
%30.14
%86.3
%71.37

Codes

Color #49330A in popluar color models

49330A
RGB735110
HSL39°75.90%16.27%
HSB/HSV39°86.30%28.63%
CMYK0.00%30.14%86.30%
71.37%

Color #49330A in popluar number systems.

HEX49330A
Decimal735110
Binary10010011100111010
Octal1116312

Shades and tints

Shades of #49330A

#49330A
(73,51,10)
#432F0A
(67,47,10)
#3D2B0A
(61,43,10)
#37270A
(55,39,10)
#31230A
(49,35,10)
#2B1F0A
(43,31,10)
#251B0A
(37,27,10)
#1F170A
(31,23,10)
#19130A
(25,19,10)
#130F0A
(19,15,10)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #49330A

#49330A
(73,51,10)
#594520
(89,69,32)
#695736
(105,87,54)
#79694C
(121,105,76)
#897B62
(137,123,98)
#998D78
(153,141,120)
#A99F8E
(169,159,142)
#B9B1A4
(185,177,164)
#C9C3BA
(201,195,186)
#D9D5D0
(217,213,208)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49330A; }

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

This text font color is #49330A.


Background Color

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

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

This div background color is #49330A.


Border color

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

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

This div border color is #49330A.


Opacity

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

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

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

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

This text has shadow with #49330A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49330A on black background.


Color preview on white background

This text has color #49330A on white background.



Black color preview on #49330A background

This text has black color on #49330A background.


White color preview on #49330A background

This text has white color on #49330A background.