COLOR #492309

HEX: #492309
RGB: (73,35,9)

Color info

#492309 contains mainly red and green colors. Web safe color of #492309 is #333300 (or #330).

RGB color model

#492309 color RGB value is (73,35,9).

  • red value is 73;
  • green value is 35;
  • blue value is 9.
RGB:
(73,35,9)
(29%,14%,4%)

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 9 of 255 = 4%

73
35
9

R + G + B ~ 16%. #492309 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 9 = 117 (100%)
R 73 of 117 ~ 62.39%
G 35 of 117 ~ 29.91%
B 9 of 117 ~ 7.69%

%62.39
%29.91

CMYK color model

#492309 color CMYK value is (0,52,88,71).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 87.67%
  • key color value is 71.37%
CMYK:
(0,52,88,71)
C0M52Y88K71 
(0%,52%,88%,71%)
(0.00/0.52/0.88/0.71)	

CMYK percentages

%0
%52.05
%87.67
%71.37

Codes

Color #492309 in popluar color models

492309
RGB73359
HSL24°78.05%16.08%
HSB/HSV24°87.67%28.63%
CMYK0.00%52.05%87.67%
71.37%

Color #492309 in popluar number systems.

HEX492309
Decimal73359
Binary10010011000111001
Octal1114311

Shades and tints

Shades of #492309

#492309
(73,35,9)
#432009
(67,32,9)
#3D1D09
(61,29,9)
#371A09
(55,26,9)
#311709
(49,23,9)
#2B1409
(43,20,9)
#251109
(37,17,9)
#1F0E09
(31,14,9)
#190B09
(25,11,9)
#130809
(19,8,9)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #492309

#492309
(73,35,9)
#59371F
(89,55,31)
#694B35
(105,75,53)
#795F4B
(121,95,75)
#897361
(137,115,97)
#998777
(153,135,119)
#A99B8D
(169,155,141)
#B9AFA3
(185,175,163)
#C9C3B9
(201,195,185)
#D9D7CF
(217,215,207)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492309 color. Also use rgb(73,35,9) instead hex code.

Text Font Color

.myTextColor { color: #492309; }

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

This text font color is #492309.


Background Color

.myBgColor { background-color: #492309; }

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

This div background color is #492309.


Border color

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

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

This div border color is #492309.


Opacity

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

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

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

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

This text has shadow with #492309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492309 on black background.


Color preview on white background

This text has color #492309 on white background.



Black color preview on #492309 background

This text has black color on #492309 background.


White color preview on #492309 background

This text has white color on #492309 background.