COLOR #497000

HEX: #497000
RGB: (73,112,0)

Color info

#497000 contains only red and green colors. Web safe color of #497000 is #336600 (or #360).

RGB color model

#497000 color RGB value is (73,112,0).

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

RGB channels and saturation

R 73 of 255 = 29%
G 112 of 255 = 44%
B 0 of 255 = 0%

73
112
0

R + G + B ~ 24%. #497000 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 112 + 0 = 185 (100%)
R 73 of 185 ~ 39.46%
G 112 of 185 ~ 60.54%
B 0 of 185 ~ 0%

%39.46
%60.54

CMYK color model

#497000 color CMYK value is (35,0,100,56).

  • cyan value is 34.82%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 56.08%
CMYK:
(35,0,100,56)
C35M0Y100K56 
(35%,0%,100%,56%)
(0.35/0.00/1.00/0.56)	

CMYK percentages

%34.82
%0
%100
%56.08

Codes

Color #497000 in popluar color models

497000
RGB731120
HSL81°100.00%21.96%
HSB/HSV81°100.00%43.92%
CMYK34.82%0.00%100.00%
56.08%

Color #497000 in popluar number systems.

HEX497000
Decimal731120
Binary100100111100000
Octal1111600

Shades and tints

Shades of #497000

#497000
(73,112,0)
#436600
(67,102,0)
#3D5C00
(61,92,0)
#375200
(55,82,0)
#314800
(49,72,0)
#2B3E00
(43,62,0)
#253400
(37,52,0)
#1F2A00
(31,42,0)
#192000
(25,32,0)
#131600
(19,22,0)
#0D0C00
(13,12,0)
#000000
(0,0,0)

Tints of #497000

#497000
(73,112,0)
#597D17
(89,125,23)
#698A2E
(105,138,46)
#799745
(121,151,69)
#89A45C
(137,164,92)
#99B173
(153,177,115)
#A9BE8A
(169,190,138)
#B9CBA1
(185,203,161)
#C9D8B8
(201,216,184)
#D9E5CF
(217,229,207)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497000; }

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

This text font color is #497000.


Background Color

.myBgColor { background-color: #497000; }

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

This div background color is #497000.


Border color

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

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

This div border color is #497000.


Opacity

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

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

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

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

This text has shadow with #497000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497000 on black background.


Color preview on white background

This text has color #497000 on white background.



Black color preview on #497000 background

This text has black color on #497000 background.


White color preview on #497000 background

This text has white color on #497000 background.