COLOR #49540B

HEX: #49540B
RGB: (73,84,11)

Color info

#49540B contains mainly red and green colors. Web safe color of #49540B is #336600 (or #360).

RGB color model

#49540B color RGB value is (73,84,11).

  • red value is 73;
  • green value is 84;
  • blue value is 11.
RGB:
(73,84,11)
(29%,33%,4%)

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 11 of 255 = 4%

73
84
11

R + G + B ~ 22%. #49540B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 11 = 168 (100%)
R 73 of 168 ~ 43.45%
G 84 of 168 ~ 50%
B 11 of 168 ~ 6.55%

%43.45
%50

CMYK color model

#49540B color CMYK value is (13,0,87,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 86.90%
  • key color value is 67.06%
CMYK:
(13,0,87,67)
C13M0Y87K67 
(13%,0%,87%,67%)
(0.13/0.00/0.87/0.67)	

CMYK percentages

%13.1
%0
%86.9
%67.06

Codes

Color #49540B in popluar color models

49540B
RGB738411
HSL69°76.84%18.63%
HSB/HSV69°86.90%32.94%
CMYK13.10%0.00%86.90%
67.06%

Color #49540B in popluar number systems.

HEX49540B
Decimal738411
Binary100100110101001011
Octal11112413

Shades and tints

Shades of #49540B

#49540B
(73,84,11)
#434D0A
(67,77,10)
#3D4609
(61,70,9)
#373F08
(55,63,8)
#313807
(49,56,7)
#2B3106
(43,49,6)
#252A05
(37,42,5)
#1F2304
(31,35,4)
#191C03
(25,28,3)
#131502
(19,21,2)
#0D0E01
(13,14,1)
#000000
(0,0,0)

Tints of #49540B

#49540B
(73,84,11)
#596321
(89,99,33)
#697237
(105,114,55)
#79814D
(121,129,77)
#899063
(137,144,99)
#999F79
(153,159,121)
#A9AE8F
(169,174,143)
#B9BDA5
(185,189,165)
#C9CCBB
(201,204,187)
#D9DBD1
(217,219,209)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49540B color. Also use rgb(73,84,11) instead hex code.

Text Font Color

.myTextColor { color: #49540B; }

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

This text font color is #49540B.


Background Color

.myBgColor { background-color: #49540B; }

<div style="background-color:#49540B">Inner text</div>

This div background color is #49540B.


Border color

.myBorderColor { border: 1px solid #49540B; }

<div style="border:3px solid #49540B">Div</div>

This div border color is #49540B.


Opacity

.myOpacity80 { color: #49540B; opacity: 0.8; }

<p style="color:#49540B;opacity:0.8;">80%</p>

Text with #49540B 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 #49540B;}

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

This text has shadow with #49540B color.

.textShadow {text-shadow: 3px 3px 1px #49540B, 3px 3px 1px red;}

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

This text has shadow with #49540B primary color and red secondary color.


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

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

This text has shadow with #49540B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49540B on black background.


Color preview on white background

This text has color #49540B on white background.



Black color preview on #49540B background

This text has black color on #49540B background.


White color preview on #49540B background

This text has white color on #49540B background.