COLOR #492133

HEX: #492133
RGB: (73,33,51)

Color info

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

RGB color model

#492133 color RGB value is (73,33,51).

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

RGB channels and saturation

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

73
33
51

R + G + B ~ 21%. #492133 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 33 + 51 = 157 (100%)
R 73 of 157 ~ 46.5%
G 33 of 157 ~ 21.02%
B 51 of 157 ~ 32.48%

%46.5
%21.02
%32.48

CMYK color model

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

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

CMYK percentages

%0
%54.79
%30.14
%71.37

Codes

Color #492133 in popluar color models

492133
RGB733351
HSL333°37.74%20.78%
HSB/HSV333°54.79%28.63%
CMYK0.00%54.79%30.14%
71.37%

Color #492133 in popluar number systems.

HEX492133
Decimal733351
Binary1001001100001110011
Octal1114163

Shades and tints

Shades of #492133

#492133
(73,33,51)
#431E2F
(67,30,47)
#3D1B2B
(61,27,43)
#371827
(55,24,39)
#311523
(49,21,35)
#2B121F
(43,18,31)
#250F1B
(37,15,27)
#1F0C17
(31,12,23)
#190913
(25,9,19)
#13060F
(19,6,15)
#0D030B
(13,3,11)
#000000
(0,0,0)

Tints of #492133

#492133
(73,33,51)
#593545
(89,53,69)
#694957
(105,73,87)
#795D69
(121,93,105)
#89717B
(137,113,123)
#99858D
(153,133,141)
#A9999F
(169,153,159)
#B9ADB1
(185,173,177)
#C9C1C3
(201,193,195)
#D9D5D5
(217,213,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492133; }

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

This text font color is #492133.


Background Color

.myBgColor { background-color: #492133; }

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

This div background color is #492133.


Border color

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

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

This div border color is #492133.


Opacity

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

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

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

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

This text has shadow with #492133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492133 on black background.


Color preview on white background

This text has color #492133 on white background.



Black color preview on #492133 background

This text has black color on #492133 background.


White color preview on #492133 background

This text has white color on #492133 background.