COLOR #49414C

HEX: #49414C
RGB: (73,65,76)

Color info

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

RGB color model

#49414C color RGB value is (73,65,76).

  • red value is 73;
  • green value is 65;
  • blue value is 76.
RGB:
(73,65,76)
(29%,25%,30%)

RGB channels and saturation

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

73
65
76

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

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 76 = 214 (100%)
R 73 of 214 ~ 34.11%
G 65 of 214 ~ 30.37%
B 76 of 214 ~ 35.51%

%34.11
%30.37
%35.51

CMYK color model

#49414C color CMYK value is (4,14,0,70).

  • cyan value is 3.95%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(4,14,0,70)
C4M14Y0K70 
(4%,14%,0%,70%)
(0.04/0.14/0.00/0.70)	

CMYK percentages

%3.95
%14.47
%0
%70.2

Codes

Color #49414C in popluar color models

49414C
RGB736576
HSL284°7.80%27.65%
HSB/HSV284°14.47%29.80%
CMYK3.95%14.47%0.00%
70.20%

Color #49414C in popluar number systems.

HEX49414C
Decimal736576
Binary100100110000011001100
Octal111101114

Shades and tints

Shades of #49414C

#49414C
(73,65,76)
#433C46
(67,60,70)
#3D3740
(61,55,64)
#37323A
(55,50,58)
#312D34
(49,45,52)
#2B282E
(43,40,46)
#252328
(37,35,40)
#1F1E22
(31,30,34)
#19191C
(25,25,28)
#131416
(19,20,22)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #49414C

#49414C
(73,65,76)
#59525C
(89,82,92)
#69636C
(105,99,108)
#79747C
(121,116,124)
#89858C
(137,133,140)
#99969C
(153,150,156)
#A9A7AC
(169,167,172)
#B9B8BC
(185,184,188)
#C9C9CC
(201,201,204)
#D9DADC
(217,218,220)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49414C; }

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

This text font color is #49414C.


Background Color

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

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

This div background color is #49414C.


Border color

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

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

This div border color is #49414C.


Opacity

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

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

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

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

This text has shadow with #49414C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49414C on black background.


Color preview on white background

This text has color #49414C on white background.



Black color preview on #49414C background

This text has black color on #49414C background.


White color preview on #49414C background

This text has white color on #49414C background.