COLOR #492812

HEX: #492812
RGB: (73,40,18)

Color info

#492812 contains red, green and blue colors in about the same proportion. Web safe color of #492812 is #333300 (or #330).

RGB color model

#492812 color RGB value is (73,40,18).

  • red value is 73;
  • green value is 40;
  • blue value is 18.
RGB:
(73,40,18)
(29%,16%,7%)

RGB channels and saturation

R 73 of 255 = 29%
G 40 of 255 = 16%
B 18 of 255 = 7%

73
40
18

R + G + B ~ 17%. #492812 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 40 + 18 = 131 (100%)
R 73 of 131 ~ 55.73%
G 40 of 131 ~ 30.53%
B 18 of 131 ~ 13.74%

%55.73
%30.53
%13.74

CMYK color model

#492812 color CMYK value is (0,45,75,71).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(0,45,75,71)
C0M45Y75K71 
(0%,45%,75%,71%)
(0.00/0.45/0.75/0.71)	

CMYK percentages

%0
%45.21
%75.34
%71.37

Codes

Color #492812 in popluar color models

492812
RGB734018
HSL24°60.44%17.84%
HSB/HSV24°75.34%28.63%
CMYK0.00%45.21%75.34%
71.37%

Color #492812 in popluar number systems.

HEX492812
Decimal734018
Binary100100110100010010
Octal1115022

Shades and tints

Shades of #492812

#492812
(73,40,18)
#432511
(67,37,17)
#3D2210
(61,34,16)
#371F0F
(55,31,15)
#311C0E
(49,28,14)
#2B190D
(43,25,13)
#25160C
(37,22,12)
#1F130B
(31,19,11)
#19100A
(25,16,10)
#130D09
(19,13,9)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #492812

#492812
(73,40,18)
#593B27
(89,59,39)
#694E3C
(105,78,60)
#796151
(121,97,81)
#897466
(137,116,102)
#99877B
(153,135,123)
#A99A90
(169,154,144)
#B9ADA5
(185,173,165)
#C9C0BA
(201,192,186)
#D9D3CF
(217,211,207)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492812 color. Also use rgb(73,40,18) instead hex code.

Text Font Color

.myTextColor { color: #492812; }

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

This text font color is #492812.


Background Color

.myBgColor { background-color: #492812; }

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

This div background color is #492812.


Border color

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

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

This div border color is #492812.


Opacity

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

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

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

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

This text has shadow with #492812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492812 on black background.


Color preview on white background

This text has color #492812 on white background.



Black color preview on #492812 background

This text has black color on #492812 background.


White color preview on #492812 background

This text has white color on #492812 background.