COLOR #49324A

HEX: #49324A
RGB: (73,50,74)

Color info

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

RGB color model

#49324A color RGB value is (73,50,74).

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

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 74 of 255 = 29%

73
50
74

R + G + B ~ 26%. #49324A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 74 = 197 (100%)
R 73 of 197 ~ 37.06%
G 50 of 197 ~ 25.38%
B 74 of 197 ~ 37.56%

%37.06
%25.38
%37.56

CMYK color model

#49324A color CMYK value is (1,32,0,71).

  • cyan value is 1.35%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(1,32,0,71)
C1M32Y0K71 
(1%,32%,0%,71%)
(0.01/0.32/0.00/0.71)	

CMYK percentages

%1.35
%32.43
%0
%70.98

Codes

Color #49324A in popluar color models

49324A
RGB735074
HSL298°19.35%24.31%
HSB/HSV298°32.43%29.02%
CMYK1.35%32.43%0.00%
70.98%

Color #49324A in popluar number systems.

HEX49324A
Decimal735074
Binary10010011100101001010
Octal11162112

Shades and tints

Shades of #49324A

#49324A
(73,50,74)
#432E44
(67,46,68)
#3D2A3E
(61,42,62)
#372638
(55,38,56)
#312232
(49,34,50)
#2B1E2C
(43,30,44)
#251A26
(37,26,38)
#1F1620
(31,22,32)
#19121A
(25,18,26)
#130E14
(19,14,20)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #49324A

#49324A
(73,50,74)
#59445A
(89,68,90)
#69566A
(105,86,106)
#79687A
(121,104,122)
#897A8A
(137,122,138)
#998C9A
(153,140,154)
#A99EAA
(169,158,170)
#B9B0BA
(185,176,186)
#C9C2CA
(201,194,202)
#D9D4DA
(217,212,218)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49324A; }

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

This text font color is #49324A.


Background Color

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

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

This div background color is #49324A.


Border color

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

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

This div border color is #49324A.


Opacity

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

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

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

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

This text has shadow with #49324A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49324A on black background.


Color preview on white background

This text has color #49324A on white background.



Black color preview on #49324A background

This text has black color on #49324A background.


White color preview on #49324A background

This text has white color on #49324A background.