COLOR #492426

HEX: #492426
RGB: (73,36,38)

Color info

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

RGB color model

#492426 color RGB value is (73,36,38).

  • red value is 73;
  • green value is 36;
  • blue value is 38.
RGB:
(73,36,38)
(29%,14%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 36 of 255 = 14%
B 38 of 255 = 15%

73
36
38

R + G + B ~ 19%. #492426 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 36 + 38 = 147 (100%)
R 73 of 147 ~ 49.66%
G 36 of 147 ~ 24.49%
B 38 of 147 ~ 25.85%

%49.66
%24.49
%25.85

CMYK color model

#492426 color CMYK value is (0,51,48,71).

  • cyan value is 0.00%
  • magenta value is 50.68%
  • yellow value is 47.95%
  • key color value is 71.37%
CMYK:
(0,51,48,71)
C0M51Y48K71 
(0%,51%,48%,71%)
(0.00/0.51/0.48/0.71)	

CMYK percentages

%0
%50.68
%47.95
%71.37

Codes

Color #492426 in popluar color models

492426
RGB733638
HSL357°33.94%21.37%
HSB/HSV357°50.68%28.63%
CMYK0.00%50.68%47.95%
71.37%

Color #492426 in popluar number systems.

HEX492426
Decimal733638
Binary1001001100100100110
Octal1114446

Shades and tints

Shades of #492426

#492426
(73,36,38)
#432123
(67,33,35)
#3D1E20
(61,30,32)
#371B1D
(55,27,29)
#31181A
(49,24,26)
#2B1517
(43,21,23)
#251214
(37,18,20)
#1F0F11
(31,15,17)
#190C0E
(25,12,14)
#13090B
(19,9,11)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #492426

#492426
(73,36,38)
#593739
(89,55,57)
#694A4C
(105,74,76)
#795D5F
(121,93,95)
#897072
(137,112,114)
#998385
(153,131,133)
#A99698
(169,150,152)
#B9A9AB
(185,169,171)
#C9BCBE
(201,188,190)
#D9CFD1
(217,207,209)
#E9E2E4
(233,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492426 color. Also use rgb(73,36,38) instead hex code.

Text Font Color

.myTextColor { color: #492426; }

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

This text font color is #492426.


Background Color

.myBgColor { background-color: #492426; }

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

This div background color is #492426.


Border color

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

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

This div border color is #492426.


Opacity

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

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

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

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

This text has shadow with #492426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492426 on black background.


Color preview on white background

This text has color #492426 on white background.



Black color preview on #492426 background

This text has black color on #492426 background.


White color preview on #492426 background

This text has white color on #492426 background.