COLOR #49404C

HEX: #49404C RGB: (73,64,76)

Color info

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

RGB color model

#49404C color RGB value is (73,64,76).

RGB: (73,64,76) (29%, 25%, 30%)

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 76 of 255 = 30%

73
64
76

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

Portions of RGB colors in percentages

R + G + B = 73 + 64 + 76 = 213 (100%)
R 73 of 213 ~ 34.27%
G 64 of 213 ~ 30.05%
B 76 of 213 ~ 35.68'%

%34.27
%30.05
%35.68

CMYK color model

#49404C color CMYK value is (4,16,0,70).

  • cyan value is 3.95%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (4,16,0,70)
C4M16Y0K70 (4%, 16%, 0%, 70%)
(0.04 / 0.16 / 0.00 / 0.70)

CMYK percentages

%3.95
%15.79
%0
%70.2

Codes

Color #49404C in popluar color models

49 40 4C
RGB 73 64 76
HSL 285° 8.57% 27.45%
HSB/HSV 285° 15.79% 29.80%
CMYK 3.95% 15.79% 0.00%
70.20%

Color #49404C in popluar number systems.

HEX 49 40 4C
Decimal 73 64 76
Binary 1001001 1000000 1001100
Octal 111 100 114

Shades and tints

Shades of #49404C

#49404C
(73,64,76)
#433B46
(67,59,70)
#3D3640
(61,54,64)
#37313A
(55,49,58)
#312C34
(49,44,52)
#2B272E
(43,39,46)
#252228
(37,34,40)
#1F1D22
(31,29,34)
#19181C
(25,24,28)
#131316
(19,19,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #49404C

#49404C
(73,64,76)
#59515C
(89,81,92)
#69626C
(105,98,108)
#79737C
(121,115,124)
#89848C
(137,132,140)
#99959C
(153,149,156)
#A9A6AC
(169,166,172)
#B9B7BC
(185,183,188)
#C9C8CC
(201,200,204)
#D9D9DC
(217,217,220)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49404C; }

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

This text font color is #49404C.

Background Color

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

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

This div background color is #49404C.

Border color

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

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

This div border color is #49404C.

Opacity

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

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

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

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

This text has shadow with #49404C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49404C.

Preview

Color preview on black background

This text has color #49404C on black background.


Color preview on white background

This text has color #49404C on white background.


Black color preview on #49404C background

This text has black color on #49404C background.


White color preview on #49404C background

This text has white color on #49404C background.


Related colors

Complementary color

Complementary color for #hex is #B6BFB3.


I love getcolorcode.com

Triadic colors

1 #4C4940 and #404C49 with #49404C are triadic colors.

2 #4C4049 and #40494C with #49404C are triadic colors.