COLOR #497226

HEX: #497226
RGB: (73,114,38)

Color info

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

RGB color model

#497226 color RGB value is (73,114,38).

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

RGB channels and saturation

R 73 of 255 = 29%
G 114 of 255 = 45%
B 38 of 255 = 15%

73
114
38

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

Portions of RGB colors in percentages

R + G + B =
73 + 114 + 38 = 225 (100%)
R 73 of 225 ~ 32.44%
G 114 of 225 ~ 50.67%
B 38 of 225 ~ 16.89%

%32.44
%50.67
%16.89

CMYK color model

#497226 color CMYK value is (36,0,67,55).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 55.29%
CMYK:
(36,0,67,55)
C36M0Y67K55 
(36%,0%,67%,55%)
(0.36/0.00/0.67/0.55)	

CMYK percentages

%35.96
%0
%66.67
%55.29

Codes

Color #497226 in popluar color models

497226
RGB7311438
HSL92°50.00%29.80%
HSB/HSV92°66.67%44.71%
CMYK35.96%0.00%66.67%
55.29%

Color #497226 in popluar number systems.

HEX497226
Decimal7311438
Binary10010011110010100110
Octal11116246

Shades and tints

Shades of #497226

#497226
(73,114,38)
#436823
(67,104,35)
#3D5E20
(61,94,32)
#37541D
(55,84,29)
#314A1A
(49,74,26)
#2B4017
(43,64,23)
#253614
(37,54,20)
#1F2C11
(31,44,17)
#19220E
(25,34,14)
#13180B
(19,24,11)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #497226

#497226
(73,114,38)
#597E39
(89,126,57)
#698A4C
(105,138,76)
#79965F
(121,150,95)
#89A272
(137,162,114)
#99AE85
(153,174,133)
#A9BA98
(169,186,152)
#B9C6AB
(185,198,171)
#C9D2BE
(201,210,190)
#D9DED1
(217,222,209)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497226 color. Also use rgb(73,114,38) instead hex code.

Text Font Color

.myTextColor { color: #497226; }

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

This text font color is #497226.


Background Color

.myBgColor { background-color: #497226; }

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

This div background color is #497226.


Border color

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

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

This div border color is #497226.


Opacity

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

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

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

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

This text has shadow with #497226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497226 on black background.


Color preview on white background

This text has color #497226 on white background.



Black color preview on #497226 background

This text has black color on #497226 background.


White color preview on #497226 background

This text has white color on #497226 background.