COLOR #49592B

HEX: #49592B
RGB: (73,89,43)

Color info

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

RGB color model

#49592B color RGB value is (73,89,43).

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

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 43 of 255 = 17%

73
89
43

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

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 43 = 205 (100%)
R 73 of 205 ~ 35.61%
G 89 of 205 ~ 43.41%
B 43 of 205 ~ 20.98%

%35.61
%43.41
%20.98

CMYK color model

#49592B color CMYK value is (18,0,52,65).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 65.10%
CMYK:
(18,0,52,65)
C18M0Y52K65 
(18%,0%,52%,65%)
(0.18/0.00/0.52/0.65)	

CMYK percentages

%17.98
%0
%51.69
%65.1

Codes

Color #49592B in popluar color models

49592B
RGB738943
HSL81°34.85%25.88%
HSB/HSV81°51.69%34.90%
CMYK17.98%0.00%51.69%
65.10%

Color #49592B in popluar number systems.

HEX49592B
Decimal738943
Binary10010011011001101011
Octal11113153

Shades and tints

Shades of #49592B

#49592B
(73,89,43)
#435128
(67,81,40)
#3D4925
(61,73,37)
#374122
(55,65,34)
#31391F
(49,57,31)
#2B311C
(43,49,28)
#252919
(37,41,25)
#1F2116
(31,33,22)
#191913
(25,25,19)
#131110
(19,17,16)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #49592B

#49592B
(73,89,43)
#59683E
(89,104,62)
#697751
(105,119,81)
#798664
(121,134,100)
#899577
(137,149,119)
#99A48A
(153,164,138)
#A9B39D
(169,179,157)
#B9C2B0
(185,194,176)
#C9D1C3
(201,209,195)
#D9E0D6
(217,224,214)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49592B; }

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

This text font color is #49592B.


Background Color

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

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

This div background color is #49592B.


Border color

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

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

This div border color is #49592B.


Opacity

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

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

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

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

This text has shadow with #49592B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49592B on black background.


Color preview on white background

This text has color #49592B on white background.



Black color preview on #49592B background

This text has black color on #49592B background.


White color preview on #49592B background

This text has white color on #49592B background.