COLOR #494603

HEX: #494603
RGB: (73,70,3)

Color info

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

RGB color model

#494603 color RGB value is (73,70,3).

  • red value is 73;
  • green value is 70;
  • blue value is 3.
RGB: (73,70,3) (29%,27%,1%)

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 3 of 255 = 1%

73
70
3

R + G + B ~ 19%. #494603 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 3 = 146 (100%)
R 73 of 146 ~ 50%
G 70 of 146 ~ 47.95%
B 3 of 146 ~ 2.05%

%50
%47.95

CMYK color model

#494603 color CMYK value is (0,4,96,71).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 95.89%
  • key color value is 71.37%
CMYK: (0,4,96,71) C0M4Y96K71 (0%,4%,96%,71%) (0.00/0.04/0.96/0.71)

CMYK percentages

%0
%4.11
%95.89
%71.37

Codes

Color #494603 in popluar color models

494603
RGB73703
HSL57°92.11%14.90%
HSB/HSV57°95.89%28.63%
CMYK0.00%4.11%95.89%
71.37%

Color #494603 in popluar number systems.

HEX494603
Decimal73703
Binary1001001100011011
Octal1111063

Shades and tints

Shades of #494603

#494603
(73,70,3)
#434003
(67,64,3)
#3D3A03
(61,58,3)
#373403
(55,52,3)
#312E03
(49,46,3)
#2B2803
(43,40,3)
#252203
(37,34,3)
#1F1C03
(31,28,3)
#191603
(25,22,3)
#131003
(19,16,3)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #494603

#494603
(73,70,3)
#595619
(89,86,25)
#69662F
(105,102,47)
#797645
(121,118,69)
#89865B
(137,134,91)
#999671
(153,150,113)
#A9A687
(169,166,135)
#B9B69D
(185,182,157)
#C9C6B3
(201,198,179)
#D9D6C9
(217,214,201)
#E9E6DF
(233,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494603 color. Also use rgb(73,70,3) instead hex code.

Text Font Color

.myTextColor { color: #494603; }

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

This text font color is #494603.


Background Color

.myBgColor { background-color: #494603; }

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

This div background color is #494603.


Border color

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

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

This div border color is #494603.


Opacity

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

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

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

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

This text has shadow with #494603 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #494603 on black background.


Color preview on white background

This text has color #494603 on white background.



Black color preview on #494603 background

This text has black color on #494603 background.


White color preview on #494603 background

This text has white color on #494603 background.