COLOR #49550D

HEX: #49550D
RGB: (73,85,13)

Color info

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

RGB color model

#49550D color RGB value is (73,85,13).

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

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 13 of 255 = 5%

73
85
13

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

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 13 = 171 (100%)
R 73 of 171 ~ 42.69%
G 85 of 171 ~ 49.71%
B 13 of 171 ~ 7.6%

%42.69
%49.71

CMYK color model

#49550D color CMYK value is (14,0,85,67).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 84.71%
  • key color value is 66.67%
CMYK:
(14,0,85,67)
C14M0Y85K67 
(14%,0%,85%,67%)
(0.14/0.00/0.85/0.67)	

CMYK percentages

%14.12
%0
%84.71
%66.67

Codes

Color #49550D in popluar color models

49550D
RGB738513
HSL70°73.47%19.22%
HSB/HSV70°84.71%33.33%
CMYK14.12%0.00%84.71%
66.67%

Color #49550D in popluar number systems.

HEX49550D
Decimal738513
Binary100100110101011101
Octal11112515

Shades and tints

Shades of #49550D

#49550D
(73,85,13)
#434E0C
(67,78,12)
#3D470B
(61,71,11)
#37400A
(55,64,10)
#313909
(49,57,9)
#2B3208
(43,50,8)
#252B07
(37,43,7)
#1F2406
(31,36,6)
#191D05
(25,29,5)
#131604
(19,22,4)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #49550D

#49550D
(73,85,13)
#596423
(89,100,35)
#697339
(105,115,57)
#79824F
(121,130,79)
#899165
(137,145,101)
#99A07B
(153,160,123)
#A9AF91
(169,175,145)
#B9BEA7
(185,190,167)
#C9CDBD
(201,205,189)
#D9DCD3
(217,220,211)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49550D; }

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

This text font color is #49550D.


Background Color

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

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

This div background color is #49550D.


Border color

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

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

This div border color is #49550D.


Opacity

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

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

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

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

This text has shadow with #49550D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49550D on black background.


Color preview on white background

This text has color #49550D on white background.



Black color preview on #49550D background

This text has black color on #49550D background.


White color preview on #49550D background

This text has white color on #49550D background.