COLOR #49521E

HEX: #49521E
RGB: (73,82,30)

Color info

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

RGB color model

#49521E color RGB value is (73,82,30).

  • red value is 73;
  • green value is 82;
  • blue value is 30.
RGB:
(73,82,30)
(29%,32%,12%)

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 30 of 255 = 12%

73
82
30

R + G + B ~ 24%. #49521E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 82 + 30 = 185 (100%)
R 73 of 185 ~ 39.46%
G 82 of 185 ~ 44.32%
B 30 of 185 ~ 16.22%

%39.46
%44.32
%16.22

CMYK color model

#49521E color CMYK value is (11,0,63,68).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 67.84%
CMYK:
(11,0,63,68)
C11M0Y63K68 
(11%,0%,63%,68%)
(0.11/0.00/0.63/0.68)	

CMYK percentages

%10.98
%0
%63.41
%67.84

Codes

Color #49521E in popluar color models

49521E
RGB738230
HSL70°46.43%21.96%
HSB/HSV70°63.41%32.16%
CMYK10.98%0.00%63.41%
67.84%

Color #49521E in popluar number systems.

HEX49521E
Decimal738230
Binary1001001101001011110
Octal11112236

Shades and tints

Shades of #49521E

#49521E
(73,82,30)
#434B1C
(67,75,28)
#3D441A
(61,68,26)
#373D18
(55,61,24)
#313616
(49,54,22)
#2B2F14
(43,47,20)
#252812
(37,40,18)
#1F2110
(31,33,16)
#191A0E
(25,26,14)
#13130C
(19,19,12)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #49521E

#49521E
(73,82,30)
#596132
(89,97,50)
#697046
(105,112,70)
#797F5A
(121,127,90)
#898E6E
(137,142,110)
#999D82
(153,157,130)
#A9AC96
(169,172,150)
#B9BBAA
(185,187,170)
#C9CABE
(201,202,190)
#D9D9D2
(217,217,210)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49521E color. Also use rgb(73,82,30) instead hex code.

Text Font Color

.myTextColor { color: #49521E; }

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

This text font color is #49521E.


Background Color

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

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

This div background color is #49521E.


Border color

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

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

This div border color is #49521E.


Opacity

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

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

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

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

This text has shadow with #49521E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49521E on black background.


Color preview on white background

This text has color #49521E on white background.



Black color preview on #49521E background

This text has black color on #49521E background.


White color preview on #49521E background

This text has white color on #49521E background.