COLOR #49434A

HEX: #49434A
RGB: (73,67,74)

Color info

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

RGB color model

#49434A color RGB value is (73,67,74).

  • red value is 73;
  • green value is 67;
  • blue value is 74.
RGB:
(73,67,74)
(29%,26%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 67 of 255 = 26%
B 74 of 255 = 29%

73
67
74

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

Portions of RGB colors in percentages

R + G + B =
73 + 67 + 74 = 214 (100%)
R 73 of 214 ~ 34.11%
G 67 of 214 ~ 31.31%
B 74 of 214 ~ 34.58%

%34.11
%31.31
%34.58

CMYK color model

#49434A color CMYK value is (1,9,0,71).

  • cyan value is 1.35%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(1,9,0,71)
C1M9Y0K71 
(1%,9%,0%,71%)
(0.01/0.09/0.00/0.71)	

CMYK percentages

%1.35
%9.46
%0
%70.98

Codes

Color #49434A in popluar color models

49434A
RGB736774
HSL291°4.96%27.65%
HSB/HSV291°9.46%29.02%
CMYK1.35%9.46%0.00%
70.98%

Color #49434A in popluar number systems.

HEX49434A
Decimal736774
Binary100100110000111001010
Octal111103112

Shades and tints

Shades of #49434A

#49434A
(73,67,74)
#433D44
(67,61,68)
#3D373E
(61,55,62)
#373138
(55,49,56)
#312B32
(49,43,50)
#2B252C
(43,37,44)
#251F26
(37,31,38)
#1F1920
(31,25,32)
#19131A
(25,19,26)
#130D14
(19,13,20)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #49434A

#49434A
(73,67,74)
#59545A
(89,84,90)
#69656A
(105,101,106)
#79767A
(121,118,122)
#89878A
(137,135,138)
#99989A
(153,152,154)
#A9A9AA
(169,169,170)
#B9BABA
(185,186,186)
#C9CBCA
(201,203,202)
#D9DCDA
(217,220,218)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49434A color. Also use rgb(73,67,74) instead hex code.

Text Font Color

.myTextColor { color: #49434A; }

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

This text font color is #49434A.


Background Color

.myBgColor { background-color: #49434A; }

<div style="background-color:#49434A">Inner text</div>

This div background color is #49434A.


Border color

.myBorderColor { border: 1px solid #49434A; }

<div style="border:3px solid #49434A">Div</div>

This div border color is #49434A.


Opacity

.myOpacity80 { color: #49434A; opacity: 0.8; }

<p style="color:#49434A;opacity:0.8;">80%</p>

Text with #49434A 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 #49434A;}

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

This text has shadow with #49434A color.

.textShadow {text-shadow: 3px 3px 1px #49434A, 3px 3px 1px red;}

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

This text has shadow with #49434A primary color and red secondary color.


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

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

This text has shadow with #49434A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49434A on black background.


Color preview on white background

This text has color #49434A on white background.



Black color preview on #49434A background

This text has black color on #49434A background.


White color preview on #49434A background

This text has white color on #49434A background.