COLOR #492D1C

HEX: #492D1C RGB: (73,45,28)

Color info

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

RGB color model

#492D1C color RGB value is (73,45,28).

RGB: (73,45,28) (29%, 18%, 11%)

RGB channels and saturation

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

73
45
28

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

Portions of RGB colors in percentages

R + G + B = 73 + 45 + 28 = 146 (100%)
R 73 of 146 ~ 50%
G 45 of 146 ~ 30.82%
B 28 of 146 ~ 19.18'%

%50
%30.82
%19.18

CMYK color model

#492D1C color CMYK value is (0,38,62,71).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 61.64%
  • key color value is 71.37%

CMYK: (0,38,62,71)
C0M38Y62K71 (0%, 38%, 62%, 71%)
(0.00 / 0.38 / 0.62 / 0.71)

CMYK percentages

%0
%38.36
%61.64
%71.37

Codes

Color #492D1C in popluar color models

49 2D 1C
RGB 73 45 28
HSL 23° 44.55% 19.80%
HSB/HSV 23° 61.64% 28.63%
CMYK 0.00% 38.36% 61.64%
71.37%

Color #492D1C in popluar number systems.

HEX 49 2D 1C
Decimal 73 45 28
Binary 1001001 101101 11100
Octal 111 55 34

Shades and tints

Shades of #492D1C

#492D1C
(73,45,28)
#43291A
(67,41,26)
#3D2518
(61,37,24)
#372116
(55,33,22)
#311D14
(49,29,20)
#2B1912
(43,25,18)
#251510
(37,21,16)
#1F110E
(31,17,14)
#190D0C
(25,13,12)
#13090A
(19,9,10)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #492D1C

#492D1C
(73,45,28)
#594030
(89,64,48)
#695344
(105,83,68)
#796658
(121,102,88)
#89796C
(137,121,108)
#998C80
(153,140,128)
#A99F94
(169,159,148)
#B9B2A8
(185,178,168)
#C9C5BC
(201,197,188)
#D9D8D0
(217,216,208)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492D1C; }

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

This text font color is #492D1C.

Background Color

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

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

This div background color is #492D1C.

Border color

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

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

This div border color is #492D1C.

Opacity

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

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

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

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

This text has shadow with #492D1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #492D1C.

Preview

Color preview on black background

This text has color #492D1C on black background.


Color preview on white background

This text has color #492D1C on white background.


Black color preview on #492D1C background

This text has black color on #492D1C background.


White color preview on #492D1C background

This text has white color on #492D1C background.


Related colors

Complementary color

Complementary color for #hex is #B6D2E3.


I love getcolorcode.com

Triadic colors

1 #1C492D and #2D1C49 with #492D1C are triadic colors.

2 #1C2D49 and #2D491C with #492D1C are triadic colors.