COLOR #497425

HEX: #497425
RGB: (73,116,37)

Color info

#497425 contains mainly red and green colors. Web safe color of #497425 is #336633 (or #363).

RGB color model

#497425 color RGB value is (73,116,37).

  • red value is 73;
  • green value is 116;
  • blue value is 37.
RGB:
(73,116,37)
(29%,45%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 116 of 255 = 45%
B 37 of 255 = 15%

73
116
37

R + G + B ~ 30%. #497425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 116 + 37 = 226 (100%)
R 73 of 226 ~ 32.3%
G 116 of 226 ~ 51.33%
B 37 of 226 ~ 16.37%

%32.3
%51.33
%16.37

CMYK color model

#497425 color CMYK value is (37,0,68,55).

  • cyan value is 37.07%
  • magenta value is 0.00%
  • yellow value is 68.10%
  • key color value is 54.51%
CMYK:
(37,0,68,55)
C37M0Y68K55 
(37%,0%,68%,55%)
(0.37/0.00/0.68/0.55)	

CMYK percentages

%37.07
%0
%68.1
%54.51

Codes

Color #497425 in popluar color models

497425
RGB7311637
HSL93°51.63%30.00%
HSB/HSV93°68.10%45.49%
CMYK37.07%0.00%68.10%
54.51%

Color #497425 in popluar number systems.

HEX497425
Decimal7311637
Binary10010011110100100101
Octal11116445

Shades and tints

Shades of #497425

#497425
(73,116,37)
#436A22
(67,106,34)
#3D601F
(61,96,31)
#37561C
(55,86,28)
#314C19
(49,76,25)
#2B4216
(43,66,22)
#253813
(37,56,19)
#1F2E10
(31,46,16)
#19240D
(25,36,13)
#131A0A
(19,26,10)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #497425

#497425
(73,116,37)
#598038
(89,128,56)
#698C4B
(105,140,75)
#79985E
(121,152,94)
#89A471
(137,164,113)
#99B084
(153,176,132)
#A9BC97
(169,188,151)
#B9C8AA
(185,200,170)
#C9D4BD
(201,212,189)
#D9E0D0
(217,224,208)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497425 color. Also use rgb(73,116,37) instead hex code.

Text Font Color

.myTextColor { color: #497425; }

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

This text font color is #497425.


Background Color

.myBgColor { background-color: #497425; }

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

This div background color is #497425.


Border color

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

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

This div border color is #497425.


Opacity

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

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

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

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

This text has shadow with #497425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497425 on black background.


Color preview on white background

This text has color #497425 on white background.



Black color preview on #497425 background

This text has black color on #497425 background.


White color preview on #497425 background

This text has white color on #497425 background.