COLOR #492300

HEX: #492300
RGB: (73,35,0)

Color info

#492300 contains only red and green colors. Web safe color of #492300 is #333300 (or #330).

RGB color model

#492300 color RGB value is (73,35,0).

  • red value is 73;
  • green value is 35;
  • blue value is 0.
RGB:
(73,35,0)
(29%,14%,0%)

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 0 of 255 = 0%

73
35
0

R + G + B ~ 14%. #492300 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 0 = 108 (100%)
R 73 of 108 ~ 67.59%
G 35 of 108 ~ 32.41%
B 0 of 108 ~ 0%

%67.59
%32.41

CMYK color model

#492300 color CMYK value is (0,52,100,71).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 100.00%
  • key color value is 71.37%
CMYK:
(0,52,100,71)
C0M52Y100K71 
(0%,52%,100%,71%)
(0.00/0.52/1.00/0.71)	

CMYK percentages

%0
%52.05
%100
%71.37

Codes

Color #492300 in popluar color models

492300
RGB73350
HSL29°100.00%14.31%
HSB/HSV29°100.00%28.63%
CMYK0.00%52.05%100.00%
71.37%

Color #492300 in popluar number systems.

HEX492300
Decimal73350
Binary10010011000110
Octal111430

Shades and tints

Shades of #492300

#492300
(73,35,0)
#432000
(67,32,0)
#3D1D00
(61,29,0)
#371A00
(55,26,0)
#311700
(49,23,0)
#2B1400
(43,20,0)
#251100
(37,17,0)
#1F0E00
(31,14,0)
#190B00
(25,11,0)
#130800
(19,8,0)
#0D0500
(13,5,0)
#000000
(0,0,0)

Tints of #492300

#492300
(73,35,0)
#593717
(89,55,23)
#694B2E
(105,75,46)
#795F45
(121,95,69)
#89735C
(137,115,92)
#998773
(153,135,115)
#A99B8A
(169,155,138)
#B9AFA1
(185,175,161)
#C9C3B8
(201,195,184)
#D9D7CF
(217,215,207)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492300 color. Also use rgb(73,35,0) instead hex code.

Text Font Color

.myTextColor { color: #492300; }

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

This text font color is #492300.


Background Color

.myBgColor { background-color: #492300; }

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

This div background color is #492300.


Border color

.myBorderColor { border: 1px solid #492300; }

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

This div border color is #492300.


Opacity

.myOpacity80 { color: #492300; opacity: 0.8; }

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

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

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

This text has shadow with #492300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492300 on black background.


Color preview on white background

This text has color #492300 on white background.



Black color preview on #492300 background

This text has black color on #492300 background.


White color preview on #492300 background

This text has white color on #492300 background.