COLOR #49694D

HEX: #49694D
RGB: (73,105,77)

Color info

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

RGB color model

#49694D color RGB value is (73,105,77).

  • red value is 73;
  • green value is 105;
  • blue value is 77.
RGB:
(73,105,77)
(29%,41%,30%)

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 77 of 255 = 30%

73
105
77

R + G + B ~ 33%. #49694D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 77 = 255 (100%)
R 73 of 255 ~ 28.63%
G 105 of 255 ~ 41.18%
B 77 of 255 ~ 30.2%

%28.63
%41.18
%30.2

CMYK color model

#49694D color CMYK value is (30,0,27,59).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 58.82%
CMYK:
(30,0,27,59)
C30M0Y27K59 
(30%,0%,27%,59%)
(0.30/0.00/0.27/0.59)	

CMYK percentages

%30.48
%0
%26.67
%58.82

Codes

Color #49694D in popluar color models

49694D
RGB7310577
HSL128°17.98%34.90%
HSB/HSV128°30.48%41.18%
CMYK30.48%0.00%26.67%
58.82%

Color #49694D in popluar number systems.

HEX49694D
Decimal7310577
Binary100100111010011001101
Octal111151115

Shades and tints

Shades of #49694D

#49694D
(73,105,77)
#436046
(67,96,70)
#3D573F
(61,87,63)
#374E38
(55,78,56)
#314531
(49,69,49)
#2B3C2A
(43,60,42)
#253323
(37,51,35)
#1F2A1C
(31,42,28)
#192115
(25,33,21)
#13180E
(19,24,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #49694D

#49694D
(73,105,77)
#59765D
(89,118,93)
#69836D
(105,131,109)
#79907D
(121,144,125)
#899D8D
(137,157,141)
#99AA9D
(153,170,157)
#A9B7AD
(169,183,173)
#B9C4BD
(185,196,189)
#C9D1CD
(201,209,205)
#D9DEDD
(217,222,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49694D color. Also use rgb(73,105,77) instead hex code.

Text Font Color

.myTextColor { color: #49694D; }

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

This text font color is #49694D.


Background Color

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

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

This div background color is #49694D.


Border color

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

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

This div border color is #49694D.


Opacity

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

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

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

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

This text has shadow with #49694D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49694D on black background.


Color preview on white background

This text has color #49694D on white background.



Black color preview on #49694D background

This text has black color on #49694D background.


White color preview on #49694D background

This text has white color on #49694D background.