COLOR #497017

HEX: #497017
RGB: (73,112,23)

Color info

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

RGB color model

#497017 color RGB value is (73,112,23).

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

RGB channels and saturation

R 73 of 255 = 29%
G 112 of 255 = 44%
B 23 of 255 = 9%

73
112
23

R + G + B ~ 27%. #497017 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 112 + 23 = 208 (100%)
R 73 of 208 ~ 35.1%
G 112 of 208 ~ 53.85%
B 23 of 208 ~ 11.06%

%35.1
%53.85
%11.06

CMYK color model

#497017 color CMYK value is (35,0,79,56).

  • cyan value is 34.82%
  • magenta value is 0.00%
  • yellow value is 79.46%
  • key color value is 56.08%
CMYK:
(35,0,79,56)
C35M0Y79K56 
(35%,0%,79%,56%)
(0.35/0.00/0.79/0.56)	

CMYK percentages

%34.82
%0
%79.46
%56.08

Codes

Color #497017 in popluar color models

497017
RGB7311223
HSL86°65.93%26.47%
HSB/HSV86°79.46%43.92%
CMYK34.82%0.00%79.46%
56.08%

Color #497017 in popluar number systems.

HEX497017
Decimal7311223
Binary1001001111000010111
Octal11116027

Shades and tints

Shades of #497017

#497017
(73,112,23)
#436615
(67,102,21)
#3D5C13
(61,92,19)
#375211
(55,82,17)
#31480F
(49,72,15)
#2B3E0D
(43,62,13)
#25340B
(37,52,11)
#1F2A09
(31,42,9)
#192007
(25,32,7)
#131605
(19,22,5)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #497017

#497017
(73,112,23)
#597D2C
(89,125,44)
#698A41
(105,138,65)
#799756
(121,151,86)
#89A46B
(137,164,107)
#99B180
(153,177,128)
#A9BE95
(169,190,149)
#B9CBAA
(185,203,170)
#C9D8BF
(201,216,191)
#D9E5D4
(217,229,212)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497017; }

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

This text font color is #497017.


Background Color

.myBgColor { background-color: #497017; }

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

This div background color is #497017.


Border color

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

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

This div border color is #497017.


Opacity

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

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

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

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

This text has shadow with #497017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497017 on black background.


Color preview on white background

This text has color #497017 on white background.



Black color preview on #497017 background

This text has black color on #497017 background.


White color preview on #497017 background

This text has white color on #497017 background.