COLOR #49563D

HEX: #49563D
RGB: (73,86,61)

Color info

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

RGB color model

#49563D color RGB value is (73,86,61).

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

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 61 of 255 = 24%

73
86
61

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 61 = 220 (100%)
R 73 of 220 ~ 33.18%
G 86 of 220 ~ 39.09%
B 61 of 220 ~ 27.73%

%33.18
%39.09
%27.73

CMYK color model

#49563D color CMYK value is (15,0,29,66).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 66.27%
CMYK:
(15,0,29,66)
C15M0Y29K66 
(15%,0%,29%,66%)
(0.15/0.00/0.29/0.66)	

CMYK percentages

%15.12
%0
%29.07
%66.27

Codes

Color #49563D in popluar color models

49563D
RGB738661
HSL91°17.01%28.82%
HSB/HSV91°29.07%33.73%
CMYK15.12%0.00%29.07%
66.27%

Color #49563D in popluar number systems.

HEX49563D
Decimal738661
Binary10010011010110111101
Octal11112675

Shades and tints

Shades of #49563D

#49563D
(73,86,61)
#434F38
(67,79,56)
#3D4833
(61,72,51)
#37412E
(55,65,46)
#313A29
(49,58,41)
#2B3324
(43,51,36)
#252C1F
(37,44,31)
#1F251A
(31,37,26)
#191E15
(25,30,21)
#131710
(19,23,16)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #49563D

#49563D
(73,86,61)
#59654E
(89,101,78)
#69745F
(105,116,95)
#798370
(121,131,112)
#899281
(137,146,129)
#99A192
(153,161,146)
#A9B0A3
(169,176,163)
#B9BFB4
(185,191,180)
#C9CEC5
(201,206,197)
#D9DDD6
(217,221,214)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49563D; }

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

This text font color is #49563D.


Background Color

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

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

This div background color is #49563D.


Border color

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

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

This div border color is #49563D.


Opacity

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

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

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

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

This text has shadow with #49563D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49563D on black background.


Color preview on white background

This text has color #49563D on white background.



Black color preview on #49563D background

This text has black color on #49563D background.


White color preview on #49563D background

This text has white color on #49563D background.