COLOR #492827

HEX: #492827
RGB: (73,40,39)

Color info

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

RGB color model

#492827 color RGB value is (73,40,39).

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

RGB channels and saturation

R 73 of 255 = 29%
G 40 of 255 = 16%
B 39 of 255 = 15%

73
40
39

R + G + B ~ 20%. #492827 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 40 + 39 = 152 (100%)
R 73 of 152 ~ 48.03%
G 40 of 152 ~ 26.32%
B 39 of 152 ~ 25.66%

%48.03
%26.32
%25.66

CMYK color model

#492827 color CMYK value is (0,45,47,71).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 46.58%
  • key color value is 71.37%
CMYK:
(0,45,47,71)
C0M45Y47K71 
(0%,45%,47%,71%)
(0.00/0.45/0.47/0.71)	

CMYK percentages

%0
%45.21
%46.58
%71.37

Codes

Color #492827 in popluar color models

492827
RGB734039
HSL30.36%21.96%
HSB/HSV46.58%28.63%
CMYK0.00%45.21%46.58%
71.37%

Color #492827 in popluar number systems.

HEX492827
Decimal734039
Binary1001001101000100111
Octal1115047

Shades and tints

Shades of #492827

#492827
(73,40,39)
#432524
(67,37,36)
#3D2221
(61,34,33)
#371F1E
(55,31,30)
#311C1B
(49,28,27)
#2B1918
(43,25,24)
#251615
(37,22,21)
#1F1312
(31,19,18)
#19100F
(25,16,15)
#130D0C
(19,13,12)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #492827

#492827
(73,40,39)
#593B3A
(89,59,58)
#694E4D
(105,78,77)
#796160
(121,97,96)
#897473
(137,116,115)
#998786
(153,135,134)
#A99A99
(169,154,153)
#B9ADAC
(185,173,172)
#C9C0BF
(201,192,191)
#D9D3D2
(217,211,210)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492827; }

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

This text font color is #492827.


Background Color

.myBgColor { background-color: #492827; }

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

This div background color is #492827.


Border color

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

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

This div border color is #492827.


Opacity

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

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

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

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

This text has shadow with #492827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492827 on black background.


Color preview on white background

This text has color #492827 on white background.



Black color preview on #492827 background

This text has black color on #492827 background.


White color preview on #492827 background

This text has white color on #492827 background.