COLOR #496656

HEX: #496656
RGB: (73,102,86)

Color info

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

RGB color model

#496656 color RGB value is (73,102,86).

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

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 86 of 255 = 34%

73
102
86

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

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 86 = 261 (100%)
R 73 of 261 ~ 27.97%
G 102 of 261 ~ 39.08%
B 86 of 261 ~ 32.95%

%27.97
%39.08
%32.95

CMYK color model

#496656 color CMYK value is (28,0,16,60).

  • cyan value is 28.43%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 60.00%
CMYK:
(28,0,16,60)
C28M0Y16K60 
(28%,0%,16%,60%)
(0.28/0.00/0.16/0.60)	

CMYK percentages

%28.43
%0
%15.69
%60

Codes

Color #496656 in popluar color models

496656
RGB7310286
HSL147°16.57%34.31%
HSB/HSV147°28.43%40.00%
CMYK28.43%0.00%15.69%
60.00%

Color #496656 in popluar number systems.

HEX496656
Decimal7310286
Binary100100111001101010110
Octal111146126

Shades and tints

Shades of #496656

#496656
(73,102,86)
#435D4F
(67,93,79)
#3D5448
(61,84,72)
#374B41
(55,75,65)
#31423A
(49,66,58)
#2B3933
(43,57,51)
#25302C
(37,48,44)
#1F2725
(31,39,37)
#191E1E
(25,30,30)
#131517
(19,21,23)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #496656

#496656
(73,102,86)
#597365
(89,115,101)
#698074
(105,128,116)
#798D83
(121,141,131)
#899A92
(137,154,146)
#99A7A1
(153,167,161)
#A9B4B0
(169,180,176)
#B9C1BF
(185,193,191)
#C9CECE
(201,206,206)
#D9DBDD
(217,219,221)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496656; }

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

This text font color is #496656.


Background Color

.myBgColor { background-color: #496656; }

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

This div background color is #496656.


Border color

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

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

This div border color is #496656.


Opacity

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

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

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

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

This text has shadow with #496656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496656 on black background.


Color preview on white background

This text has color #496656 on white background.



Black color preview on #496656 background

This text has black color on #496656 background.


White color preview on #496656 background

This text has white color on #496656 background.