COLOR #49503E

HEX: #49503E
RGB: (73,80,62)

Color info

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

RGB color model

#49503E color RGB value is (73,80,62).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 62 of 255 = 24%

73
80
62

R + G + B ~ 28%. #49503E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 62 = 215 (100%)
R 73 of 215 ~ 33.95%
G 80 of 215 ~ 37.21%
B 62 of 215 ~ 28.84%

%33.95
%37.21
%28.84

CMYK color model

#49503E color CMYK value is (9,0,23,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(9,0,23,69)
C9M0Y23K69 
(9%,0%,23%,69%)
(0.09/0.00/0.23/0.69)	

CMYK percentages

%8.75
%0
%22.5
%68.63

Codes

Color #49503E in popluar color models

49503E
RGB738062
HSL83°12.68%27.84%
HSB/HSV83°22.50%31.37%
CMYK8.75%0.00%22.50%
68.63%

Color #49503E in popluar number systems.

HEX49503E
Decimal738062
Binary10010011010000111110
Octal11112076

Shades and tints

Shades of #49503E

#49503E
(73,80,62)
#434939
(67,73,57)
#3D4234
(61,66,52)
#373B2F
(55,59,47)
#31342A
(49,52,42)
#2B2D25
(43,45,37)
#252620
(37,38,32)
#1F1F1B
(31,31,27)
#191816
(25,24,22)
#131111
(19,17,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #49503E

#49503E
(73,80,62)
#595F4F
(89,95,79)
#696E60
(105,110,96)
#797D71
(121,125,113)
#898C82
(137,140,130)
#999B93
(153,155,147)
#A9AAA4
(169,170,164)
#B9B9B5
(185,185,181)
#C9C8C6
(201,200,198)
#D9D7D7
(217,215,215)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49503E; }

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

This text font color is #49503E.


Background Color

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

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

This div background color is #49503E.


Border color

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

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

This div border color is #49503E.


Opacity

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

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

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

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

This text has shadow with #49503E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49503E on black background.


Color preview on white background

This text has color #49503E on white background.



Black color preview on #49503E background

This text has black color on #49503E background.


White color preview on #49503E background

This text has white color on #49503E background.