COLOR #497513

HEX: #497513
RGB: (73,117,19)

Color info

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

RGB color model

#497513 color RGB value is (73,117,19).

  • red value is 73;
  • green value is 117;
  • blue value is 19.
RGB:
(73,117,19)
(29%,46%,7%)

RGB channels and saturation

R 73 of 255 = 29%
G 117 of 255 = 46%
B 19 of 255 = 7%

73
117
19

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

Portions of RGB colors in percentages

R + G + B =
73 + 117 + 19 = 209 (100%)
R 73 of 209 ~ 34.93%
G 117 of 209 ~ 55.98%
B 19 of 209 ~ 9.09%

%34.93
%55.98

CMYK color model

#497513 color CMYK value is (38,0,84,54).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 83.76%
  • key color value is 54.12%
CMYK:
(38,0,84,54)
C38M0Y84K54 
(38%,0%,84%,54%)
(0.38/0.00/0.84/0.54)	

CMYK percentages

%37.61
%0
%83.76
%54.12

Codes

Color #497513 in popluar color models

497513
RGB7311719
HSL87°72.06%26.67%
HSB/HSV87°83.76%45.88%
CMYK37.61%0.00%83.76%
54.12%

Color #497513 in popluar number systems.

HEX497513
Decimal7311719
Binary1001001111010110011
Octal11116523

Shades and tints

Shades of #497513

#497513
(73,117,19)
#436B12
(67,107,18)
#3D6111
(61,97,17)
#375710
(55,87,16)
#314D0F
(49,77,15)
#2B430E
(43,67,14)
#25390D
(37,57,13)
#1F2F0C
(31,47,12)
#19250B
(25,37,11)
#131B0A
(19,27,10)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #497513

#497513
(73,117,19)
#598128
(89,129,40)
#698D3D
(105,141,61)
#799952
(121,153,82)
#89A567
(137,165,103)
#99B17C
(153,177,124)
#A9BD91
(169,189,145)
#B9C9A6
(185,201,166)
#C9D5BB
(201,213,187)
#D9E1D0
(217,225,208)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497513 color. Also use rgb(73,117,19) instead hex code.

Text Font Color

.myTextColor { color: #497513; }

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

This text font color is #497513.


Background Color

.myBgColor { background-color: #497513; }

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

This div background color is #497513.


Border color

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

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

This div border color is #497513.


Opacity

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

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

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

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

This text has shadow with #497513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497513 on black background.


Color preview on white background

This text has color #497513 on white background.



Black color preview on #497513 background

This text has black color on #497513 background.


White color preview on #497513 background

This text has white color on #497513 background.