COLOR #492438

HEX: #492438
RGB: (73,36,56)

Color info

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

RGB color model

#492438 color RGB value is (73,36,56).

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

RGB channels and saturation

R 73 of 255 = 29%
G 36 of 255 = 14%
B 56 of 255 = 22%

73
36
56

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

Portions of RGB colors in percentages

R + G + B =
73 + 36 + 56 = 165 (100%)
R 73 of 165 ~ 44.24%
G 36 of 165 ~ 21.82%
B 56 of 165 ~ 33.94%

%44.24
%21.82
%33.94

CMYK color model

#492438 color CMYK value is (0,51,23,71).

  • cyan value is 0.00%
  • magenta value is 50.68%
  • yellow value is 23.29%
  • key color value is 71.37%
CMYK:
(0,51,23,71)
C0M51Y23K71 
(0%,51%,23%,71%)
(0.00/0.51/0.23/0.71)	

CMYK percentages

%0
%50.68
%23.29
%71.37

Codes

Color #492438 in popluar color models

492438
RGB733656
HSL328°33.94%21.37%
HSB/HSV328°50.68%28.63%
CMYK0.00%50.68%23.29%
71.37%

Color #492438 in popluar number systems.

HEX492438
Decimal733656
Binary1001001100100111000
Octal1114470

Shades and tints

Shades of #492438

#492438
(73,36,56)
#432133
(67,33,51)
#3D1E2E
(61,30,46)
#371B29
(55,27,41)
#311824
(49,24,36)
#2B151F
(43,21,31)
#25121A
(37,18,26)
#1F0F15
(31,15,21)
#190C10
(25,12,16)
#13090B
(19,9,11)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #492438

#492438
(73,36,56)
#59374A
(89,55,74)
#694A5C
(105,74,92)
#795D6E
(121,93,110)
#897080
(137,112,128)
#998392
(153,131,146)
#A996A4
(169,150,164)
#B9A9B6
(185,169,182)
#C9BCC8
(201,188,200)
#D9CFDA
(217,207,218)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492438; }

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

This text font color is #492438.


Background Color

.myBgColor { background-color: #492438; }

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

This div background color is #492438.


Border color

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

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

This div border color is #492438.


Opacity

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

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

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

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

This text has shadow with #492438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492438 on black background.


Color preview on white background

This text has color #492438 on white background.



Black color preview on #492438 background

This text has black color on #492438 background.


White color preview on #492438 background

This text has white color on #492438 background.