COLOR #49564A

HEX: #49564A
RGB: (73,86,74)

Color info

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

RGB color model

#49564A color RGB value is (73,86,74).

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

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 74 of 255 = 29%

73
86
74

R + G + B ~ 31%. #49564A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 74 = 233 (100%)
R 73 of 233 ~ 31.33%
G 86 of 233 ~ 36.91%
B 74 of 233 ~ 31.76%

%31.33
%36.91
%31.76

CMYK color model

#49564A color CMYK value is (15,0,14,66).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(15,0,14,66)
C15M0Y14K66 
(15%,0%,14%,66%)
(0.15/0.00/0.14/0.66)	

CMYK percentages

%15.12
%0
%13.95
%66.27

Codes

Color #49564A in popluar color models

49564A
RGB738674
HSL125°8.18%31.18%
HSB/HSV125°15.12%33.73%
CMYK15.12%0.00%13.95%
66.27%

Color #49564A in popluar number systems.

HEX49564A
Decimal738674
Binary100100110101101001010
Octal111126112

Shades and tints

Shades of #49564A

#49564A
(73,86,74)
#434F44
(67,79,68)
#3D483E
(61,72,62)
#374138
(55,65,56)
#313A32
(49,58,50)
#2B332C
(43,51,44)
#252C26
(37,44,38)
#1F2520
(31,37,32)
#191E1A
(25,30,26)
#131714
(19,23,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #49564A

#49564A
(73,86,74)
#59655A
(89,101,90)
#69746A
(105,116,106)
#79837A
(121,131,122)
#89928A
(137,146,138)
#99A19A
(153,161,154)
#A9B0AA
(169,176,170)
#B9BFBA
(185,191,186)
#C9CECA
(201,206,202)
#D9DDDA
(217,221,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49564A; }

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

This text font color is #49564A.


Background Color

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

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

This div background color is #49564A.


Border color

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

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

This div border color is #49564A.


Opacity

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

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

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

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

This text has shadow with #49564A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49564A on black background.


Color preview on white background

This text has color #49564A on white background.



Black color preview on #49564A background

This text has black color on #49564A background.


White color preview on #49564A background

This text has white color on #49564A background.