COLOR #497957

HEX: #497957
RGB: (73,121,87)

Color info

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

RGB color model

#497957 color RGB value is (73,121,87).

  • red value is 73;
  • green value is 121;
  • blue value is 87.
RGB:
(73,121,87)
(29%,47%,34%)

RGB channels and saturation

R 73 of 255 = 29%
G 121 of 255 = 47%
B 87 of 255 = 34%

73
121
87

R + G + B ~ 37%. #497957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 121 + 87 = 281 (100%)
R 73 of 281 ~ 25.98%
G 121 of 281 ~ 43.06%
B 87 of 281 ~ 30.96%

%25.98
%43.06
%30.96

CMYK color model

#497957 color CMYK value is (40,0,28,53).

  • cyan value is 39.67%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 52.55%
CMYK:
(40,0,28,53)
C40M0Y28K53 
(40%,0%,28%,53%)
(0.40/0.00/0.28/0.53)	

CMYK percentages

%39.67
%0
%28.1
%52.55

Codes

Color #497957 in popluar color models

497957
RGB7312187
HSL138°24.74%38.04%
HSB/HSV138°39.67%47.45%
CMYK39.67%0.00%28.10%
52.55%

Color #497957 in popluar number systems.

HEX497957
Decimal7312187
Binary100100111110011010111
Octal111171127

Shades and tints

Shades of #497957

#497957
(73,121,87)
#436E50
(67,110,80)
#3D6349
(61,99,73)
#375842
(55,88,66)
#314D3B
(49,77,59)
#2B4234
(43,66,52)
#25372D
(37,55,45)
#1F2C26
(31,44,38)
#19211F
(25,33,31)
#131618
(19,22,24)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #497957

#497957
(73,121,87)
#598566
(89,133,102)
#699175
(105,145,117)
#799D84
(121,157,132)
#89A993
(137,169,147)
#99B5A2
(153,181,162)
#A9C1B1
(169,193,177)
#B9CDC0
(185,205,192)
#C9D9CF
(201,217,207)
#D9E5DE
(217,229,222)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497957 color. Also use rgb(73,121,87) instead hex code.

Text Font Color

.myTextColor { color: #497957; }

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

This text font color is #497957.


Background Color

.myBgColor { background-color: #497957; }

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

This div background color is #497957.


Border color

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

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

This div border color is #497957.


Opacity

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

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

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

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

This text has shadow with #497957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497957 on black background.


Color preview on white background

This text has color #497957 on white background.



Black color preview on #497957 background

This text has black color on #497957 background.


White color preview on #497957 background

This text has white color on #497957 background.