COLOR #496964

HEX: #496964
RGB: (73,105,100)

Color info

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

RGB color model

#496964 color RGB value is (73,105,100).

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

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 100 of 255 = 39%

73
105
100

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

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 100 = 278 (100%)
R 73 of 278 ~ 26.26%
G 105 of 278 ~ 37.77%
B 100 of 278 ~ 35.97%

%26.26
%37.77
%35.97

CMYK color model

#496964 color CMYK value is (30,0,5,59).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 58.82%
CMYK:
(30,0,5,59)
C30M0Y5K59 
(30%,0%,5%,59%)
(0.30/0.00/0.05/0.59)	

CMYK percentages

%30.48
%0
%4.76
%58.82

Codes

Color #496964 in popluar color models

496964
RGB73105100
HSL171°17.98%34.90%
HSB/HSV171°30.48%41.18%
CMYK30.48%0.00%4.76%
58.82%

Color #496964 in popluar number systems.

HEX496964
Decimal73105100
Binary100100111010011100100
Octal111151144

Shades and tints

Shades of #496964

#496964
(73,105,100)
#43605B
(67,96,91)
#3D5752
(61,87,82)
#374E49
(55,78,73)
#314540
(49,69,64)
#2B3C37
(43,60,55)
#25332E
(37,51,46)
#1F2A25
(31,42,37)
#19211C
(25,33,28)
#131813
(19,24,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #496964

#496964
(73,105,100)
#597672
(89,118,114)
#698380
(105,131,128)
#79908E
(121,144,142)
#899D9C
(137,157,156)
#99AAAA
(153,170,170)
#A9B7B8
(169,183,184)
#B9C4C6
(185,196,198)
#C9D1D4
(201,209,212)
#D9DEE2
(217,222,226)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496964; }

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

This text font color is #496964.


Background Color

.myBgColor { background-color: #496964; }

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

This div background color is #496964.


Border color

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

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

This div border color is #496964.


Opacity

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

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

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

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

This text has shadow with #496964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496964 on black background.


Color preview on white background

This text has color #496964 on white background.



Black color preview on #496964 background

This text has black color on #496964 background.


White color preview on #496964 background

This text has white color on #496964 background.