COLOR #497653

HEX: #497653
RGB: (73,118,83)

Color info

#497653 contains red, green and blue colors in about the same proportion. Web safe color of #497653 is #336666 (or #366).

RGB color model

#497653 color RGB value is (73,118,83).

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

RGB channels and saturation

R 73 of 255 = 29%
G 118 of 255 = 46%
B 83 of 255 = 33%

73
118
83

R + G + B ~ 36%. #497653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 118 + 83 = 274 (100%)
R 73 of 274 ~ 26.64%
G 118 of 274 ~ 43.07%
B 83 of 274 ~ 30.29%

%26.64
%43.07
%30.29

CMYK color model

#497653 color CMYK value is (38,0,30,54).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 29.66%
  • key color value is 53.73%
CMYK:
(38,0,30,54)
C38M0Y30K54 
(38%,0%,30%,54%)
(0.38/0.00/0.30/0.54)	

CMYK percentages

%38.14
%0
%29.66
%53.73

Codes

Color #497653 in popluar color models

497653
RGB7311883
HSL133°23.56%37.45%
HSB/HSV133°38.14%46.27%
CMYK38.14%0.00%29.66%
53.73%

Color #497653 in popluar number systems.

HEX497653
Decimal7311883
Binary100100111101101010011
Octal111166123

Shades and tints

Shades of #497653

#497653
(73,118,83)
#436C4C
(67,108,76)
#3D6245
(61,98,69)
#37583E
(55,88,62)
#314E37
(49,78,55)
#2B4430
(43,68,48)
#253A29
(37,58,41)
#1F3022
(31,48,34)
#19261B
(25,38,27)
#131C14
(19,28,20)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #497653

#497653
(73,118,83)
#598262
(89,130,98)
#698E71
(105,142,113)
#799A80
(121,154,128)
#89A68F
(137,166,143)
#99B29E
(153,178,158)
#A9BEAD
(169,190,173)
#B9CABC
(185,202,188)
#C9D6CB
(201,214,203)
#D9E2DA
(217,226,218)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497653; }

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

This text font color is #497653.


Background Color

.myBgColor { background-color: #497653; }

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

This div background color is #497653.


Border color

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

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

This div border color is #497653.


Opacity

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

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

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

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

This text has shadow with #497653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497653 on black background.


Color preview on white background

This text has color #497653 on white background.



Black color preview on #497653 background

This text has black color on #497653 background.


White color preview on #497653 background

This text has white color on #497653 background.