COLOR #492D0B

HEX: #492D0B RGB: (73,45,11)

Color info

#492D0B contains mainly red and green colors. Web safe color of #492D0B is #333300 (or #330).

RGB color model

#492D0B color RGB value is (73,45,11).

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

RGB channels and saturation

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

73
45
11

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

Portions of RGB colors in percentages

R + G + B = 73 + 45 + 11 = 129 (100%)
R 73 of 129 ~ 56.59%
G 45 of 129 ~ 34.88%
B 11 of 129 ~ 8.53'%

%56.59
%34.88

CMYK color model

#492D0B color CMYK value is (0,38,85,71).

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

CMYK: (0,38,85,71)
C0M38Y85K71 (0%, 38%, 85%, 71%)
(0.00 / 0.38 / 0.85 / 0.71)

CMYK percentages

%0
%38.36
%84.93
%71.37

Codes

Color #492D0B in popluar color models

49 2D 0B
RGB 73 45 11
HSL 33° 73.81% 16.47%
HSB/HSV 33° 84.93% 28.63%
CMYK 0.00% 38.36% 84.93%
71.37%

Color #492D0B in popluar number systems.

HEX 49 2D 0B
Decimal 73 45 11
Binary 1001001 101101 1011
Octal 111 55 13

Shades and tints

Shades of #492D0B

#492D0B
(73,45,11)
#43290A
(67,41,10)
#3D2509
(61,37,9)
#372108
(55,33,8)
#311D07
(49,29,7)
#2B1906
(43,25,6)
#251505
(37,21,5)
#1F1104
(31,17,4)
#190D03
(25,13,3)
#130902
(19,9,2)
#0D0501
(13,5,1)
#000000
(0,0,0)

Tints of #492D0B

#492D0B
(73,45,11)
#594021
(89,64,33)
#695337
(105,83,55)
#79664D
(121,102,77)
#897963
(137,121,99)
#998C79
(153,140,121)
#A99F8F
(169,159,143)
#B9B2A5
(185,178,165)
#C9C5BB
(201,197,187)
#D9D8D1
(217,216,209)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492D0B; }

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

This text font color is #492D0B.

Background Color

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

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

This div background color is #492D0B.

Border color

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

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

This div border color is #492D0B.

Opacity

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

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

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

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

This text has shadow with #492D0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #492D0B.

Preview

Color preview on black background

This text has color #492D0B on black background.


Color preview on white background

This text has color #492D0B on white background.


Black color preview on #492D0B background

This text has black color on #492D0B background.


White color preview on #492D0B background

This text has white color on #492D0B background.


Related colors

Complementary color

Complementary color for #hex is #B6D2F4.


I love getcolorcode.com

Triadic colors

1 #0B492D and #2D0B49 with #492D0B are triadic colors.

2 #0B2D49 and #2D490B with #492D0B are triadic colors.