COLOR #49533F

HEX: #49533F
RGB: (73,83,63)

Color info

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

RGB color model

#49533F color RGB value is (73,83,63).

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

RGB channels and saturation

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

73
83
63

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

Portions of RGB colors in percentages

R + G + B =
73 + 83 + 63 = 219 (100%)
R 73 of 219 ~ 33.33%
G 83 of 219 ~ 37.9%
B 63 of 219 ~ 28.77%

%33.33
%37.9
%28.77

CMYK color model

#49533F color CMYK value is (12,0,24,67).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(12,0,24,67)
C12M0Y24K67 
(12%,0%,24%,67%)
(0.12/0.00/0.24/0.67)	

CMYK percentages

%12.05
%0
%24.1
%67.45

Codes

Color #49533F in popluar color models

49533F
RGB738363
HSL90°13.70%28.63%
HSB/HSV90°24.10%32.55%
CMYK12.05%0.00%24.10%
67.45%

Color #49533F in popluar number systems.

HEX49533F
Decimal738363
Binary10010011010011111111
Octal11112377

Shades and tints

Shades of #49533F

#49533F
(73,83,63)
#434C3A
(67,76,58)
#3D4535
(61,69,53)
#373E30
(55,62,48)
#31372B
(49,55,43)
#2B3026
(43,48,38)
#252921
(37,41,33)
#1F221C
(31,34,28)
#191B17
(25,27,23)
#131412
(19,20,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #49533F

#49533F
(73,83,63)
#596250
(89,98,80)
#697161
(105,113,97)
#798072
(121,128,114)
#898F83
(137,143,131)
#999E94
(153,158,148)
#A9ADA5
(169,173,165)
#B9BCB6
(185,188,182)
#C9CBC7
(201,203,199)
#D9DAD8
(217,218,216)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49533F; }

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

This text font color is #49533F.


Background Color

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

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

This div background color is #49533F.


Border color

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

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

This div border color is #49533F.


Opacity

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

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

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

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

This text has shadow with #49533F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49533F on black background.


Color preview on white background

This text has color #49533F on white background.



Black color preview on #49533F background

This text has black color on #49533F background.


White color preview on #49533F background

This text has white color on #49533F background.