COLOR #49374D

HEX: #49374D
RGB: (73,55,77)

Color info

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

RGB color model

#49374D color RGB value is (73,55,77).

  • red value is 73;
  • green value is 55;
  • blue value is 77.
RGB:
(73,55,77)
(29%,22%,30%)

RGB channels and saturation

R 73 of 255 = 29%
G 55 of 255 = 22%
B 77 of 255 = 30%

73
55
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 55 + 77 = 205 (100%)
R 73 of 205 ~ 35.61%
G 55 of 205 ~ 26.83%
B 77 of 205 ~ 37.56%

%35.61
%26.83
%37.56

CMYK color model

#49374D color CMYK value is (5,29,0,70).

  • cyan value is 5.19%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(5,29,0,70)
C5M29Y0K70 
(5%,29%,0%,70%)
(0.05/0.29/0.00/0.70)	

CMYK percentages

%5.19
%28.57
%0
%69.8

Codes

Color #49374D in popluar color models

49374D
RGB735577
HSL289°16.67%25.88%
HSB/HSV289°28.57%30.20%
CMYK5.19%28.57%0.00%
69.80%

Color #49374D in popluar number systems.

HEX49374D
Decimal735577
Binary10010011101111001101
Octal11167115

Shades and tints

Shades of #49374D

#49374D
(73,55,77)
#433246
(67,50,70)
#3D2D3F
(61,45,63)
#372838
(55,40,56)
#312331
(49,35,49)
#2B1E2A
(43,30,42)
#251923
(37,25,35)
#1F141C
(31,20,28)
#190F15
(25,15,21)
#130A0E
(19,10,14)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #49374D

#49374D
(73,55,77)
#59495D
(89,73,93)
#695B6D
(105,91,109)
#796D7D
(121,109,125)
#897F8D
(137,127,141)
#99919D
(153,145,157)
#A9A3AD
(169,163,173)
#B9B5BD
(185,181,189)
#C9C7CD
(201,199,205)
#D9D9DD
(217,217,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49374D color. Also use rgb(73,55,77) instead hex code.

Text Font Color

.myTextColor { color: #49374D; }

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

This text font color is #49374D.


Background Color

.myBgColor { background-color: #49374D; }

<div style="background-color:#49374D">Inner text</div>

This div background color is #49374D.


Border color

.myBorderColor { border: 1px solid #49374D; }

<div style="border:3px solid #49374D">Div</div>

This div border color is #49374D.


Opacity

.myOpacity80 { color: #49374D; opacity: 0.8; }

<p style="color:#49374D;opacity:0.8;">80%</p>

Text with #49374D 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 #49374D;}

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

This text has shadow with #49374D color.

.textShadow {text-shadow: 3px 3px 1px #49374D, 3px 3px 1px red;}

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

This text has shadow with #49374D primary color and red secondary color.


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

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

This text has shadow with #49374D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49374D on black background.


Color preview on white background

This text has color #49374D on white background.



Black color preview on #49374D background

This text has black color on #49374D background.


White color preview on #49374D background

This text has white color on #49374D background.