COLOR #49384B

HEX: #49384B
RGB: (73,56,75)

Color info

#49384B contains red, green and blue colors in about the same proportion. Web safe color of #49384B is #333333 (or #333).

RGB color model

#49384B color RGB value is (73,56,75).

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

RGB channels and saturation

R 73 of 255 = 29%
G 56 of 255 = 22%
B 75 of 255 = 29%

73
56
75

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

Portions of RGB colors in percentages

R + G + B =
73 + 56 + 75 = 204 (100%)
R 73 of 204 ~ 35.78%
G 56 of 204 ~ 27.45%
B 75 of 204 ~ 36.76%

%35.78
%27.45
%36.76

CMYK color model

#49384B color CMYK value is (3,25,0,71).

  • cyan value is 2.67%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(3,25,0,71)
C3M25Y0K71 
(3%,25%,0%,71%)
(0.03/0.25/0.00/0.71)	

CMYK percentages

%2.67
%25.33
%0
%70.59

Codes

Color #49384B in popluar color models

49384B
RGB735675
HSL294°14.50%25.69%
HSB/HSV294°25.33%29.41%
CMYK2.67%25.33%0.00%
70.59%

Color #49384B in popluar number systems.

HEX49384B
Decimal735675
Binary10010011110001001011
Octal11170113

Shades and tints

Shades of #49384B

#49384B
(73,56,75)
#433345
(67,51,69)
#3D2E3F
(61,46,63)
#372939
(55,41,57)
#312433
(49,36,51)
#2B1F2D
(43,31,45)
#251A27
(37,26,39)
#1F1521
(31,21,33)
#19101B
(25,16,27)
#130B15
(19,11,21)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #49384B

#49384B
(73,56,75)
#594A5B
(89,74,91)
#695C6B
(105,92,107)
#796E7B
(121,110,123)
#89808B
(137,128,139)
#99929B
(153,146,155)
#A9A4AB
(169,164,171)
#B9B6BB
(185,182,187)
#C9C8CB
(201,200,203)
#D9DADB
(217,218,219)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49384B; }

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

This text font color is #49384B.


Background Color

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

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

This div background color is #49384B.


Border color

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

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

This div border color is #49384B.


Opacity

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

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

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

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

This text has shadow with #49384B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49384B on black background.


Color preview on white background

This text has color #49384B on white background.



Black color preview on #49384B background

This text has black color on #49384B background.


White color preview on #49384B background

This text has white color on #49384B background.