COLOR #49605F

HEX: #49605F
RGB: (73,96,95)

Color info

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

RGB color model

#49605F color RGB value is (73,96,95).

  • red value is 73;
  • green value is 96;
  • blue value is 95.
RGB:
(73,96,95)
(29%,38%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 96 of 255 = 38%
B 95 of 255 = 37%

73
96
95

R + G + B ~ 35%. #49605F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 96 + 95 = 264 (100%)
R 73 of 264 ~ 27.65%
G 96 of 264 ~ 36.36%
B 95 of 264 ~ 35.98%

%27.65
%36.36
%35.98

CMYK color model

#49605F color CMYK value is (24,0,1,62).

  • cyan value is 23.96%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 62.35%
CMYK:
(24,0,1,62)
C24M0Y1K62 
(24%,0%,1%,62%)
(0.24/0.00/0.01/0.62)	

CMYK percentages

%23.96
%0
%1.04
%62.35

Codes

Color #49605F in popluar color models

49605F
RGB739695
HSL177°13.61%33.14%
HSB/HSV177°23.96%37.65%
CMYK23.96%0.00%1.04%
62.35%

Color #49605F in popluar number systems.

HEX49605F
Decimal739695
Binary100100111000001011111
Octal111140137

Shades and tints

Shades of #49605F

#49605F
(73,96,95)
#435857
(67,88,87)
#3D504F
(61,80,79)
#374847
(55,72,71)
#31403F
(49,64,63)
#2B3837
(43,56,55)
#25302F
(37,48,47)
#1F2827
(31,40,39)
#19201F
(25,32,31)
#131817
(19,24,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #49605F

#49605F
(73,96,95)
#596E6D
(89,110,109)
#697C7B
(105,124,123)
#798A89
(121,138,137)
#899897
(137,152,151)
#99A6A5
(153,166,165)
#A9B4B3
(169,180,179)
#B9C2C1
(185,194,193)
#C9D0CF
(201,208,207)
#D9DEDD
(217,222,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49605F color. Also use rgb(73,96,95) instead hex code.

Text Font Color

.myTextColor { color: #49605F; }

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

This text font color is #49605F.


Background Color

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

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

This div background color is #49605F.


Border color

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

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

This div border color is #49605F.


Opacity

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

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

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

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

This text has shadow with #49605F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49605F on black background.


Color preview on white background

This text has color #49605F on white background.



Black color preview on #49605F background

This text has black color on #49605F background.


White color preview on #49605F background

This text has white color on #49605F background.