COLOR #497348

HEX: #497348
RGB: (73,115,72)

Color info

#497348 contains red, green and blue colors in about the same proportion. Web safe color of #497348 is #336633 (or #363).

RGB color model

#497348 color RGB value is (73,115,72).

  • red value is 73;
  • green value is 115;
  • blue value is 72.
RGB:
(73,115,72)
(29%,45%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 115 of 255 = 45%
B 72 of 255 = 28%

73
115
72

R + G + B ~ 34%. #497348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 115 + 72 = 260 (100%)
R 73 of 260 ~ 28.08%
G 115 of 260 ~ 44.23%
B 72 of 260 ~ 27.69%

%28.08
%44.23
%27.69

CMYK color model

#497348 color CMYK value is (37,0,37,55).

  • cyan value is 36.52%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 54.90%
CMYK:
(37,0,37,55)
C37M0Y37K55 
(37%,0%,37%,55%)
(0.37/0.00/0.37/0.55)	

CMYK percentages

%36.52
%0
%37.39
%54.9

Codes

Color #497348 in popluar color models

497348
RGB7311572
HSL119°22.99%36.67%
HSB/HSV119°37.39%45.10%
CMYK36.52%0.00%37.39%
54.90%

Color #497348 in popluar number systems.

HEX497348
Decimal7311572
Binary100100111100111001000
Octal111163110

Shades and tints

Shades of #497348

#497348
(73,115,72)
#436942
(67,105,66)
#3D5F3C
(61,95,60)
#375536
(55,85,54)
#314B30
(49,75,48)
#2B412A
(43,65,42)
#253724
(37,55,36)
#1F2D1E
(31,45,30)
#192318
(25,35,24)
#131912
(19,25,18)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #497348

#497348
(73,115,72)
#597F58
(89,127,88)
#698B68
(105,139,104)
#799778
(121,151,120)
#89A388
(137,163,136)
#99AF98
(153,175,152)
#A9BBA8
(169,187,168)
#B9C7B8
(185,199,184)
#C9D3C8
(201,211,200)
#D9DFD8
(217,223,216)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497348 color. Also use rgb(73,115,72) instead hex code.

Text Font Color

.myTextColor { color: #497348; }

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

This text font color is #497348.


Background Color

.myBgColor { background-color: #497348; }

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

This div background color is #497348.


Border color

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

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

This div border color is #497348.


Opacity

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

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

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

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

This text has shadow with #497348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497348 on black background.


Color preview on white background

This text has color #497348 on white background.



Black color preview on #497348 background

This text has black color on #497348 background.


White color preview on #497348 background

This text has white color on #497348 background.