COLOR #49500D

HEX: #49500D
RGB: (73,80,13)

Color info

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

RGB color model

#49500D color RGB value is (73,80,13).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 13 of 255 = 5%

73
80
13

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 13 = 166 (100%)
R 73 of 166 ~ 43.98%
G 80 of 166 ~ 48.19%
B 13 of 166 ~ 7.83%

%43.98
%48.19

CMYK color model

#49500D color CMYK value is (9,0,84,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 83.75%
  • key color value is 68.63%
CMYK:
(9,0,84,69)
C9M0Y84K69 
(9%,0%,84%,69%)
(0.09/0.00/0.84/0.69)	

CMYK percentages

%8.75
%0
%83.75
%68.63

Codes

Color #49500D in popluar color models

49500D
RGB738013
HSL66°72.04%18.24%
HSB/HSV66°83.75%31.37%
CMYK8.75%0.00%83.75%
68.63%

Color #49500D in popluar number systems.

HEX49500D
Decimal738013
Binary100100110100001101
Octal11112015

Shades and tints

Shades of #49500D

#49500D
(73,80,13)
#43490C
(67,73,12)
#3D420B
(61,66,11)
#373B0A
(55,59,10)
#313409
(49,52,9)
#2B2D08
(43,45,8)
#252607
(37,38,7)
#1F1F06
(31,31,6)
#191805
(25,24,5)
#131104
(19,17,4)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #49500D

#49500D
(73,80,13)
#595F23
(89,95,35)
#696E39
(105,110,57)
#797D4F
(121,125,79)
#898C65
(137,140,101)
#999B7B
(153,155,123)
#A9AA91
(169,170,145)
#B9B9A7
(185,185,167)
#C9C8BD
(201,200,189)
#D9D7D3
(217,215,211)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49500D; }

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

This text font color is #49500D.


Background Color

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

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

This div background color is #49500D.


Border color

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

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

This div border color is #49500D.


Opacity

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

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

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

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

This text has shadow with #49500D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49500D on black background.


Color preview on white background

This text has color #49500D on white background.



Black color preview on #49500D background

This text has black color on #49500D background.


White color preview on #49500D background

This text has white color on #49500D background.