COLOR #492730

HEX: #492730
RGB: (73,39,48)

Color info

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

RGB color model

#492730 color RGB value is (73,39,48).

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

RGB channels and saturation

R 73 of 255 = 29%
G 39 of 255 = 15%
B 48 of 255 = 19%

73
39
48

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

Portions of RGB colors in percentages

R + G + B =
73 + 39 + 48 = 160 (100%)
R 73 of 160 ~ 45.63%
G 39 of 160 ~ 24.38%
B 48 of 160 ~ 30%

%45.63
%24.38
%30

CMYK color model

#492730 color CMYK value is (0,47,34,71).

  • cyan value is 0.00%
  • magenta value is 46.58%
  • yellow value is 34.25%
  • key color value is 71.37%
CMYK:
(0,47,34,71)
C0M47Y34K71 
(0%,47%,34%,71%)
(0.00/0.47/0.34/0.71)	

CMYK percentages

%0
%46.58
%34.25
%71.37

Codes

Color #492730 in popluar color models

492730
RGB733948
HSL344°30.36%21.96%
HSB/HSV344°46.58%28.63%
CMYK0.00%46.58%34.25%
71.37%

Color #492730 in popluar number systems.

HEX492730
Decimal733948
Binary1001001100111110000
Octal1114760

Shades and tints

Shades of #492730

#492730
(73,39,48)
#43242C
(67,36,44)
#3D2128
(61,33,40)
#371E24
(55,30,36)
#311B20
(49,27,32)
#2B181C
(43,24,28)
#251518
(37,21,24)
#1F1214
(31,18,20)
#190F10
(25,15,16)
#130C0C
(19,12,12)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #492730

#492730
(73,39,48)
#593A42
(89,58,66)
#694D54
(105,77,84)
#796066
(121,96,102)
#897378
(137,115,120)
#99868A
(153,134,138)
#A9999C
(169,153,156)
#B9ACAE
(185,172,174)
#C9BFC0
(201,191,192)
#D9D2D2
(217,210,210)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492730; }

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

This text font color is #492730.


Background Color

.myBgColor { background-color: #492730; }

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

This div background color is #492730.


Border color

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

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

This div border color is #492730.


Opacity

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

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

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

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

This text has shadow with #492730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492730 on black background.


Color preview on white background

This text has color #492730 on white background.



Black color preview on #492730 background

This text has black color on #492730 background.


White color preview on #492730 background

This text has white color on #492730 background.