COLOR #494D03

HEX: #494D03
RGB: (73,77,3)

Color info

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

RGB color model

#494D03 color RGB value is (73,77,3).

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

RGB channels and saturation

R 73 of 255 = 29%
G 77 of 255 = 30%
B 3 of 255 = 1%

73
77
3

R + G + B ~ 20%. #494D03 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 3 = 153 (100%)
R 73 of 153 ~ 47.71%
G 77 of 153 ~ 50.33%
B 3 of 153 ~ 1.96%

%47.71
%50.33

CMYK color model

#494D03 color CMYK value is (5,0,96,70).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 96.10%
  • key color value is 69.80%
CMYK:
(5,0,96,70)
C5M0Y96K70 
(5%,0%,96%,70%)
(0.05/0.00/0.96/0.70)	

CMYK percentages

%5.19
%0
%96.1
%69.8

Codes

Color #494D03 in popluar color models

494D03
RGB73773
HSL63°92.50%15.69%
HSB/HSV63°96.10%30.20%
CMYK5.19%0.00%96.10%
69.80%

Color #494D03 in popluar number systems.

HEX494D03
Decimal73773
Binary1001001100110111
Octal1111153

Shades and tints

Shades of #494D03

#494D03
(73,77,3)
#434603
(67,70,3)
#3D3F03
(61,63,3)
#373803
(55,56,3)
#313103
(49,49,3)
#2B2A03
(43,42,3)
#252303
(37,35,3)
#1F1C03
(31,28,3)
#191503
(25,21,3)
#130E03
(19,14,3)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #494D03

#494D03
(73,77,3)
#595D19
(89,93,25)
#696D2F
(105,109,47)
#797D45
(121,125,69)
#898D5B
(137,141,91)
#999D71
(153,157,113)
#A9AD87
(169,173,135)
#B9BD9D
(185,189,157)
#C9CDB3
(201,205,179)
#D9DDC9
(217,221,201)
#E9EDDF
(233,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D03; }

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

This text font color is #494D03.


Background Color

.myBgColor { background-color: #494D03; }

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

This div background color is #494D03.


Border color

.myBorderColor { border: 1px solid #494D03; }

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

This div border color is #494D03.


Opacity

.myOpacity80 { color: #494D03; opacity: 0.8; }

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

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

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

This text has shadow with #494D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D03 on black background.


Color preview on white background

This text has color #494D03 on white background.



Black color preview on #494D03 background

This text has black color on #494D03 background.


White color preview on #494D03 background

This text has white color on #494D03 background.