COLOR #496D51

HEX: #496D51
RGB: (73,109,81)

Color info

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

RGB color model

#496D51 color RGB value is (73,109,81).

  • red value is 73;
  • green value is 109;
  • blue value is 81.
RGB:
(73,109,81)
(29%,43%,32%)

RGB channels and saturation

R 73 of 255 = 29%
G 109 of 255 = 43%
B 81 of 255 = 32%

73
109
81

R + G + B ~ 35%. #496D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 109 + 81 = 263 (100%)
R 73 of 263 ~ 27.76%
G 109 of 263 ~ 41.44%
B 81 of 263 ~ 30.8%

%27.76
%41.44
%30.8

CMYK color model

#496D51 color CMYK value is (33,0,26,57).

  • cyan value is 33.03%
  • magenta value is 0.00%
  • yellow value is 25.69%
  • key color value is 57.25%
CMYK:
(33,0,26,57)
C33M0Y26K57 
(33%,0%,26%,57%)
(0.33/0.00/0.26/0.57)	

CMYK percentages

%33.03
%0
%25.69
%57.25

Codes

Color #496D51 in popluar color models

496D51
RGB7310981
HSL133°19.78%35.69%
HSB/HSV133°33.03%42.75%
CMYK33.03%0.00%25.69%
57.25%

Color #496D51 in popluar number systems.

HEX496D51
Decimal7310981
Binary100100111011011010001
Octal111155121

Shades and tints

Shades of #496D51

#496D51
(73,109,81)
#43644A
(67,100,74)
#3D5B43
(61,91,67)
#37523C
(55,82,60)
#314935
(49,73,53)
#2B402E
(43,64,46)
#253727
(37,55,39)
#1F2E20
(31,46,32)
#192519
(25,37,25)
#131C12
(19,28,18)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #496D51

#496D51
(73,109,81)
#597A60
(89,122,96)
#69876F
(105,135,111)
#79947E
(121,148,126)
#89A18D
(137,161,141)
#99AE9C
(153,174,156)
#A9BBAB
(169,187,171)
#B9C8BA
(185,200,186)
#C9D5C9
(201,213,201)
#D9E2D8
(217,226,216)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496D51 color. Also use rgb(73,109,81) instead hex code.

Text Font Color

.myTextColor { color: #496D51; }

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

This text font color is #496D51.


Background Color

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

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

This div background color is #496D51.


Border color

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

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

This div border color is #496D51.


Opacity

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

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

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

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

This text has shadow with #496D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D51 on black background.


Color preview on white background

This text has color #496D51 on white background.



Black color preview on #496D51 background

This text has black color on #496D51 background.


White color preview on #496D51 background

This text has white color on #496D51 background.