COLOR #49694F

HEX: #49694F
RGB: (73,105,79)

Color info

#49694F contains red, green and blue colors in about the same proportion. Web safe color of #49694F is #336666 (or #366).

RGB color model

#49694F color RGB value is (73,105,79).

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

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 79 of 255 = 31%

73
105
79

R + G + B ~ 34%. #49694F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 79 = 257 (100%)
R 73 of 257 ~ 28.4%
G 105 of 257 ~ 40.86%
B 79 of 257 ~ 30.74%

%28.4
%40.86
%30.74

CMYK color model

#49694F color CMYK value is (30,0,25,59).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 58.82%
CMYK:
(30,0,25,59)
C30M0Y25K59 
(30%,0%,25%,59%)
(0.30/0.00/0.25/0.59)	

CMYK percentages

%30.48
%0
%24.76
%58.82

Codes

Color #49694F in popluar color models

49694F
RGB7310579
HSL131°17.98%34.90%
HSB/HSV131°30.48%41.18%
CMYK30.48%0.00%24.76%
58.82%

Color #49694F in popluar number systems.

HEX49694F
Decimal7310579
Binary100100111010011001111
Octal111151117

Shades and tints

Shades of #49694F

#49694F
(73,105,79)
#436048
(67,96,72)
#3D5741
(61,87,65)
#374E3A
(55,78,58)
#314533
(49,69,51)
#2B3C2C
(43,60,44)
#253325
(37,51,37)
#1F2A1E
(31,42,30)
#192117
(25,33,23)
#131810
(19,24,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #49694F

#49694F
(73,105,79)
#59765F
(89,118,95)
#69836F
(105,131,111)
#79907F
(121,144,127)
#899D8F
(137,157,143)
#99AA9F
(153,170,159)
#A9B7AF
(169,183,175)
#B9C4BF
(185,196,191)
#C9D1CF
(201,209,207)
#D9DEDF
(217,222,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49694F; }

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

This text font color is #49694F.


Background Color

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

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

This div background color is #49694F.


Border color

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

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

This div border color is #49694F.


Opacity

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

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

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

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

This text has shadow with #49694F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49694F on black background.


Color preview on white background

This text has color #49694F on white background.



Black color preview on #49694F background

This text has black color on #49694F background.


White color preview on #49694F background

This text has white color on #49694F background.