COLOR #492430

HEX: #492430
RGB: (73,36,48)

Color info

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

RGB color model

#492430 color RGB value is (73,36,48).

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

RGB channels and saturation

R 73 of 255 = 29%
G 36 of 255 = 14%
B 48 of 255 = 19%

73
36
48

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

Portions of RGB colors in percentages

R + G + B =
73 + 36 + 48 = 157 (100%)
R 73 of 157 ~ 46.5%
G 36 of 157 ~ 22.93%
B 48 of 157 ~ 30.57%

%46.5
%22.93
%30.57

CMYK color model

#492430 color CMYK value is (0,51,34,71).

  • cyan value is 0.00%
  • magenta value is 50.68%
  • yellow value is 34.25%
  • key color value is 71.37%
CMYK:
(0,51,34,71)
C0M51Y34K71 
(0%,51%,34%,71%)
(0.00/0.51/0.34/0.71)	

CMYK percentages

%0
%50.68
%34.25
%71.37

Codes

Color #492430 in popluar color models

492430
RGB733648
HSL341°33.94%21.37%
HSB/HSV341°50.68%28.63%
CMYK0.00%50.68%34.25%
71.37%

Color #492430 in popluar number systems.

HEX492430
Decimal733648
Binary1001001100100110000
Octal1114460

Shades and tints

Shades of #492430

#492430
(73,36,48)
#43212C
(67,33,44)
#3D1E28
(61,30,40)
#371B24
(55,27,36)
#311820
(49,24,32)
#2B151C
(43,21,28)
#251218
(37,18,24)
#1F0F14
(31,15,20)
#190C10
(25,12,16)
#13090C
(19,9,12)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #492430

#492430
(73,36,48)
#593742
(89,55,66)
#694A54
(105,74,84)
#795D66
(121,93,102)
#897078
(137,112,120)
#99838A
(153,131,138)
#A9969C
(169,150,156)
#B9A9AE
(185,169,174)
#C9BCC0
(201,188,192)
#D9CFD2
(217,207,210)
#E9E2E4
(233,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492430; }

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

This text font color is #492430.


Background Color

.myBgColor { background-color: #492430; }

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

This div background color is #492430.


Border color

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

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

This div border color is #492430.


Opacity

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

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

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

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

This text has shadow with #492430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492430 on black background.


Color preview on white background

This text has color #492430 on white background.



Black color preview on #492430 background

This text has black color on #492430 background.


White color preview on #492430 background

This text has white color on #492430 background.