COLOR #492121

HEX: #492121
RGB: (73,33,33)

Color info

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

RGB color model

#492121 color RGB value is (73,33,33).

  • red value is 73;
  • green value is 33;
  • blue value is 33.
RGB:
(73,33,33)
(29%,13%,13%)

RGB channels and saturation

R 73 of 255 = 29%
G 33 of 255 = 13%
B 33 of 255 = 13%

73
33
33

R + G + B ~ 18%. #492121 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 33 + 33 = 139 (100%)
R 73 of 139 ~ 52.52%
G 33 of 139 ~ 23.74%
B 33 of 139 ~ 23.74%

%52.52
%23.74
%23.74

CMYK color model

#492121 color CMYK value is (0,55,55,71).

  • cyan value is 0.00%
  • magenta value is 54.79%
  • yellow value is 54.79%
  • key color value is 71.37%
CMYK:
(0,55,55,71)
C0M55Y55K71 
(0%,55%,55%,71%)
(0.00/0.55/0.55/0.71)	

CMYK percentages

%0
%54.79
%54.79
%71.37

Codes

Color #492121 in popluar color models

492121
RGB733333
HSL37.74%20.78%
HSB/HSV54.79%28.63%
CMYK0.00%54.79%54.79%
71.37%

Color #492121 in popluar number systems.

HEX492121
Decimal733333
Binary1001001100001100001
Octal1114141

Shades and tints

Shades of #492121

#492121
(73,33,33)
#431E1E
(67,30,30)
#3D1B1B
(61,27,27)
#371818
(55,24,24)
#311515
(49,21,21)
#2B1212
(43,18,18)
#250F0F
(37,15,15)
#1F0C0C
(31,12,12)
#190909
(25,9,9)
#130606
(19,6,6)
#0D0303
(13,3,3)
#000000
(0,0,0)

Tints of #492121

#492121
(73,33,33)
#593535
(89,53,53)
#694949
(105,73,73)
#795D5D
(121,93,93)
#897171
(137,113,113)
#998585
(153,133,133)
#A99999
(169,153,153)
#B9ADAD
(185,173,173)
#C9C1C1
(201,193,193)
#D9D5D5
(217,213,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492121 color. Also use rgb(73,33,33) instead hex code.

Text Font Color

.myTextColor { color: #492121; }

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

This text font color is #492121.


Background Color

.myBgColor { background-color: #492121; }

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

This div background color is #492121.


Border color

.myBorderColor { border: 1px solid #492121; }

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

This div border color is #492121.


Opacity

.myOpacity80 { color: #492121; opacity: 0.8; }

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

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

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

This text has shadow with #492121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492121 on black background.


Color preview on white background

This text has color #492121 on white background.



Black color preview on #492121 background

This text has black color on #492121 background.


White color preview on #492121 background

This text has white color on #492121 background.