COLOR #492B0F

HEX: #492B0F
RGB: (73,43,15)

Color info

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

RGB color model

#492B0F color RGB value is (73,43,15).

  • red value is 73;
  • green value is 43;
  • blue value is 15.
RGB:
(73,43,15)
(29%,17%,6%)

RGB channels and saturation

R 73 of 255 = 29%
G 43 of 255 = 17%
B 15 of 255 = 6%

73
43
15

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

Portions of RGB colors in percentages

R + G + B =
73 + 43 + 15 = 131 (100%)
R 73 of 131 ~ 55.73%
G 43 of 131 ~ 32.82%
B 15 of 131 ~ 11.45%

%55.73
%32.82
%11.45

CMYK color model

#492B0F color CMYK value is (0,41,79,71).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK:
(0,41,79,71)
C0M41Y79K71 
(0%,41%,79%,71%)
(0.00/0.41/0.79/0.71)	

CMYK percentages

%0
%41.1
%79.45
%71.37

Codes

Color #492B0F in popluar color models

492B0F
RGB734315
HSL29°65.91%17.25%
HSB/HSV29°79.45%28.63%
CMYK0.00%41.10%79.45%
71.37%

Color #492B0F in popluar number systems.

HEX492B0F
Decimal734315
Binary10010011010111111
Octal1115317

Shades and tints

Shades of #492B0F

#492B0F
(73,43,15)
#43280E
(67,40,14)
#3D250D
(61,37,13)
#37220C
(55,34,12)
#311F0B
(49,31,11)
#2B1C0A
(43,28,10)
#251909
(37,25,9)
#1F1608
(31,22,8)
#191307
(25,19,7)
#131006
(19,16,6)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #492B0F

#492B0F
(73,43,15)
#593E24
(89,62,36)
#695139
(105,81,57)
#79644E
(121,100,78)
#897763
(137,119,99)
#998A78
(153,138,120)
#A99D8D
(169,157,141)
#B9B0A2
(185,176,162)
#C9C3B7
(201,195,183)
#D9D6CC
(217,214,204)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492B0F; }

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

This text font color is #492B0F.


Background Color

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

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

This div background color is #492B0F.


Border color

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

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

This div border color is #492B0F.


Opacity

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

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

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

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

This text has shadow with #492B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492B0F on black background.


Color preview on white background

This text has color #492B0F on white background.



Black color preview on #492B0F background

This text has black color on #492B0F background.


White color preview on #492B0F background

This text has white color on #492B0F background.