COLOR #49404B

HEX: #49404B
RGB: (73,64,75)

Color info

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

RGB color model

#49404B color RGB value is (73,64,75).

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

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 75 of 255 = 29%

73
64
75

R + G + B ~ 28%. #49404B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 75 = 212 (100%)
R 73 of 212 ~ 34.43%
G 64 of 212 ~ 30.19%
B 75 of 212 ~ 35.38%

%34.43
%30.19
%35.38

CMYK color model

#49404B color CMYK value is (3,15,0,71).

  • cyan value is 2.67%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(3,15,0,71)
C3M15Y0K71 
(3%,15%,0%,71%)
(0.03/0.15/0.00/0.71)	

CMYK percentages

%2.67
%14.67
%0
%70.59

Codes

Color #49404B in popluar color models

49404B
RGB736475
HSL289°7.91%27.25%
HSB/HSV289°14.67%29.41%
CMYK2.67%14.67%0.00%
70.59%

Color #49404B in popluar number systems.

HEX49404B
Decimal736475
Binary100100110000001001011
Octal111100113

Shades and tints

Shades of #49404B

#49404B
(73,64,75)
#433B45
(67,59,69)
#3D363F
(61,54,63)
#373139
(55,49,57)
#312C33
(49,44,51)
#2B272D
(43,39,45)
#252227
(37,34,39)
#1F1D21
(31,29,33)
#19181B
(25,24,27)
#131315
(19,19,21)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #49404B

#49404B
(73,64,75)
#59515B
(89,81,91)
#69626B
(105,98,107)
#79737B
(121,115,123)
#89848B
(137,132,139)
#99959B
(153,149,155)
#A9A6AB
(169,166,171)
#B9B7BB
(185,183,187)
#C9C8CB
(201,200,203)
#D9D9DB
(217,217,219)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49404B; }

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

This text font color is #49404B.


Background Color

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

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

This div background color is #49404B.


Border color

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

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

This div border color is #49404B.


Opacity

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

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

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

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

This text has shadow with #49404B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49404B on black background.


Color preview on white background

This text has color #49404B on white background.



Black color preview on #49404B background

This text has black color on #49404B background.


White color preview on #49404B background

This text has white color on #49404B background.