COLOR #49553E

HEX: #49553E
RGB: (73,85,62)

Color info

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

RGB color model

#49553E color RGB value is (73,85,62).

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

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 62 of 255 = 24%

73
85
62

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

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 62 = 220 (100%)
R 73 of 220 ~ 33.18%
G 85 of 220 ~ 38.64%
B 62 of 220 ~ 28.18%

%33.18
%38.64
%28.18

CMYK color model

#49553E color CMYK value is (14,0,27,67).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 66.67%
CMYK:
(14,0,27,67)
C14M0Y27K67 
(14%,0%,27%,67%)
(0.14/0.00/0.27/0.67)	

CMYK percentages

%14.12
%0
%27.06
%66.67

Codes

Color #49553E in popluar color models

49553E
RGB738562
HSL91°15.65%28.82%
HSB/HSV91°27.06%33.33%
CMYK14.12%0.00%27.06%
66.67%

Color #49553E in popluar number systems.

HEX49553E
Decimal738562
Binary10010011010101111110
Octal11112576

Shades and tints

Shades of #49553E

#49553E
(73,85,62)
#434E39
(67,78,57)
#3D4734
(61,71,52)
#37402F
(55,64,47)
#31392A
(49,57,42)
#2B3225
(43,50,37)
#252B20
(37,43,32)
#1F241B
(31,36,27)
#191D16
(25,29,22)
#131611
(19,22,17)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #49553E

#49553E
(73,85,62)
#59644F
(89,100,79)
#697360
(105,115,96)
#798271
(121,130,113)
#899182
(137,145,130)
#99A093
(153,160,147)
#A9AFA4
(169,175,164)
#B9BEB5
(185,190,181)
#C9CDC6
(201,205,198)
#D9DCD7
(217,220,215)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49553E color. Also use rgb(73,85,62) instead hex code.

Text Font Color

.myTextColor { color: #49553E; }

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

This text font color is #49553E.


Background Color

.myBgColor { background-color: #49553E; }

<div style="background-color:#49553E">Inner text</div>

This div background color is #49553E.


Border color

.myBorderColor { border: 1px solid #49553E; }

<div style="border:3px solid #49553E">Div</div>

This div border color is #49553E.


Opacity

.myOpacity80 { color: #49553E; opacity: 0.8; }

<p style="color:#49553E;opacity:0.8;">80%</p>

Text with #49553E 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 #49553E;}

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

This text has shadow with #49553E color.

.textShadow {text-shadow: 3px 3px 1px #49553E, 3px 3px 1px red;}

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

This text has shadow with #49553E primary color and red secondary color.


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

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

This text has shadow with #49553E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49553E on black background.


Color preview on white background

This text has color #49553E on white background.



Black color preview on #49553E background

This text has black color on #49553E background.


White color preview on #49553E background

This text has white color on #49553E background.