COLOR #492135

HEX: #492135
RGB: (73,33,53)

Color info

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

RGB color model

#492135 color RGB value is (73,33,53).

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

RGB channels and saturation

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

73
33
53

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

Portions of RGB colors in percentages

R + G + B =
73 + 33 + 53 = 159 (100%)
R 73 of 159 ~ 45.91%
G 33 of 159 ~ 20.75%
B 53 of 159 ~ 33.33%

%45.91
%20.75
%33.33

CMYK color model

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

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

CMYK percentages

%0
%54.79
%27.4
%71.37

Codes

Color #492135 in popluar color models

492135
RGB733353
HSL330°37.74%20.78%
HSB/HSV330°54.79%28.63%
CMYK0.00%54.79%27.40%
71.37%

Color #492135 in popluar number systems.

HEX492135
Decimal733353
Binary1001001100001110101
Octal1114165

Shades and tints

Shades of #492135

#492135
(73,33,53)
#431E31
(67,30,49)
#3D1B2D
(61,27,45)
#371829
(55,24,41)
#311525
(49,21,37)
#2B1221
(43,18,33)
#250F1D
(37,15,29)
#1F0C19
(31,12,25)
#190915
(25,9,21)
#130611
(19,6,17)
#0D030D
(13,3,13)
#000000
(0,0,0)

Tints of #492135

#492135
(73,33,53)
#593547
(89,53,71)
#694959
(105,73,89)
#795D6B
(121,93,107)
#89717D
(137,113,125)
#99858F
(153,133,143)
#A999A1
(169,153,161)
#B9ADB3
(185,173,179)
#C9C1C5
(201,193,197)
#D9D5D7
(217,213,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492135; }

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

This text font color is #492135.


Background Color

.myBgColor { background-color: #492135; }

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

This div background color is #492135.


Border color

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

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

This div border color is #492135.


Opacity

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

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

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

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

This text has shadow with #492135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492135 on black background.


Color preview on white background

This text has color #492135 on white background.



Black color preview on #492135 background

This text has black color on #492135 background.


White color preview on #492135 background

This text has white color on #492135 background.