COLOR #492B12

HEX: #492B12 RGB: (73,43,18)

Color info

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

RGB color model

#492B12 color RGB value is (73,43,18).

RGB: (73,43,18) (29%, 17%, 7%)

RGB channels and saturation

R 73 of 255 = 29%
G 43 of 255 = 17%
B 18 of 255 = 7%

73
43
18

R + G + B ~ 18%. #492B12 is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 43 + 18 = 134 (100%)
R 73 of 134 ~ 54.48%
G 43 of 134 ~ 32.09%
B 18 of 134 ~ 13.43'%

%54.48
%32.09
%13.43

CMYK color model

#492B12 color CMYK value is (0,41,75,71).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 75.34%
  • key color value is 71.37%

CMYK: (0,41,75,71)
C0M41Y75K71 (0%, 41%, 75%, 71%)
(0.00 / 0.41 / 0.75 / 0.71)

CMYK percentages

%0
%41.1
%75.34
%71.37

Codes

Color #492B12 in popluar color models

49 2B 12
RGB 73 43 18
HSL 27° 60.44% 17.84%
HSB/HSV 27° 75.34% 28.63%
CMYK 0.00% 41.10% 75.34%
71.37%

Color #492B12 in popluar number systems.

HEX 49 2B 12
Decimal 73 43 18
Binary 1001001 101011 10010
Octal 111 53 22

Shades and tints

Shades of #492B12

#492B12
(73,43,18)
#432811
(67,40,17)
#3D2510
(61,37,16)
#37220F
(55,34,15)
#311F0E
(49,31,14)
#2B1C0D
(43,28,13)
#25190C
(37,25,12)
#1F160B
(31,22,11)
#19130A
(25,19,10)
#131009
(19,16,9)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #492B12

#492B12
(73,43,18)
#593E27
(89,62,39)
#69513C
(105,81,60)
#796451
(121,100,81)
#897766
(137,119,102)
#998A7B
(153,138,123)
#A99D90
(169,157,144)
#B9B0A5
(185,176,165)
#C9C3BA
(201,195,186)
#D9D6CF
(217,214,207)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492B12; }

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

This text font color is #492B12.

Background Color

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

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

This div background color is #492B12.

Border color

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

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

This div border color is #492B12.

Opacity

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

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

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

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

This text has shadow with #492B12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #492B12.

Preview

Color preview on black background

This text has color #492B12 on black background.


Color preview on white background

This text has color #492B12 on white background.


Black color preview on #492B12 background

This text has black color on #492B12 background.


White color preview on #492B12 background

This text has white color on #492B12 background.


Related colors

Complementary color

Complementary color for #hex is #B6D4ED.


I love getcolorcode.com

Triadic colors

1 #12492B and #2B1249 with #492B12 are triadic colors.

2 #122B49 and #2B4912 with #492B12 are triadic colors.