COLOR #492732

HEX: #492732
RGB: (73,39,50)

Color info

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

RGB color model

#492732 color RGB value is (73,39,50).

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

RGB channels and saturation

R 73 of 255 = 29%
G 39 of 255 = 15%
B 50 of 255 = 20%

73
39
50

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

Portions of RGB colors in percentages

R + G + B =
73 + 39 + 50 = 162 (100%)
R 73 of 162 ~ 45.06%
G 39 of 162 ~ 24.07%
B 50 of 162 ~ 30.86%

%45.06
%24.07
%30.86

CMYK color model

#492732 color CMYK value is (0,47,32,71).

  • cyan value is 0.00%
  • magenta value is 46.58%
  • yellow value is 31.51%
  • key color value is 71.37%
CMYK:
(0,47,32,71)
C0M47Y32K71 
(0%,47%,32%,71%)
(0.00/0.47/0.32/0.71)	

CMYK percentages

%0
%46.58
%31.51
%71.37

Codes

Color #492732 in popluar color models

492732
RGB733950
HSL341°30.36%21.96%
HSB/HSV341°46.58%28.63%
CMYK0.00%46.58%31.51%
71.37%

Color #492732 in popluar number systems.

HEX492732
Decimal733950
Binary1001001100111110010
Octal1114762

Shades and tints

Shades of #492732

#492732
(73,39,50)
#43242E
(67,36,46)
#3D212A
(61,33,42)
#371E26
(55,30,38)
#311B22
(49,27,34)
#2B181E
(43,24,30)
#25151A
(37,21,26)
#1F1216
(31,18,22)
#190F12
(25,15,18)
#130C0E
(19,12,14)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #492732

#492732
(73,39,50)
#593A44
(89,58,68)
#694D56
(105,77,86)
#796068
(121,96,104)
#89737A
(137,115,122)
#99868C
(153,134,140)
#A9999E
(169,153,158)
#B9ACB0
(185,172,176)
#C9BFC2
(201,191,194)
#D9D2D4
(217,210,212)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492732; }

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

This text font color is #492732.


Background Color

.myBgColor { background-color: #492732; }

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

This div background color is #492732.


Border color

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

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

This div border color is #492732.


Opacity

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

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

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

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

This text has shadow with #492732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492732 on black background.


Color preview on white background

This text has color #492732 on white background.



Black color preview on #492732 background

This text has black color on #492732 background.


White color preview on #492732 background

This text has white color on #492732 background.