COLOR #49364E

HEX: #49364E
RGB: (73,54,78)

Color info

#49364E contains red, green and blue colors in about the same proportion. Web safe color of #49364E is #333366 (or #336).

RGB color model

#49364E color RGB value is (73,54,78).

  • red value is 73;
  • green value is 54;
  • blue value is 78.
RGB:
(73,54,78)
(29%,21%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 54 of 255 = 21%
B 78 of 255 = 31%

73
54
78

R + G + B ~ 27%. #49364E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 54 + 78 = 205 (100%)
R 73 of 205 ~ 35.61%
G 54 of 205 ~ 26.34%
B 78 of 205 ~ 38.05%

%35.61
%26.34
%38.05

CMYK color model

#49364E color CMYK value is (6,31,0,69).

  • cyan value is 6.41%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(6,31,0,69)
C6M31Y0K69 
(6%,31%,0%,69%)
(0.06/0.31/0.00/0.69)	

CMYK percentages

%6.41
%30.77
%0
%69.41

Codes

Color #49364E in popluar color models

49364E
RGB735478
HSL288°18.18%25.88%
HSB/HSV288°30.77%30.59%
CMYK6.41%30.77%0.00%
69.41%

Color #49364E in popluar number systems.

HEX49364E
Decimal735478
Binary10010011101101001110
Octal11166116

Shades and tints

Shades of #49364E

#49364E
(73,54,78)
#433247
(67,50,71)
#3D2E40
(61,46,64)
#372A39
(55,42,57)
#312632
(49,38,50)
#2B222B
(43,34,43)
#251E24
(37,30,36)
#1F1A1D
(31,26,29)
#191616
(25,22,22)
#13120F
(19,18,15)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #49364E

#49364E
(73,54,78)
#59485E
(89,72,94)
#695A6E
(105,90,110)
#796C7E
(121,108,126)
#897E8E
(137,126,142)
#99909E
(153,144,158)
#A9A2AE
(169,162,174)
#B9B4BE
(185,180,190)
#C9C6CE
(201,198,206)
#D9D8DE
(217,216,222)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49364E color. Also use rgb(73,54,78) instead hex code.

Text Font Color

.myTextColor { color: #49364E; }

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

This text font color is #49364E.


Background Color

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

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

This div background color is #49364E.


Border color

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

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

This div border color is #49364E.


Opacity

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

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

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

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

This text has shadow with #49364E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49364E on black background.


Color preview on white background

This text has color #49364E on white background.



Black color preview on #49364E background

This text has black color on #49364E background.


White color preview on #49364E background

This text has white color on #49364E background.