COLOR #497368

HEX: #497368
RGB: (73,115,104)

Color info

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

RGB color model

#497368 color RGB value is (73,115,104).

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

RGB channels and saturation

R 73 of 255 = 29%
G 115 of 255 = 45%
B 104 of 255 = 41%

73
115
104

R + G + B ~ 38%. #497368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 115 + 104 = 292 (100%)
R 73 of 292 ~ 25%
G 115 of 292 ~ 39.38%
B 104 of 292 ~ 35.62%

%25
%39.38
%35.62

CMYK color model

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

  • cyan value is 36.52%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(37,0,10,55)
C37M0Y10K55 
(37%,0%,10%,55%)
(0.37/0.00/0.10/0.55)	

CMYK percentages

%36.52
%0
%9.57
%54.9

Codes

Color #497368 in popluar color models

497368
RGB73115104
HSL164°22.34%36.86%
HSB/HSV164°36.52%45.10%
CMYK36.52%0.00%9.57%
54.90%

Color #497368 in popluar number systems.

HEX497368
Decimal73115104
Binary100100111100111101000
Octal111163150

Shades and tints

Shades of #497368

#497368
(73,115,104)
#43695F
(67,105,95)
#3D5F56
(61,95,86)
#37554D
(55,85,77)
#314B44
(49,75,68)
#2B413B
(43,65,59)
#253732
(37,55,50)
#1F2D29
(31,45,41)
#192320
(25,35,32)
#131917
(19,25,23)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #497368

#497368
(73,115,104)
#597F75
(89,127,117)
#698B82
(105,139,130)
#79978F
(121,151,143)
#89A39C
(137,163,156)
#99AFA9
(153,175,169)
#A9BBB6
(169,187,182)
#B9C7C3
(185,199,195)
#C9D3D0
(201,211,208)
#D9DFDD
(217,223,221)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497368; }

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

This text font color is #497368.


Background Color

.myBgColor { background-color: #497368; }

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

This div background color is #497368.


Border color

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

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

This div border color is #497368.


Opacity

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

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

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

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

This text has shadow with #497368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497368 on black background.


Color preview on white background

This text has color #497368 on white background.



Black color preview on #497368 background

This text has black color on #497368 background.


White color preview on #497368 background

This text has white color on #497368 background.