COLOR #49684A

HEX: #49684A
RGB: (73,104,74)

Color info

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

RGB color model

#49684A color RGB value is (73,104,74).

  • red value is 73;
  • green value is 104;
  • blue value is 74.
RGB: (73,104,74) (29%,41%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 104 of 255 = 41%
B 74 of 255 = 29%

73
104
74

R + G + B ~ 33%. #49684A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 104 + 74 = 251 (100%)
R 73 of 251 ~ 29.08%
G 104 of 251 ~ 41.43%
B 74 of 251 ~ 29.48%

%29.08
%41.43
%29.48

CMYK color model

#49684A color CMYK value is (30,0,29,59).

  • cyan value is 29.81%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 59.22%
CMYK: (30,0,29,59) C30M0Y29K59 (30%,0%,29%,59%) (0.30/0.00/0.29/0.59)

CMYK percentages

%29.81
%0
%28.85
%59.22

Codes

Color #49684A in popluar color models

49684A
RGB7310474
HSL122°17.51%34.71%
HSB/HSV122°29.81%40.78%
CMYK29.81%0.00%28.85%
59.22%

Color #49684A in popluar number systems.

HEX49684A
Decimal7310474
Binary100100111010001001010
Octal111150112

Shades and tints

Shades of #49684A

#49684A
(73,104,74)
#435F44
(67,95,68)
#3D563E
(61,86,62)
#374D38
(55,77,56)
#314432
(49,68,50)
#2B3B2C
(43,59,44)
#253226
(37,50,38)
#1F2920
(31,41,32)
#19201A
(25,32,26)
#131714
(19,23,20)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #49684A

#49684A
(73,104,74)
#59755A
(89,117,90)
#69826A
(105,130,106)
#798F7A
(121,143,122)
#899C8A
(137,156,138)
#99A99A
(153,169,154)
#A9B6AA
(169,182,170)
#B9C3BA
(185,195,186)
#C9D0CA
(201,208,202)
#D9DDDA
(217,221,218)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49684A color. Also use rgb(73,104,74) instead hex code.

Text Font Color

.myTextColor { color: #49684A; }

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

This text font color is #49684A.


Background Color

.myBgColor { background-color: #49684A; }

<div style="background-color:#49684A">Inner text</div>

This div background color is #49684A.


Border color

.myBorderColor { border: 1px solid #49684A; }

<div style="border:3px solid #49684A">Div</div>

This div border color is #49684A.


Opacity

.myOpacity80 { color: #49684A; opacity: 0.8; }

<p style="color:#49684A;opacity:0.8;">80%</p>

Text with #49684A 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 #49684A;}

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

This text has shadow with #49684A color.

.textShadow {text-shadow: 3px 3px 1px #49684A, 3px 3px 1px red;}

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

This text has shadow with #49684A primary color and red secondary color.


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

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

This text has shadow with #49684A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #49684A; -webkit-box-shadow:	1px 1px 3px 2px #49684A; box-shadow:	1px 1px 3px 2px #49684A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49684A; -webkit-box-shadow: 1px 1px 3px 2px #49684A; box-shadow:1px 1px 3px 2px #49684A;">
Div content here</div>
This div box has shadow with color #49684A.

Preview

Color preview on black background

This text has color #49684A on black background.


Color preview on white background

This text has color #49684A on white background.



Black color preview on #49684A background

This text has black color on #49684A background.


White color preview on #49684A background

This text has white color on #49684A background.