COLOR #496B47

HEX: #496B47
RGB: (73,107,71)

Color info

#496B47 contains red, green and blue colors in about the same proportion. Web safe color of #496B47 is #336633 (or #363).

RGB color model

#496B47 color RGB value is (73,107,71).

  • red value is 73;
  • green value is 107;
  • blue value is 71.
RGB:
(73,107,71)
(29%,42%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 107 of 255 = 42%
B 71 of 255 = 28%

73
107
71

R + G + B ~ 33%. #496B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 107 + 71 = 251 (100%)
R 73 of 251 ~ 29.08%
G 107 of 251 ~ 42.63%
B 71 of 251 ~ 28.29%

%29.08
%42.63
%28.29

CMYK color model

#496B47 color CMYK value is (32,0,34,58).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 58.04%
CMYK:
(32,0,34,58)
C32M0Y34K58 
(32%,0%,34%,58%)
(0.32/0.00/0.34/0.58)	

CMYK percentages

%31.78
%0
%33.64
%58.04

Codes

Color #496B47 in popluar color models

496B47
RGB7310771
HSL117°20.22%34.90%
HSB/HSV117°33.64%41.96%
CMYK31.78%0.00%33.64%
58.04%

Color #496B47 in popluar number systems.

HEX496B47
Decimal7310771
Binary100100111010111000111
Octal111153107

Shades and tints

Shades of #496B47

#496B47
(73,107,71)
#436241
(67,98,65)
#3D593B
(61,89,59)
#375035
(55,80,53)
#31472F
(49,71,47)
#2B3E29
(43,62,41)
#253523
(37,53,35)
#1F2C1D
(31,44,29)
#192317
(25,35,23)
#131A11
(19,26,17)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #496B47

#496B47
(73,107,71)
#597857
(89,120,87)
#698567
(105,133,103)
#799277
(121,146,119)
#899F87
(137,159,135)
#99AC97
(153,172,151)
#A9B9A7
(169,185,167)
#B9C6B7
(185,198,183)
#C9D3C7
(201,211,199)
#D9E0D7
(217,224,215)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496B47 color. Also use rgb(73,107,71) instead hex code.

Text Font Color

.myTextColor { color: #496B47; }

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

This text font color is #496B47.


Background Color

.myBgColor { background-color: #496B47; }

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

This div background color is #496B47.


Border color

.myBorderColor { border: 1px solid #496B47; }

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

This div border color is #496B47.


Opacity

.myOpacity80 { color: #496B47; opacity: 0.8; }

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

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

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

This text has shadow with #496B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B47 on black background.


Color preview on white background

This text has color #496B47 on white background.



Black color preview on #496B47 background

This text has black color on #496B47 background.


White color preview on #496B47 background

This text has white color on #496B47 background.