COLOR #497547

HEX: #497547
RGB: (73,117,71)

Color info

#497547 contains red, green and blue colors in about the same proportion. Web safe color of #497547 is #336633 (or #363).

RGB color model

#497547 color RGB value is (73,117,71).

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

RGB channels and saturation

R 73 of 255 = 29%
G 117 of 255 = 46%
B 71 of 255 = 28%

73
117
71

R + G + B ~ 34%. #497547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 117 + 71 = 261 (100%)
R 73 of 261 ~ 27.97%
G 117 of 261 ~ 44.83%
B 71 of 261 ~ 27.2%

%27.97
%44.83
%27.2

CMYK color model

#497547 color CMYK value is (38,0,39,54).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 39.32%
  • key color value is 54.12%
CMYK:
(38,0,39,54)
C38M0Y39K54 
(38%,0%,39%,54%)
(0.38/0.00/0.39/0.54)	

CMYK percentages

%37.61
%0
%39.32
%54.12

Codes

Color #497547 in popluar color models

497547
RGB7311771
HSL117°24.47%36.86%
HSB/HSV117°39.32%45.88%
CMYK37.61%0.00%39.32%
54.12%

Color #497547 in popluar number systems.

HEX497547
Decimal7311771
Binary100100111101011000111
Octal111165107

Shades and tints

Shades of #497547

#497547
(73,117,71)
#436B41
(67,107,65)
#3D613B
(61,97,59)
#375735
(55,87,53)
#314D2F
(49,77,47)
#2B4329
(43,67,41)
#253923
(37,57,35)
#1F2F1D
(31,47,29)
#192517
(25,37,23)
#131B11
(19,27,17)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #497547

#497547
(73,117,71)
#598157
(89,129,87)
#698D67
(105,141,103)
#799977
(121,153,119)
#89A587
(137,165,135)
#99B197
(153,177,151)
#A9BDA7
(169,189,167)
#B9C9B7
(185,201,183)
#C9D5C7
(201,213,199)
#D9E1D7
(217,225,215)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497547; }

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

This text font color is #497547.


Background Color

.myBgColor { background-color: #497547; }

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

This div background color is #497547.


Border color

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

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

This div border color is #497547.


Opacity

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

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

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

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

This text has shadow with #497547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497547 on black background.


Color preview on white background

This text has color #497547 on white background.



Black color preview on #497547 background

This text has black color on #497547 background.


White color preview on #497547 background

This text has white color on #497547 background.