COLOR #497752

HEX: #497752
RGB: (73,119,82)

Color info

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

RGB color model

#497752 color RGB value is (73,119,82).

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

RGB channels and saturation

R 73 of 255 = 29%
G 119 of 255 = 47%
B 82 of 255 = 32%

73
119
82

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

Portions of RGB colors in percentages

R + G + B =
73 + 119 + 82 = 274 (100%)
R 73 of 274 ~ 26.64%
G 119 of 274 ~ 43.43%
B 82 of 274 ~ 29.93%

%26.64
%43.43
%29.93

CMYK color model

#497752 color CMYK value is (39,0,31,53).

  • cyan value is 38.66%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(39,0,31,53)
C39M0Y31K53 
(39%,0%,31%,53%)
(0.39/0.00/0.31/0.53)	

CMYK percentages

%38.66
%0
%31.09
%53.33

Codes

Color #497752 in popluar color models

497752
RGB7311982
HSL132°23.96%37.65%
HSB/HSV132°38.66%46.67%
CMYK38.66%0.00%31.09%
53.33%

Color #497752 in popluar number systems.

HEX497752
Decimal7311982
Binary100100111101111010010
Octal111167122

Shades and tints

Shades of #497752

#497752
(73,119,82)
#436D4B
(67,109,75)
#3D6344
(61,99,68)
#37593D
(55,89,61)
#314F36
(49,79,54)
#2B452F
(43,69,47)
#253B28
(37,59,40)
#1F3121
(31,49,33)
#19271A
(25,39,26)
#131D13
(19,29,19)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #497752

#497752
(73,119,82)
#598361
(89,131,97)
#698F70
(105,143,112)
#799B7F
(121,155,127)
#89A78E
(137,167,142)
#99B39D
(153,179,157)
#A9BFAC
(169,191,172)
#B9CBBB
(185,203,187)
#C9D7CA
(201,215,202)
#D9E3D9
(217,227,217)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497752; }

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

This text font color is #497752.


Background Color

.myBgColor { background-color: #497752; }

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

This div background color is #497752.


Border color

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

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

This div border color is #497752.


Opacity

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

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

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

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

This text has shadow with #497752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497752 on black background.


Color preview on white background

This text has color #497752 on white background.



Black color preview on #497752 background

This text has black color on #497752 background.


White color preview on #497752 background

This text has white color on #497752 background.