COLOR #497268

HEX: #497268
RGB: (73,114,104)

Color info

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

RGB color model

#497268 color RGB value is (73,114,104).

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

RGB channels and saturation

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

73
114
104

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

Portions of RGB colors in percentages

R + G + B =
73 + 114 + 104 = 291 (100%)
R 73 of 291 ~ 25.09%
G 114 of 291 ~ 39.18%
B 104 of 291 ~ 35.74%

%25.09
%39.18
%35.74

CMYK color model

#497268 color CMYK value is (36,0,9,55).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 55.29%
CMYK:
(36,0,9,55)
C36M0Y9K55 
(36%,0%,9%,55%)
(0.36/0.00/0.09/0.55)	

CMYK percentages

%35.96
%0
%8.77
%55.29

Codes

Color #497268 in popluar color models

497268
RGB73114104
HSL165°21.93%36.67%
HSB/HSV165°35.96%44.71%
CMYK35.96%0.00%8.77%
55.29%

Color #497268 in popluar number systems.

HEX497268
Decimal73114104
Binary100100111100101101000
Octal111162150

Shades and tints

Shades of #497268

#497268
(73,114,104)
#43685F
(67,104,95)
#3D5E56
(61,94,86)
#37544D
(55,84,77)
#314A44
(49,74,68)
#2B403B
(43,64,59)
#253632
(37,54,50)
#1F2C29
(31,44,41)
#192220
(25,34,32)
#131817
(19,24,23)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #497268

#497268
(73,114,104)
#597E75
(89,126,117)
#698A82
(105,138,130)
#79968F
(121,150,143)
#89A29C
(137,162,156)
#99AEA9
(153,174,169)
#A9BAB6
(169,186,182)
#B9C6C3
(185,198,195)
#C9D2D0
(201,210,208)
#D9DEDD
(217,222,221)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497268; }

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

This text font color is #497268.


Background Color

.myBgColor { background-color: #497268; }

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

This div background color is #497268.


Border color

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

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

This div border color is #497268.


Opacity

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

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

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

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

This text has shadow with #497268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497268 on black background.


Color preview on white background

This text has color #497268 on white background.



Black color preview on #497268 background

This text has black color on #497268 background.


White color preview on #497268 background

This text has white color on #497268 background.