COLOR #497635

HEX: #497635
RGB: (73,118,53)

Color info

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

RGB color model

#497635 color RGB value is (73,118,53).

  • red value is 73;
  • green value is 118;
  • blue value is 53.
RGB:
(73,118,53)
(29%,46%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 118 of 255 = 46%
B 53 of 255 = 21%

73
118
53

R + G + B ~ 32%. #497635 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 118 + 53 = 244 (100%)
R 73 of 244 ~ 29.92%
G 118 of 244 ~ 48.36%
B 53 of 244 ~ 21.72%

%29.92
%48.36
%21.72

CMYK color model

#497635 color CMYK value is (38,0,55,54).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 55.08%
  • key color value is 53.73%
CMYK:
(38,0,55,54)
C38M0Y55K54 
(38%,0%,55%,54%)
(0.38/0.00/0.55/0.54)	

CMYK percentages

%38.14
%0
%55.08
%53.73

Codes

Color #497635 in popluar color models

497635
RGB7311853
HSL102°38.01%33.53%
HSB/HSV102°55.08%46.27%
CMYK38.14%0.00%55.08%
53.73%

Color #497635 in popluar number systems.

HEX497635
Decimal7311853
Binary10010011110110110101
Octal11116665

Shades and tints

Shades of #497635

#497635
(73,118,53)
#436C31
(67,108,49)
#3D622D
(61,98,45)
#375829
(55,88,41)
#314E25
(49,78,37)
#2B4421
(43,68,33)
#253A1D
(37,58,29)
#1F3019
(31,48,25)
#192615
(25,38,21)
#131C11
(19,28,17)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #497635

#497635
(73,118,53)
#598247
(89,130,71)
#698E59
(105,142,89)
#799A6B
(121,154,107)
#89A67D
(137,166,125)
#99B28F
(153,178,143)
#A9BEA1
(169,190,161)
#B9CAB3
(185,202,179)
#C9D6C5
(201,214,197)
#D9E2D7
(217,226,215)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497635 color. Also use rgb(73,118,53) instead hex code.

Text Font Color

.myTextColor { color: #497635; }

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

This text font color is #497635.


Background Color

.myBgColor { background-color: #497635; }

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

This div background color is #497635.


Border color

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

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

This div border color is #497635.


Opacity

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

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

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

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

This text has shadow with #497635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497635 on black background.


Color preview on white background

This text has color #497635 on white background.



Black color preview on #497635 background

This text has black color on #497635 background.


White color preview on #497635 background

This text has white color on #497635 background.