COLOR #497270

HEX: #497270
RGB: (73,114,112)

Color info

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

RGB color model

#497270 color RGB value is (73,114,112).

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

RGB channels and saturation

R 73 of 255 = 29%
G 114 of 255 = 45%
B 112 of 255 = 44%

73
114
112

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

Portions of RGB colors in percentages

R + G + B =
73 + 114 + 112 = 299 (100%)
R 73 of 299 ~ 24.41%
G 114 of 299 ~ 38.13%
B 112 of 299 ~ 37.46%

%24.41
%38.13
%37.46

CMYK color model

#497270 color CMYK value is (36,0,2,55).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 55.29%
CMYK:
(36,0,2,55)
C36M0Y2K55 
(36%,0%,2%,55%)
(0.36/0.00/0.02/0.55)	

CMYK percentages

%35.96
%0
%1.75
%55.29

Codes

Color #497270 in popluar color models

497270
RGB73114112
HSL177°21.93%36.67%
HSB/HSV177°35.96%44.71%
CMYK35.96%0.00%1.75%
55.29%

Color #497270 in popluar number systems.

HEX497270
Decimal73114112
Binary100100111100101110000
Octal111162160

Shades and tints

Shades of #497270

#497270
(73,114,112)
#436866
(67,104,102)
#3D5E5C
(61,94,92)
#375452
(55,84,82)
#314A48
(49,74,72)
#2B403E
(43,64,62)
#253634
(37,54,52)
#1F2C2A
(31,44,42)
#192220
(25,34,32)
#131816
(19,24,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #497270

#497270
(73,114,112)
#597E7D
(89,126,125)
#698A8A
(105,138,138)
#799697
(121,150,151)
#89A2A4
(137,162,164)
#99AEB1
(153,174,177)
#A9BABE
(169,186,190)
#B9C6CB
(185,198,203)
#C9D2D8
(201,210,216)
#D9DEE5
(217,222,229)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497270; }

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

This text font color is #497270.


Background Color

.myBgColor { background-color: #497270; }

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

This div background color is #497270.


Border color

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

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

This div border color is #497270.


Opacity

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

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

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

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

This text has shadow with #497270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497270 on black background.


Color preview on white background

This text has color #497270 on white background.



Black color preview on #497270 background

This text has black color on #497270 background.


White color preview on #497270 background

This text has white color on #497270 background.