COLOR #49716D

HEX: #49716D
RGB: (73,113,109)

Color info

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

RGB color model

#49716D color RGB value is (73,113,109).

  • red value is 73;
  • green value is 113;
  • blue value is 109.
RGB:
(73,113,109)
(29%,44%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 113 of 255 = 44%
B 109 of 255 = 43%

73
113
109

R + G + B ~ 39%. #49716D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 113 + 109 = 295 (100%)
R 73 of 295 ~ 24.75%
G 113 of 295 ~ 38.31%
B 109 of 295 ~ 36.95%

%24.75
%38.31
%36.95

CMYK color model

#49716D color CMYK value is (35,0,4,56).

  • cyan value is 35.40%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(35,0,4,56)
C35M0Y4K56 
(35%,0%,4%,56%)
(0.35/0.00/0.04/0.56)	

CMYK percentages

%35.4
%0
%3.54
%55.69

Codes

Color #49716D in popluar color models

49716D
RGB73113109
HSL174°21.51%36.47%
HSB/HSV174°35.40%44.31%
CMYK35.40%0.00%3.54%
55.69%

Color #49716D in popluar number systems.

HEX49716D
Decimal73113109
Binary100100111100011101101
Octal111161155

Shades and tints

Shades of #49716D

#49716D
(73,113,109)
#436764
(67,103,100)
#3D5D5B
(61,93,91)
#375352
(55,83,82)
#314949
(49,73,73)
#2B3F40
(43,63,64)
#253537
(37,53,55)
#1F2B2E
(31,43,46)
#192125
(25,33,37)
#13171C
(19,23,28)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #49716D

#49716D
(73,113,109)
#597D7A
(89,125,122)
#698987
(105,137,135)
#799594
(121,149,148)
#89A1A1
(137,161,161)
#99ADAE
(153,173,174)
#A9B9BB
(169,185,187)
#B9C5C8
(185,197,200)
#C9D1D5
(201,209,213)
#D9DDE2
(217,221,226)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49716D color. Also use rgb(73,113,109) instead hex code.

Text Font Color

.myTextColor { color: #49716D; }

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

This text font color is #49716D.


Background Color

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

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

This div background color is #49716D.


Border color

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

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

This div border color is #49716D.


Opacity

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

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

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

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

This text has shadow with #49716D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49716D on black background.


Color preview on white background

This text has color #49716D on white background.



Black color preview on #49716D background

This text has black color on #49716D background.


White color preview on #49716D background

This text has white color on #49716D background.