COLOR #496456

HEX: #496456
RGB: (73,100,86)

Color info

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

RGB color model

#496456 color RGB value is (73,100,86).

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

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 86 of 255 = 34%

73
100
86

R + G + B ~ 34%. #496456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 86 = 259 (100%)
R 73 of 259 ~ 28.19%
G 100 of 259 ~ 38.61%
B 86 of 259 ~ 33.2%

%28.19
%38.61
%33.2

CMYK color model

#496456 color CMYK value is (27,0,14,61).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 60.78%
CMYK:
(27,0,14,61)
C27M0Y14K61 
(27%,0%,14%,61%)
(0.27/0.00/0.14/0.61)	

CMYK percentages

%27
%0
%14
%60.78

Codes

Color #496456 in popluar color models

496456
RGB7310086
HSL149°15.61%33.92%
HSB/HSV149°27.00%39.22%
CMYK27.00%0.00%14.00%
60.78%

Color #496456 in popluar number systems.

HEX496456
Decimal7310086
Binary100100111001001010110
Octal111144126

Shades and tints

Shades of #496456

#496456
(73,100,86)
#435B4F
(67,91,79)
#3D5248
(61,82,72)
#374941
(55,73,65)
#31403A
(49,64,58)
#2B3733
(43,55,51)
#252E2C
(37,46,44)
#1F2525
(31,37,37)
#191C1E
(25,28,30)
#131317
(19,19,23)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #496456

#496456
(73,100,86)
#597265
(89,114,101)
#698074
(105,128,116)
#798E83
(121,142,131)
#899C92
(137,156,146)
#99AAA1
(153,170,161)
#A9B8B0
(169,184,176)
#B9C6BF
(185,198,191)
#C9D4CE
(201,212,206)
#D9E2DD
(217,226,221)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496456; }

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

This text font color is #496456.


Background Color

.myBgColor { background-color: #496456; }

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

This div background color is #496456.


Border color

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

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

This div border color is #496456.


Opacity

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

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

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

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

This text has shadow with #496456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496456 on black background.


Color preview on white background

This text has color #496456 on white background.



Black color preview on #496456 background

This text has black color on #496456 background.


White color preview on #496456 background

This text has white color on #496456 background.