COLOR #497B15

HEX: #497B15
RGB: (73,123,21)

Color info

#497B15 contains mainly red and green colors. Web safe color of #497B15 is #336600 (or #360).

RGB color model

#497B15 color RGB value is (73,123,21).

  • red value is 73;
  • green value is 123;
  • blue value is 21.
RGB:
(73,123,21)
(29%,48%,8%)

RGB channels and saturation

R 73 of 255 = 29%
G 123 of 255 = 48%
B 21 of 255 = 8%

73
123
21

R + G + B ~ 28%. #497B15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 123 + 21 = 217 (100%)
R 73 of 217 ~ 33.64%
G 123 of 217 ~ 56.68%
B 21 of 217 ~ 9.68%

%33.64
%56.68
%9.68

CMYK color model

#497B15 color CMYK value is (41,0,83,52).

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 82.93%
  • key color value is 51.76%
CMYK:
(41,0,83,52)
C41M0Y83K52 
(41%,0%,83%,52%)
(0.41/0.00/0.83/0.52)	

CMYK percentages

%40.65
%0
%82.93
%51.76

Codes

Color #497B15 in popluar color models

497B15
RGB7312321
HSL89°70.83%28.24%
HSB/HSV89°82.93%48.24%
CMYK40.65%0.00%82.93%
51.76%

Color #497B15 in popluar number systems.

HEX497B15
Decimal7312321
Binary1001001111101110101
Octal11117325

Shades and tints

Shades of #497B15

#497B15
(73,123,21)
#437014
(67,112,20)
#3D6513
(61,101,19)
#375A12
(55,90,18)
#314F11
(49,79,17)
#2B4410
(43,68,16)
#25390F
(37,57,15)
#1F2E0E
(31,46,14)
#19230D
(25,35,13)
#13180C
(19,24,12)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #497B15

#497B15
(73,123,21)
#59872A
(89,135,42)
#69933F
(105,147,63)
#799F54
(121,159,84)
#89AB69
(137,171,105)
#99B77E
(153,183,126)
#A9C393
(169,195,147)
#B9CFA8
(185,207,168)
#C9DBBD
(201,219,189)
#D9E7D2
(217,231,210)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497B15 color. Also use rgb(73,123,21) instead hex code.

Text Font Color

.myTextColor { color: #497B15; }

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

This text font color is #497B15.


Background Color

.myBgColor { background-color: #497B15; }

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

This div background color is #497B15.


Border color

.myBorderColor { border: 1px solid #497B15; }

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

This div border color is #497B15.


Opacity

.myOpacity80 { color: #497B15; opacity: 0.8; }

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

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

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

This text has shadow with #497B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B15 on black background.


Color preview on white background

This text has color #497B15 on white background.



Black color preview on #497B15 background

This text has black color on #497B15 background.


White color preview on #497B15 background

This text has white color on #497B15 background.