COLOR #497568

HEX: #497568
RGB: (73,117,104)

Color info

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

RGB color model

#497568 color RGB value is (73,117,104).

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

RGB channels and saturation

R 73 of 255 = 29%
G 117 of 255 = 46%
B 104 of 255 = 41%

73
117
104

R + G + B ~ 39%. #497568 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 117 + 104 = 294 (100%)
R 73 of 294 ~ 24.83%
G 117 of 294 ~ 39.8%
B 104 of 294 ~ 35.37%

%24.83
%39.8
%35.37

CMYK color model

#497568 color CMYK value is (38,0,11,54).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(38,0,11,54)
C38M0Y11K54 
(38%,0%,11%,54%)
(0.38/0.00/0.11/0.54)	

CMYK percentages

%37.61
%0
%11.11
%54.12

Codes

Color #497568 in popluar color models

497568
RGB73117104
HSL162°23.16%37.25%
HSB/HSV162°37.61%45.88%
CMYK37.61%0.00%11.11%
54.12%

Color #497568 in popluar number systems.

HEX497568
Decimal73117104
Binary100100111101011101000
Octal111165150

Shades and tints

Shades of #497568

#497568
(73,117,104)
#436B5F
(67,107,95)
#3D6156
(61,97,86)
#37574D
(55,87,77)
#314D44
(49,77,68)
#2B433B
(43,67,59)
#253932
(37,57,50)
#1F2F29
(31,47,41)
#192520
(25,37,32)
#131B17
(19,27,23)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #497568

#497568
(73,117,104)
#598175
(89,129,117)
#698D82
(105,141,130)
#79998F
(121,153,143)
#89A59C
(137,165,156)
#99B1A9
(153,177,169)
#A9BDB6
(169,189,182)
#B9C9C3
(185,201,195)
#C9D5D0
(201,213,208)
#D9E1DD
(217,225,221)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497568; }

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

This text font color is #497568.


Background Color

.myBgColor { background-color: #497568; }

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

This div background color is #497568.


Border color

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

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

This div border color is #497568.


Opacity

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

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

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

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

This text has shadow with #497568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497568 on black background.


Color preview on white background

This text has color #497568 on white background.



Black color preview on #497568 background

This text has black color on #497568 background.


White color preview on #497568 background

This text has white color on #497568 background.