COLOR #497556

HEX: #497556
RGB: (73,117,86)

Color info

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

RGB color model

#497556 color RGB value is (73,117,86).

  • red value is 73;
  • green value is 117;
  • blue value is 86.
RGB:
(73,117,86)
(29%,46%,34%)

RGB channels and saturation

R 73 of 255 = 29%
G 117 of 255 = 46%
B 86 of 255 = 34%

73
117
86

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

Portions of RGB colors in percentages

R + G + B =
73 + 117 + 86 = 276 (100%)
R 73 of 276 ~ 26.45%
G 117 of 276 ~ 42.39%
B 86 of 276 ~ 31.16%

%26.45
%42.39
%31.16

CMYK color model

#497556 color CMYK value is (38,0,26,54).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 26.50%
  • key color value is 54.12%
CMYK:
(38,0,26,54)
C38M0Y26K54 
(38%,0%,26%,54%)
(0.38/0.00/0.26/0.54)	

CMYK percentages

%37.61
%0
%26.5
%54.12

Codes

Color #497556 in popluar color models

497556
RGB7311786
HSL138°23.16%37.25%
HSB/HSV138°37.61%45.88%
CMYK37.61%0.00%26.50%
54.12%

Color #497556 in popluar number systems.

HEX497556
Decimal7311786
Binary100100111101011010110
Octal111165126

Shades and tints

Shades of #497556

#497556
(73,117,86)
#436B4F
(67,107,79)
#3D6148
(61,97,72)
#375741
(55,87,65)
#314D3A
(49,77,58)
#2B4333
(43,67,51)
#25392C
(37,57,44)
#1F2F25
(31,47,37)
#19251E
(25,37,30)
#131B17
(19,27,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #497556

#497556
(73,117,86)
#598165
(89,129,101)
#698D74
(105,141,116)
#799983
(121,153,131)
#89A592
(137,165,146)
#99B1A1
(153,177,161)
#A9BDB0
(169,189,176)
#B9C9BF
(185,201,191)
#C9D5CE
(201,213,206)
#D9E1DD
(217,225,221)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497556 color. Also use rgb(73,117,86) instead hex code.

Text Font Color

.myTextColor { color: #497556; }

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

This text font color is #497556.


Background Color

.myBgColor { background-color: #497556; }

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

This div background color is #497556.


Border color

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

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

This div border color is #497556.


Opacity

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

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

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

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

This text has shadow with #497556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497556 on black background.


Color preview on white background

This text has color #497556 on white background.



Black color preview on #497556 background

This text has black color on #497556 background.


White color preview on #497556 background

This text has white color on #497556 background.