COLOR #497152

HEX: #497152
RGB: (73,113,82)

Color info

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

RGB color model

#497152 color RGB value is (73,113,82).

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

RGB channels and saturation

R 73 of 255 = 29%
G 113 of 255 = 44%
B 82 of 255 = 32%

73
113
82

R + G + B ~ 35%. #497152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 113 + 82 = 268 (100%)
R 73 of 268 ~ 27.24%
G 113 of 268 ~ 42.16%
B 82 of 268 ~ 30.6%

%27.24
%42.16
%30.6

CMYK color model

#497152 color CMYK value is (35,0,27,56).

  • cyan value is 35.40%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(35,0,27,56)
C35M0Y27K56 
(35%,0%,27%,56%)
(0.35/0.00/0.27/0.56)	

CMYK percentages

%35.4
%0
%27.43
%55.69

Codes

Color #497152 in popluar color models

497152
RGB7311382
HSL134°21.51%36.47%
HSB/HSV134°35.40%44.31%
CMYK35.40%0.00%27.43%
55.69%

Color #497152 in popluar number systems.

HEX497152
Decimal7311382
Binary100100111100011010010
Octal111161122

Shades and tints

Shades of #497152

#497152
(73,113,82)
#43674B
(67,103,75)
#3D5D44
(61,93,68)
#37533D
(55,83,61)
#314936
(49,73,54)
#2B3F2F
(43,63,47)
#253528
(37,53,40)
#1F2B21
(31,43,33)
#19211A
(25,33,26)
#131713
(19,23,19)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #497152

#497152
(73,113,82)
#597D61
(89,125,97)
#698970
(105,137,112)
#79957F
(121,149,127)
#89A18E
(137,161,142)
#99AD9D
(153,173,157)
#A9B9AC
(169,185,172)
#B9C5BB
(185,197,187)
#C9D1CA
(201,209,202)
#D9DDD9
(217,221,217)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497152; }

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

This text font color is #497152.


Background Color

.myBgColor { background-color: #497152; }

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

This div background color is #497152.


Border color

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

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

This div border color is #497152.


Opacity

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

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

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

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

This text has shadow with #497152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497152 on black background.


Color preview on white background

This text has color #497152 on white background.



Black color preview on #497152 background

This text has black color on #497152 background.


White color preview on #497152 background

This text has white color on #497152 background.