COLOR #49592D

HEX: #49592D
RGB: (73,89,45)

Color info

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

RGB color model

#49592D color RGB value is (73,89,45).

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

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 45 of 255 = 18%

73
89
45

R + G + B ~ 27%. #49592D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 45 = 207 (100%)
R 73 of 207 ~ 35.27%
G 89 of 207 ~ 43%
B 45 of 207 ~ 21.74%

%35.27
%43
%21.74

CMYK color model

#49592D color CMYK value is (18,0,49,65).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 49.44%
  • key color value is 65.10%
CMYK:
(18,0,49,65)
C18M0Y49K65 
(18%,0%,49%,65%)
(0.18/0.00/0.49/0.65)	

CMYK percentages

%17.98
%0
%49.44
%65.1

Codes

Color #49592D in popluar color models

49592D
RGB738945
HSL82°32.84%26.27%
HSB/HSV82°49.44%34.90%
CMYK17.98%0.00%49.44%
65.10%

Color #49592D in popluar number systems.

HEX49592D
Decimal738945
Binary10010011011001101101
Octal11113155

Shades and tints

Shades of #49592D

#49592D
(73,89,45)
#435129
(67,81,41)
#3D4925
(61,73,37)
#374121
(55,65,33)
#31391D
(49,57,29)
#2B3119
(43,49,25)
#252915
(37,41,21)
#1F2111
(31,33,17)
#19190D
(25,25,13)
#131109
(19,17,9)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #49592D

#49592D
(73,89,45)
#596840
(89,104,64)
#697753
(105,119,83)
#798666
(121,134,102)
#899579
(137,149,121)
#99A48C
(153,164,140)
#A9B39F
(169,179,159)
#B9C2B2
(185,194,178)
#C9D1C5
(201,209,197)
#D9E0D8
(217,224,216)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49592D; }

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

This text font color is #49592D.


Background Color

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

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

This div background color is #49592D.


Border color

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

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

This div border color is #49592D.


Opacity

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

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

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

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

This text has shadow with #49592D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49592D on black background.


Color preview on white background

This text has color #49592D on white background.



Black color preview on #49592D background

This text has black color on #49592D background.


White color preview on #49592D background

This text has white color on #49592D background.