COLOR #49652D

HEX: #49652D
RGB: (73,101,45)

Color info

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

RGB color model

#49652D color RGB value is (73,101,45).

  • red value is 73;
  • green value is 101;
  • blue value is 45.
RGB:
(73,101,45)
(29%,40%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 101 of 255 = 40%
B 45 of 255 = 18%

73
101
45

R + G + B ~ 29%. #49652D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 101 + 45 = 219 (100%)
R 73 of 219 ~ 33.33%
G 101 of 219 ~ 46.12%
B 45 of 219 ~ 20.55%

%33.33
%46.12
%20.55

CMYK color model

#49652D color CMYK value is (28,0,55,60).

  • cyan value is 27.72%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 60.39%
CMYK:
(28,0,55,60)
C28M0Y55K60 
(28%,0%,55%,60%)
(0.28/0.00/0.55/0.60)	

CMYK percentages

%27.72
%0
%55.45
%60.39

Codes

Color #49652D in popluar color models

49652D
RGB7310145
HSL90°38.36%28.63%
HSB/HSV90°55.45%39.61%
CMYK27.72%0.00%55.45%
60.39%

Color #49652D in popluar number systems.

HEX49652D
Decimal7310145
Binary10010011100101101101
Octal11114555

Shades and tints

Shades of #49652D

#49652D
(73,101,45)
#435C29
(67,92,41)
#3D5325
(61,83,37)
#374A21
(55,74,33)
#31411D
(49,65,29)
#2B3819
(43,56,25)
#252F15
(37,47,21)
#1F2611
(31,38,17)
#191D0D
(25,29,13)
#131409
(19,20,9)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #49652D

#49652D
(73,101,45)
#597340
(89,115,64)
#698153
(105,129,83)
#798F66
(121,143,102)
#899D79
(137,157,121)
#99AB8C
(153,171,140)
#A9B99F
(169,185,159)
#B9C7B2
(185,199,178)
#C9D5C5
(201,213,197)
#D9E3D8
(217,227,216)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49652D color. Also use rgb(73,101,45) instead hex code.

Text Font Color

.myTextColor { color: #49652D; }

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

This text font color is #49652D.


Background Color

.myBgColor { background-color: #49652D; }

<div style="background-color:#49652D">Inner text</div>

This div background color is #49652D.


Border color

.myBorderColor { border: 1px solid #49652D; }

<div style="border:3px solid #49652D">Div</div>

This div border color is #49652D.


Opacity

.myOpacity80 { color: #49652D; opacity: 0.8; }

<p style="color:#49652D;opacity:0.8;">80%</p>

Text with #49652D 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 #49652D;}

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

This text has shadow with #49652D color.

.textShadow {text-shadow: 3px 3px 1px #49652D, 3px 3px 1px red;}

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

This text has shadow with #49652D primary color and red secondary color.


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

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

This text has shadow with #49652D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49652D on black background.


Color preview on white background

This text has color #49652D on white background.



Black color preview on #49652D background

This text has black color on #49652D background.


White color preview on #49652D background

This text has white color on #49652D background.