COLOR #49605E

HEX: #49605E
RGB: (73,96,94)

Color info

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

RGB color model

#49605E color RGB value is (73,96,94).

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

RGB channels and saturation

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

73
96
94

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

Portions of RGB colors in percentages

R + G + B =
73 + 96 + 94 = 263 (100%)
R 73 of 263 ~ 27.76%
G 96 of 263 ~ 36.5%
B 94 of 263 ~ 35.74%

%27.76
%36.5
%35.74

CMYK color model

#49605E color CMYK value is (24,0,2,62).

  • cyan value is 23.96%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 62.35%
CMYK:
(24,0,2,62)
C24M0Y2K62 
(24%,0%,2%,62%)
(0.24/0.00/0.02/0.62)	

CMYK percentages

%23.96
%0
%2.08
%62.35

Codes

Color #49605E in popluar color models

49605E
RGB739694
HSL175°13.61%33.14%
HSB/HSV175°23.96%37.65%
CMYK23.96%0.00%2.08%
62.35%

Color #49605E in popluar number systems.

HEX49605E
Decimal739694
Binary100100111000001011110
Octal111140136

Shades and tints

Shades of #49605E

#49605E
(73,96,94)
#435856
(67,88,86)
#3D504E
(61,80,78)
#374846
(55,72,70)
#31403E
(49,64,62)
#2B3836
(43,56,54)
#25302E
(37,48,46)
#1F2826
(31,40,38)
#19201E
(25,32,30)
#131816
(19,24,22)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #49605E

#49605E
(73,96,94)
#596E6C
(89,110,108)
#697C7A
(105,124,122)
#798A88
(121,138,136)
#899896
(137,152,150)
#99A6A4
(153,166,164)
#A9B4B2
(169,180,178)
#B9C2C0
(185,194,192)
#C9D0CE
(201,208,206)
#D9DEDC
(217,222,220)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49605E; }

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

This text font color is #49605E.


Background Color

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

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

This div background color is #49605E.


Border color

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

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

This div border color is #49605E.


Opacity

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

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

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

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

This text has shadow with #49605E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49605E on black background.


Color preview on white background

This text has color #49605E on white background.



Black color preview on #49605E background

This text has black color on #49605E background.


White color preview on #49605E background

This text has white color on #49605E background.