COLOR #49645A

HEX: #49645A
RGB: (73,100,90)

Color info

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

RGB color model

#49645A color RGB value is (73,100,90).

  • red value is 73;
  • green value is 100;
  • blue value is 90.
RGB:
(73,100,90)
(29%,39%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 90 of 255 = 35%

73
100
90

R + G + B ~ 34%. #49645A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 90 = 263 (100%)
R 73 of 263 ~ 27.76%
G 100 of 263 ~ 38.02%
B 90 of 263 ~ 34.22%

%27.76
%38.02
%34.22

CMYK color model

#49645A color CMYK value is (27,0,10,61).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 60.78%
CMYK:
(27,0,10,61)
C27M0Y10K61 
(27%,0%,10%,61%)
(0.27/0.00/0.10/0.61)	

CMYK percentages

%27
%0
%10
%60.78

Codes

Color #49645A in popluar color models

49645A
RGB7310090
HSL158°15.61%33.92%
HSB/HSV158°27.00%39.22%
CMYK27.00%0.00%10.00%
60.78%

Color #49645A in popluar number systems.

HEX49645A
Decimal7310090
Binary100100111001001011010
Octal111144132

Shades and tints

Shades of #49645A

#49645A
(73,100,90)
#435B52
(67,91,82)
#3D524A
(61,82,74)
#374942
(55,73,66)
#31403A
(49,64,58)
#2B3732
(43,55,50)
#252E2A
(37,46,42)
#1F2522
(31,37,34)
#191C1A
(25,28,26)
#131312
(19,19,18)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #49645A

#49645A
(73,100,90)
#597269
(89,114,105)
#698078
(105,128,120)
#798E87
(121,142,135)
#899C96
(137,156,150)
#99AAA5
(153,170,165)
#A9B8B4
(169,184,180)
#B9C6C3
(185,198,195)
#C9D4D2
(201,212,210)
#D9E2E1
(217,226,225)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49645A color. Also use rgb(73,100,90) instead hex code.

Text Font Color

.myTextColor { color: #49645A; }

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

This text font color is #49645A.


Background Color

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

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

This div background color is #49645A.


Border color

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

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

This div border color is #49645A.


Opacity

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

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

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

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

This text has shadow with #49645A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49645A on black background.


Color preview on white background

This text has color #49645A on white background.



Black color preview on #49645A background

This text has black color on #49645A background.


White color preview on #49645A background

This text has white color on #49645A background.