COLOR #492336

HEX: #492336
RGB: (73,35,54)

Color info

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

RGB color model

#492336 color RGB value is (73,35,54).

  • red value is 73;
  • green value is 35;
  • blue value is 54.
RGB:
(73,35,54)
(29%,14%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 54 of 255 = 21%

73
35
54

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

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 54 = 162 (100%)
R 73 of 162 ~ 45.06%
G 35 of 162 ~ 21.6%
B 54 of 162 ~ 33.33%

%45.06
%21.6
%33.33

CMYK color model

#492336 color CMYK value is (0,52,26,71).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 26.03%
  • key color value is 71.37%
CMYK:
(0,52,26,71)
C0M52Y26K71 
(0%,52%,26%,71%)
(0.00/0.52/0.26/0.71)	

CMYK percentages

%0
%52.05
%26.03
%71.37

Codes

Color #492336 in popluar color models

492336
RGB733554
HSL330°35.19%21.18%
HSB/HSV330°52.05%28.63%
CMYK0.00%52.05%26.03%
71.37%

Color #492336 in popluar number systems.

HEX492336
Decimal733554
Binary1001001100011110110
Octal1114366

Shades and tints

Shades of #492336

#492336
(73,35,54)
#432032
(67,32,50)
#3D1D2E
(61,29,46)
#371A2A
(55,26,42)
#311726
(49,23,38)
#2B1422
(43,20,34)
#25111E
(37,17,30)
#1F0E1A
(31,14,26)
#190B16
(25,11,22)
#130812
(19,8,18)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #492336

#492336
(73,35,54)
#593748
(89,55,72)
#694B5A
(105,75,90)
#795F6C
(121,95,108)
#89737E
(137,115,126)
#998790
(153,135,144)
#A99BA2
(169,155,162)
#B9AFB4
(185,175,180)
#C9C3C6
(201,195,198)
#D9D7D8
(217,215,216)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492336; }

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

This text font color is #492336.


Background Color

.myBgColor { background-color: #492336; }

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

This div background color is #492336.


Border color

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

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

This div border color is #492336.


Opacity

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

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

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

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

This text has shadow with #492336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492336 on black background.


Color preview on white background

This text has color #492336 on white background.



Black color preview on #492336 background

This text has black color on #492336 background.


White color preview on #492336 background

This text has white color on #492336 background.