COLOR #49384E

HEX: #49384E
RGB: (73,56,78)

Color info

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

RGB color model

#49384E color RGB value is (73,56,78).

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

RGB channels and saturation

R 73 of 255 = 29%
G 56 of 255 = 22%
B 78 of 255 = 31%

73
56
78

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

Portions of RGB colors in percentages

R + G + B =
73 + 56 + 78 = 207 (100%)
R 73 of 207 ~ 35.27%
G 56 of 207 ~ 27.05%
B 78 of 207 ~ 37.68%

%35.27
%27.05
%37.68

CMYK color model

#49384E color CMYK value is (6,28,0,69).

  • cyan value is 6.41%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(6,28,0,69)
C6M28Y0K69 
(6%,28%,0%,69%)
(0.06/0.28/0.00/0.69)	

CMYK percentages

%6.41
%28.21
%0
%69.41

Codes

Color #49384E in popluar color models

49384E
RGB735678
HSL286°16.42%26.27%
HSB/HSV286°28.21%30.59%
CMYK6.41%28.21%0.00%
69.41%

Color #49384E in popluar number systems.

HEX49384E
Decimal735678
Binary10010011110001001110
Octal11170116

Shades and tints

Shades of #49384E

#49384E
(73,56,78)
#433347
(67,51,71)
#3D2E40
(61,46,64)
#372939
(55,41,57)
#312432
(49,36,50)
#2B1F2B
(43,31,43)
#251A24
(37,26,36)
#1F151D
(31,21,29)
#191016
(25,16,22)
#130B0F
(19,11,15)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #49384E

#49384E
(73,56,78)
#594A5E
(89,74,94)
#695C6E
(105,92,110)
#796E7E
(121,110,126)
#89808E
(137,128,142)
#99929E
(153,146,158)
#A9A4AE
(169,164,174)
#B9B6BE
(185,182,190)
#C9C8CE
(201,200,206)
#D9DADE
(217,218,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49384E; }

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

This text font color is #49384E.


Background Color

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

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

This div background color is #49384E.


Border color

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

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

This div border color is #49384E.


Opacity

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

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

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

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

This text has shadow with #49384E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49384E on black background.


Color preview on white background

This text has color #49384E on white background.



Black color preview on #49384E background

This text has black color on #49384E background.


White color preview on #49384E background

This text has white color on #49384E background.