COLOR #497969

HEX: #497969
RGB: (73,121,105)

Color info

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

RGB color model

#497969 color RGB value is (73,121,105).

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

RGB channels and saturation

R 73 of 255 = 29%
G 121 of 255 = 47%
B 105 of 255 = 41%

73
121
105

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

Portions of RGB colors in percentages

R + G + B =
73 + 121 + 105 = 299 (100%)
R 73 of 299 ~ 24.41%
G 121 of 299 ~ 40.47%
B 105 of 299 ~ 35.12%

%24.41
%40.47
%35.12

CMYK color model

#497969 color CMYK value is (40,0,13,53).

  • cyan value is 39.67%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(40,0,13,53)
C40M0Y13K53 
(40%,0%,13%,53%)
(0.40/0.00/0.13/0.53)	

CMYK percentages

%39.67
%0
%13.22
%52.55

Codes

Color #497969 in popluar color models

497969
RGB73121105
HSL160°24.74%38.04%
HSB/HSV160°39.67%47.45%
CMYK39.67%0.00%13.22%
52.55%

Color #497969 in popluar number systems.

HEX497969
Decimal73121105
Binary100100111110011101001
Octal111171151

Shades and tints

Shades of #497969

#497969
(73,121,105)
#436E60
(67,110,96)
#3D6357
(61,99,87)
#37584E
(55,88,78)
#314D45
(49,77,69)
#2B423C
(43,66,60)
#253733
(37,55,51)
#1F2C2A
(31,44,42)
#192121
(25,33,33)
#131618
(19,22,24)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #497969

#497969
(73,121,105)
#598576
(89,133,118)
#699183
(105,145,131)
#799D90
(121,157,144)
#89A99D
(137,169,157)
#99B5AA
(153,181,170)
#A9C1B7
(169,193,183)
#B9CDC4
(185,205,196)
#C9D9D1
(201,217,209)
#D9E5DE
(217,229,222)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497969; }

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

This text font color is #497969.


Background Color

.myBgColor { background-color: #497969; }

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

This div background color is #497969.


Border color

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

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

This div border color is #497969.


Opacity

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

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

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

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

This text has shadow with #497969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497969 on black background.


Color preview on white background

This text has color #497969 on white background.



Black color preview on #497969 background

This text has black color on #497969 background.


White color preview on #497969 background

This text has white color on #497969 background.