COLOR #492E1C

HEX: #492E1C
RGB: (73,46,28)

Color info

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

RGB color model

#492E1C color RGB value is (73,46,28).

  • red value is 73;
  • green value is 46;
  • blue value is 28.
RGB:
(73,46,28)
(29%,18%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 46 of 255 = 18%
B 28 of 255 = 11%

73
46
28

R + G + B ~ 19%. #492E1C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 28 = 147 (100%)
R 73 of 147 ~ 49.66%
G 46 of 147 ~ 31.29%
B 28 of 147 ~ 19.05%

%49.66
%31.29
%19.05

CMYK color model

#492E1C color CMYK value is (0,37,62,71).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 61.64%
  • key color value is 71.37%
CMYK:
(0,37,62,71)
C0M37Y62K71 
(0%,37%,62%,71%)
(0.00/0.37/0.62/0.71)	

CMYK percentages

%0
%36.99
%61.64
%71.37

Codes

Color #492E1C in popluar color models

492E1C
RGB734628
HSL24°44.55%19.80%
HSB/HSV24°61.64%28.63%
CMYK0.00%36.99%61.64%
71.37%

Color #492E1C in popluar number systems.

HEX492E1C
Decimal734628
Binary100100110111011100
Octal1115634

Shades and tints

Shades of #492E1C

#492E1C
(73,46,28)
#432A1A
(67,42,26)
#3D2618
(61,38,24)
#372216
(55,34,22)
#311E14
(49,30,20)
#2B1A12
(43,26,18)
#251610
(37,22,16)
#1F120E
(31,18,14)
#190E0C
(25,14,12)
#130A0A
(19,10,10)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #492E1C

#492E1C
(73,46,28)
#594130
(89,65,48)
#695444
(105,84,68)
#796758
(121,103,88)
#897A6C
(137,122,108)
#998D80
(153,141,128)
#A9A094
(169,160,148)
#B9B3A8
(185,179,168)
#C9C6BC
(201,198,188)
#D9D9D0
(217,217,208)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492E1C color. Also use rgb(73,46,28) instead hex code.

Text Font Color

.myTextColor { color: #492E1C; }

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

This text font color is #492E1C.


Background Color

.myBgColor { background-color: #492E1C; }

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

This div background color is #492E1C.


Border color

.myBorderColor { border: 1px solid #492E1C; }

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

This div border color is #492E1C.


Opacity

.myOpacity80 { color: #492E1C; opacity: 0.8; }

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

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

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

This text has shadow with #492E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E1C on black background.


Color preview on white background

This text has color #492E1C on white background.



Black color preview on #492E1C background

This text has black color on #492E1C background.


White color preview on #492E1C background

This text has white color on #492E1C background.