COLOR #496F4D

HEX: #496F4D
RGB: (73,111,77)

Color info

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

RGB color model

#496F4D color RGB value is (73,111,77).

  • red value is 73;
  • green value is 111;
  • blue value is 77.
RGB:
(73,111,77)
(29%,44%,30%)

RGB channels and saturation

R 73 of 255 = 29%
G 111 of 255 = 44%
B 77 of 255 = 30%

73
111
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 111 + 77 = 261 (100%)
R 73 of 261 ~ 27.97%
G 111 of 261 ~ 42.53%
B 77 of 261 ~ 29.5%

%27.97
%42.53
%29.5

CMYK color model

#496F4D color CMYK value is (34,0,31,56).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 56.47%
CMYK:
(34,0,31,56)
C34M0Y31K56 
(34%,0%,31%,56%)
(0.34/0.00/0.31/0.56)	

CMYK percentages

%34.23
%0
%30.63
%56.47

Codes

Color #496F4D in popluar color models

496F4D
RGB7311177
HSL126°20.65%36.08%
HSB/HSV126°34.23%43.53%
CMYK34.23%0.00%30.63%
56.47%

Color #496F4D in popluar number systems.

HEX496F4D
Decimal7311177
Binary100100111011111001101
Octal111157115

Shades and tints

Shades of #496F4D

#496F4D
(73,111,77)
#436546
(67,101,70)
#3D5B3F
(61,91,63)
#375138
(55,81,56)
#314731
(49,71,49)
#2B3D2A
(43,61,42)
#253323
(37,51,35)
#1F291C
(31,41,28)
#191F15
(25,31,21)
#13150E
(19,21,14)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #496F4D

#496F4D
(73,111,77)
#597C5D
(89,124,93)
#69896D
(105,137,109)
#79967D
(121,150,125)
#89A38D
(137,163,141)
#99B09D
(153,176,157)
#A9BDAD
(169,189,173)
#B9CABD
(185,202,189)
#C9D7CD
(201,215,205)
#D9E4DD
(217,228,221)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496F4D color. Also use rgb(73,111,77) instead hex code.

Text Font Color

.myTextColor { color: #496F4D; }

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

This text font color is #496F4D.


Background Color

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

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

This div background color is #496F4D.


Border color

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

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

This div border color is #496F4D.


Opacity

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

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

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

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

This text has shadow with #496F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496F4D on black background.


Color preview on white background

This text has color #496F4D on white background.



Black color preview on #496F4D background

This text has black color on #496F4D background.


White color preview on #496F4D background

This text has white color on #496F4D background.