COLOR #496860

HEX: #496860
RGB: (73,104,96)

Color info

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

RGB color model

#496860 color RGB value is (73,104,96).

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

RGB channels and saturation

R 73 of 255 = 29%
G 104 of 255 = 41%
B 96 of 255 = 38%

73
104
96

R + G + B ~ 36%. #496860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 104 + 96 = 273 (100%)
R 73 of 273 ~ 26.74%
G 104 of 273 ~ 38.1%
B 96 of 273 ~ 35.16%

%26.74
%38.1
%35.16

CMYK color model

#496860 color CMYK value is (30,0,8,59).

  • cyan value is 29.81%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 59.22%
CMYK:
(30,0,8,59)
C30M0Y8K59 
(30%,0%,8%,59%)
(0.30/0.00/0.08/0.59)	

CMYK percentages

%29.81
%0
%7.69
%59.22

Codes

Color #496860 in popluar color models

496860
RGB7310496
HSL165°17.51%34.71%
HSB/HSV165°29.81%40.78%
CMYK29.81%0.00%7.69%
59.22%

Color #496860 in popluar number systems.

HEX496860
Decimal7310496
Binary100100111010001100000
Octal111150140

Shades and tints

Shades of #496860

#496860
(73,104,96)
#435F58
(67,95,88)
#3D5650
(61,86,80)
#374D48
(55,77,72)
#314440
(49,68,64)
#2B3B38
(43,59,56)
#253230
(37,50,48)
#1F2928
(31,41,40)
#192020
(25,32,32)
#131718
(19,23,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #496860

#496860
(73,104,96)
#59756E
(89,117,110)
#69827C
(105,130,124)
#798F8A
(121,143,138)
#899C98
(137,156,152)
#99A9A6
(153,169,166)
#A9B6B4
(169,182,180)
#B9C3C2
(185,195,194)
#C9D0D0
(201,208,208)
#D9DDDE
(217,221,222)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496860; }

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

This text font color is #496860.


Background Color

.myBgColor { background-color: #496860; }

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

This div background color is #496860.


Border color

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

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

This div border color is #496860.


Opacity

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

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

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

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

This text has shadow with #496860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496860 on black background.


Color preview on white background

This text has color #496860 on white background.



Black color preview on #496860 background

This text has black color on #496860 background.


White color preview on #496860 background

This text has white color on #496860 background.