COLOR #492E08

HEX: #492E08
RGB: (73,46,8)

Color info

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

RGB color model

#492E08 color RGB value is (73,46,8).

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

RGB channels and saturation

R 73 of 255 = 29%
G 46 of 255 = 18%
B 8 of 255 = 3%

73
46
8

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

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 8 = 127 (100%)
R 73 of 127 ~ 57.48%
G 46 of 127 ~ 36.22%
B 8 of 127 ~ 6.3%

%57.48
%36.22

CMYK color model

#492E08 color CMYK value is (0,37,89,71).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 89.04%
  • key color value is 71.37%
CMYK:
(0,37,89,71)
C0M37Y89K71 
(0%,37%,89%,71%)
(0.00/0.37/0.89/0.71)	

CMYK percentages

%0
%36.99
%89.04
%71.37

Codes

Color #492E08 in popluar color models

492E08
RGB73468
HSL35°80.25%15.88%
HSB/HSV35°89.04%28.63%
CMYK0.00%36.99%89.04%
71.37%

Color #492E08 in popluar number systems.

HEX492E08
Decimal73468
Binary10010011011101000
Octal1115610

Shades and tints

Shades of #492E08

#492E08
(73,46,8)
#432A08
(67,42,8)
#3D2608
(61,38,8)
#372208
(55,34,8)
#311E08
(49,30,8)
#2B1A08
(43,26,8)
#251608
(37,22,8)
#1F1208
(31,18,8)
#190E08
(25,14,8)
#130A08
(19,10,8)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #492E08

#492E08
(73,46,8)
#59411E
(89,65,30)
#695434
(105,84,52)
#79674A
(121,103,74)
#897A60
(137,122,96)
#998D76
(153,141,118)
#A9A08C
(169,160,140)
#B9B3A2
(185,179,162)
#C9C6B8
(201,198,184)
#D9D9CE
(217,217,206)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E08; }

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

This text font color is #492E08.


Background Color

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

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

This div background color is #492E08.


Border color

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

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

This div border color is #492E08.


Opacity

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

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

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

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

This text has shadow with #492E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E08 on black background.


Color preview on white background

This text has color #492E08 on white background.



Black color preview on #492E08 background

This text has black color on #492E08 background.


White color preview on #492E08 background

This text has white color on #492E08 background.