COLOR #496759

HEX: #496759
RGB: (73,103,89)

Color info

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

RGB color model

#496759 color RGB value is (73,103,89).

  • red value is 73;
  • green value is 103;
  • blue value is 89.
RGB:
(73,103,89)
(29%,40%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 103 of 255 = 40%
B 89 of 255 = 35%

73
103
89

R + G + B ~ 35%. #496759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 103 + 89 = 265 (100%)
R 73 of 265 ~ 27.55%
G 103 of 265 ~ 38.87%
B 89 of 265 ~ 33.58%

%27.55
%38.87
%33.58

CMYK color model

#496759 color CMYK value is (29,0,14,60).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(29,0,14,60)
C29M0Y14K60 
(29%,0%,14%,60%)
(0.29/0.00/0.14/0.60)	

CMYK percentages

%29.13
%0
%13.59
%59.61

Codes

Color #496759 in popluar color models

496759
RGB7310389
HSL152°17.05%34.51%
HSB/HSV152°29.13%40.39%
CMYK29.13%0.00%13.59%
59.61%

Color #496759 in popluar number systems.

HEX496759
Decimal7310389
Binary100100111001111011001
Octal111147131

Shades and tints

Shades of #496759

#496759
(73,103,89)
#435E51
(67,94,81)
#3D5549
(61,85,73)
#374C41
(55,76,65)
#314339
(49,67,57)
#2B3A31
(43,58,49)
#253129
(37,49,41)
#1F2821
(31,40,33)
#191F19
(25,31,25)
#131611
(19,22,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #496759

#496759
(73,103,89)
#597468
(89,116,104)
#698177
(105,129,119)
#798E86
(121,142,134)
#899B95
(137,155,149)
#99A8A4
(153,168,164)
#A9B5B3
(169,181,179)
#B9C2C2
(185,194,194)
#C9CFD1
(201,207,209)
#D9DCE0
(217,220,224)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496759 color. Also use rgb(73,103,89) instead hex code.

Text Font Color

.myTextColor { color: #496759; }

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

This text font color is #496759.


Background Color

.myBgColor { background-color: #496759; }

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

This div background color is #496759.


Border color

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

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

This div border color is #496759.


Opacity

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

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

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

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

This text has shadow with #496759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496759 on black background.


Color preview on white background

This text has color #496759 on white background.



Black color preview on #496759 background

This text has black color on #496759 background.


White color preview on #496759 background

This text has white color on #496759 background.