COLOR #492832

HEX: #492832
RGB: (73,40,50)

Color info

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

RGB color model

#492832 color RGB value is (73,40,50).

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

RGB channels and saturation

R 73 of 255 = 29%
G 40 of 255 = 16%
B 50 of 255 = 20%

73
40
50

R + G + B ~ 22%. #492832 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 40 + 50 = 163 (100%)
R 73 of 163 ~ 44.79%
G 40 of 163 ~ 24.54%
B 50 of 163 ~ 30.67%

%44.79
%24.54
%30.67

CMYK color model

#492832 color CMYK value is (0,45,32,71).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 31.51%
  • key color value is 71.37%
CMYK:
(0,45,32,71)
C0M45Y32K71 
(0%,45%,32%,71%)
(0.00/0.45/0.32/0.71)	

CMYK percentages

%0
%45.21
%31.51
%71.37

Codes

Color #492832 in popluar color models

492832
RGB734050
HSL342°29.20%22.16%
HSB/HSV342°45.21%28.63%
CMYK0.00%45.21%31.51%
71.37%

Color #492832 in popluar number systems.

HEX492832
Decimal734050
Binary1001001101000110010
Octal1115062

Shades and tints

Shades of #492832

#492832
(73,40,50)
#43252E
(67,37,46)
#3D222A
(61,34,42)
#371F26
(55,31,38)
#311C22
(49,28,34)
#2B191E
(43,25,30)
#25161A
(37,22,26)
#1F1316
(31,19,22)
#191012
(25,16,18)
#130D0E
(19,13,14)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #492832

#492832
(73,40,50)
#593B44
(89,59,68)
#694E56
(105,78,86)
#796168
(121,97,104)
#89747A
(137,116,122)
#99878C
(153,135,140)
#A99A9E
(169,154,158)
#B9ADB0
(185,173,176)
#C9C0C2
(201,192,194)
#D9D3D4
(217,211,212)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492832; }

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

This text font color is #492832.


Background Color

.myBgColor { background-color: #492832; }

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

This div background color is #492832.


Border color

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

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

This div border color is #492832.


Opacity

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

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

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

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

This text has shadow with #492832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492832 on black background.


Color preview on white background

This text has color #492832 on white background.



Black color preview on #492832 background

This text has black color on #492832 background.


White color preview on #492832 background

This text has white color on #492832 background.