COLOR #496156

HEX: #496156
RGB: (73,97,86)

Color info

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

RGB color model

#496156 color RGB value is (73,97,86).

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

RGB channels and saturation

R 73 of 255 = 29%
G 97 of 255 = 38%
B 86 of 255 = 34%

73
97
86

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

Portions of RGB colors in percentages

R + G + B =
73 + 97 + 86 = 256 (100%)
R 73 of 256 ~ 28.52%
G 97 of 256 ~ 37.89%
B 86 of 256 ~ 33.59%

%28.52
%37.89
%33.59

CMYK color model

#496156 color CMYK value is (25,0,11,62).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(25,0,11,62)
C25M0Y11K62 
(25%,0%,11%,62%)
(0.25/0.00/0.11/0.62)	

CMYK percentages

%24.74
%0
%11.34
%61.96

Codes

Color #496156 in popluar color models

496156
RGB739786
HSL153°14.12%33.33%
HSB/HSV153°24.74%38.04%
CMYK24.74%0.00%11.34%
61.96%

Color #496156 in popluar number systems.

HEX496156
Decimal739786
Binary100100111000011010110
Octal111141126

Shades and tints

Shades of #496156

#496156
(73,97,86)
#43594F
(67,89,79)
#3D5148
(61,81,72)
#374941
(55,73,65)
#31413A
(49,65,58)
#2B3933
(43,57,51)
#25312C
(37,49,44)
#1F2925
(31,41,37)
#19211E
(25,33,30)
#131917
(19,25,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #496156

#496156
(73,97,86)
#596F65
(89,111,101)
#697D74
(105,125,116)
#798B83
(121,139,131)
#899992
(137,153,146)
#99A7A1
(153,167,161)
#A9B5B0
(169,181,176)
#B9C3BF
(185,195,191)
#C9D1CE
(201,209,206)
#D9DFDD
(217,223,221)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496156; }

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

This text font color is #496156.


Background Color

.myBgColor { background-color: #496156; }

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

This div background color is #496156.


Border color

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

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

This div border color is #496156.


Opacity

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

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

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

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

This text has shadow with #496156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496156 on black background.


Color preview on white background

This text has color #496156 on white background.



Black color preview on #496156 background

This text has black color on #496156 background.


White color preview on #496156 background

This text has white color on #496156 background.