COLOR #496365

HEX: #496365
RGB: (73,99,101)

Color info

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

RGB color model

#496365 color RGB value is (73,99,101).

  • red value is 73;
  • green value is 99;
  • blue value is 101.
RGB:
(73,99,101)
(29%,39%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 99 of 255 = 39%
B 101 of 255 = 40%

73
99
101

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

Portions of RGB colors in percentages

R + G + B =
73 + 99 + 101 = 273 (100%)
R 73 of 273 ~ 26.74%
G 99 of 273 ~ 36.26%
B 101 of 273 ~ 37%

%26.74
%36.26
%37

CMYK color model

#496365 color CMYK value is (28,2,0,60).

  • cyan value is 27.72%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(28,2,0,60)
C28M2Y0K60 
(28%,2%,0%,60%)
(0.28/0.02/0.00/0.60)	

CMYK percentages

%27.72
%1.98
%0
%60.39

Codes

Color #496365 in popluar color models

496365
RGB7399101
HSL184°16.09%34.12%
HSB/HSV184°27.72%39.61%
CMYK27.72%1.98%0.00%
60.39%

Color #496365 in popluar number systems.

HEX496365
Decimal7399101
Binary100100111000111100101
Octal111143145

Shades and tints

Shades of #496365

#496365
(73,99,101)
#435A5C
(67,90,92)
#3D5153
(61,81,83)
#37484A
(55,72,74)
#313F41
(49,63,65)
#2B3638
(43,54,56)
#252D2F
(37,45,47)
#1F2426
(31,36,38)
#191B1D
(25,27,29)
#131214
(19,18,20)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #496365

#496365
(73,99,101)
#597173
(89,113,115)
#697F81
(105,127,129)
#798D8F
(121,141,143)
#899B9D
(137,155,157)
#99A9AB
(153,169,171)
#A9B7B9
(169,183,185)
#B9C5C7
(185,197,199)
#C9D3D5
(201,211,213)
#D9E1E3
(217,225,227)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496365 color. Also use rgb(73,99,101) instead hex code.

Text Font Color

.myTextColor { color: #496365; }

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

This text font color is #496365.


Background Color

.myBgColor { background-color: #496365; }

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

This div background color is #496365.


Border color

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

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

This div border color is #496365.


Opacity

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

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

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

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

This text has shadow with #496365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496365 on black background.


Color preview on white background

This text has color #496365 on white background.



Black color preview on #496365 background

This text has black color on #496365 background.


White color preview on #496365 background

This text has white color on #496365 background.