COLOR #49560B

HEX: #49560B
RGB: (73,86,11)

Color info

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

RGB color model

#49560B color RGB value is (73,86,11).

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

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 11 of 255 = 4%

73
86
11

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 11 = 170 (100%)
R 73 of 170 ~ 42.94%
G 86 of 170 ~ 50.59%
B 11 of 170 ~ 6.47%

%42.94
%50.59

CMYK color model

#49560B color CMYK value is (15,0,87,66).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 87.21%
  • key color value is 66.27%
CMYK:
(15,0,87,66)
C15M0Y87K66 
(15%,0%,87%,66%)
(0.15/0.00/0.87/0.66)	

CMYK percentages

%15.12
%0
%87.21
%66.27

Codes

Color #49560B in popluar color models

49560B
RGB738611
HSL70°77.32%19.02%
HSB/HSV70°87.21%33.73%
CMYK15.12%0.00%87.21%
66.27%

Color #49560B in popluar number systems.

HEX49560B
Decimal738611
Binary100100110101101011
Octal11112613

Shades and tints

Shades of #49560B

#49560B
(73,86,11)
#434F0A
(67,79,10)
#3D4809
(61,72,9)
#374108
(55,65,8)
#313A07
(49,58,7)
#2B3306
(43,51,6)
#252C05
(37,44,5)
#1F2504
(31,37,4)
#191E03
(25,30,3)
#131702
(19,23,2)
#0D1001
(13,16,1)
#000000
(0,0,0)

Tints of #49560B

#49560B
(73,86,11)
#596521
(89,101,33)
#697437
(105,116,55)
#79834D
(121,131,77)
#899263
(137,146,99)
#99A179
(153,161,121)
#A9B08F
(169,176,143)
#B9BFA5
(185,191,165)
#C9CEBB
(201,206,187)
#D9DDD1
(217,221,209)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49560B; }

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

This text font color is #49560B.


Background Color

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

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

This div background color is #49560B.


Border color

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

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

This div border color is #49560B.


Opacity

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

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

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

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

This text has shadow with #49560B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49560B on black background.


Color preview on white background

This text has color #49560B on white background.



Black color preview on #49560B background

This text has black color on #49560B background.


White color preview on #49560B background

This text has white color on #49560B background.