COLOR #49563B

HEX: #49563B
RGB: (73,86,59)

Color info

#49563B contains red, green and blue colors in about the same proportion. Web safe color of #49563B is #336633 (or #363).

RGB color model

#49563B color RGB value is (73,86,59).

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

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 59 of 255 = 23%

73
86
59

R + G + B ~ 29%. #49563B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 59 = 218 (100%)
R 73 of 218 ~ 33.49%
G 86 of 218 ~ 39.45%
B 59 of 218 ~ 27.06%

%33.49
%39.45
%27.06

CMYK color model

#49563B color CMYK value is (15,0,31,66).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 66.27%
CMYK:
(15,0,31,66)
C15M0Y31K66 
(15%,0%,31%,66%)
(0.15/0.00/0.31/0.66)	

CMYK percentages

%15.12
%0
%31.4
%66.27

Codes

Color #49563B in popluar color models

49563B
RGB738659
HSL89°18.62%28.43%
HSB/HSV89°31.40%33.73%
CMYK15.12%0.00%31.40%
66.27%

Color #49563B in popluar number systems.

HEX49563B
Decimal738659
Binary10010011010110111011
Octal11112673

Shades and tints

Shades of #49563B

#49563B
(73,86,59)
#434F36
(67,79,54)
#3D4831
(61,72,49)
#37412C
(55,65,44)
#313A27
(49,58,39)
#2B3322
(43,51,34)
#252C1D
(37,44,29)
#1F2518
(31,37,24)
#191E13
(25,30,19)
#13170E
(19,23,14)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #49563B

#49563B
(73,86,59)
#59654C
(89,101,76)
#69745D
(105,116,93)
#79836E
(121,131,110)
#89927F
(137,146,127)
#99A190
(153,161,144)
#A9B0A1
(169,176,161)
#B9BFB2
(185,191,178)
#C9CEC3
(201,206,195)
#D9DDD4
(217,221,212)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49563B; }

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

This text font color is #49563B.


Background Color

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

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

This div background color is #49563B.


Border color

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

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

This div border color is #49563B.


Opacity

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

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

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

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

This text has shadow with #49563B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49563B on black background.


Color preview on white background

This text has color #49563B on white background.



Black color preview on #49563B background

This text has black color on #49563B background.


White color preview on #49563B background

This text has white color on #49563B background.