COLOR #49553F

HEX: #49553F
RGB: (73,85,63)

Color info

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

RGB color model

#49553F color RGB value is (73,85,63).

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

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 63 of 255 = 25%

73
85
63

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

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 63 = 221 (100%)
R 73 of 221 ~ 33.03%
G 85 of 221 ~ 38.46%
B 63 of 221 ~ 28.51%

%33.03
%38.46
%28.51

CMYK color model

#49553F color CMYK value is (14,0,26,67).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(14,0,26,67)
C14M0Y26K67 
(14%,0%,26%,67%)
(0.14/0.00/0.26/0.67)	

CMYK percentages

%14.12
%0
%25.88
%66.67

Codes

Color #49553F in popluar color models

49553F
RGB738563
HSL93°14.86%29.02%
HSB/HSV93°25.88%33.33%
CMYK14.12%0.00%25.88%
66.67%

Color #49553F in popluar number systems.

HEX49553F
Decimal738563
Binary10010011010101111111
Octal11112577

Shades and tints

Shades of #49553F

#49553F
(73,85,63)
#434E3A
(67,78,58)
#3D4735
(61,71,53)
#374030
(55,64,48)
#31392B
(49,57,43)
#2B3226
(43,50,38)
#252B21
(37,43,33)
#1F241C
(31,36,28)
#191D17
(25,29,23)
#131612
(19,22,18)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #49553F

#49553F
(73,85,63)
#596450
(89,100,80)
#697361
(105,115,97)
#798272
(121,130,114)
#899183
(137,145,131)
#99A094
(153,160,148)
#A9AFA5
(169,175,165)
#B9BEB6
(185,190,182)
#C9CDC7
(201,205,199)
#D9DCD8
(217,220,216)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49553F; }

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

This text font color is #49553F.


Background Color

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

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

This div background color is #49553F.


Border color

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

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

This div border color is #49553F.


Opacity

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

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

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

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

This text has shadow with #49553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49553F on black background.


Color preview on white background

This text has color #49553F on white background.



Black color preview on #49553F background

This text has black color on #49553F background.


White color preview on #49553F background

This text has white color on #49553F background.