COLOR #497D52

HEX: #497D52
RGB: (73,125,82)

Color info

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

RGB color model

#497D52 color RGB value is (73,125,82).

  • red value is 73;
  • green value is 125;
  • blue value is 82.
RGB:
(73,125,82)
(29%,49%,32%)

RGB channels and saturation

R 73 of 255 = 29%
G 125 of 255 = 49%
B 82 of 255 = 32%

73
125
82

R + G + B ~ 37%. #497D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 125 + 82 = 280 (100%)
R 73 of 280 ~ 26.07%
G 125 of 280 ~ 44.64%
B 82 of 280 ~ 29.29%

%26.07
%44.64
%29.29

CMYK color model

#497D52 color CMYK value is (42,0,34,51).

  • cyan value is 41.60%
  • magenta value is 0.00%
  • yellow value is 34.40%
  • key color value is 50.98%
CMYK:
(42,0,34,51)
C42M0Y34K51 
(42%,0%,34%,51%)
(0.42/0.00/0.34/0.51)	

CMYK percentages

%41.6
%0
%34.4
%50.98

Codes

Color #497D52 in popluar color models

497D52
RGB7312582
HSL130°26.26%38.82%
HSB/HSV130°41.60%49.02%
CMYK41.60%0.00%34.40%
50.98%

Color #497D52 in popluar number systems.

HEX497D52
Decimal7312582
Binary100100111111011010010
Octal111175122

Shades and tints

Shades of #497D52

#497D52
(73,125,82)
#43724B
(67,114,75)
#3D6744
(61,103,68)
#375C3D
(55,92,61)
#315136
(49,81,54)
#2B462F
(43,70,47)
#253B28
(37,59,40)
#1F3021
(31,48,33)
#19251A
(25,37,26)
#131A13
(19,26,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #497D52

#497D52
(73,125,82)
#598861
(89,136,97)
#699370
(105,147,112)
#799E7F
(121,158,127)
#89A98E
(137,169,142)
#99B49D
(153,180,157)
#A9BFAC
(169,191,172)
#B9CABB
(185,202,187)
#C9D5CA
(201,213,202)
#D9E0D9
(217,224,217)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497D52 color. Also use rgb(73,125,82) instead hex code.

Text Font Color

.myTextColor { color: #497D52; }

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

This text font color is #497D52.


Background Color

.myBgColor { background-color: #497D52; }

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

This div background color is #497D52.


Border color

.myBorderColor { border: 1px solid #497D52; }

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

This div border color is #497D52.


Opacity

.myOpacity80 { color: #497D52; opacity: 0.8; }

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

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

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

This text has shadow with #497D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D52 on black background.


Color preview on white background

This text has color #497D52 on white background.



Black color preview on #497D52 background

This text has black color on #497D52 background.


White color preview on #497D52 background

This text has white color on #497D52 background.