COLOR #496950

HEX: #496950
RGB: (73,105,80)

Color info

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

RGB color model

#496950 color RGB value is (73,105,80).

  • red value is 73;
  • green value is 105;
  • blue value is 80.
RGB:
(73,105,80)
(29%,41%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 105 of 255 = 41%
B 80 of 255 = 31%

73
105
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 80 = 258 (100%)
R 73 of 258 ~ 28.29%
G 105 of 258 ~ 40.7%
B 80 of 258 ~ 31.01%

%28.29
%40.7
%31.01

CMYK color model

#496950 color CMYK value is (30,0,24,59).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 58.82%
CMYK:
(30,0,24,59)
C30M0Y24K59 
(30%,0%,24%,59%)
(0.30/0.00/0.24/0.59)	

CMYK percentages

%30.48
%0
%23.81
%58.82

Codes

Color #496950 in popluar color models

496950
RGB7310580
HSL133°17.98%34.90%
HSB/HSV133°30.48%41.18%
CMYK30.48%0.00%23.81%
58.82%

Color #496950 in popluar number systems.

HEX496950
Decimal7310580
Binary100100111010011010000
Octal111151120

Shades and tints

Shades of #496950

#496950
(73,105,80)
#436049
(67,96,73)
#3D5742
(61,87,66)
#374E3B
(55,78,59)
#314534
(49,69,52)
#2B3C2D
(43,60,45)
#253326
(37,51,38)
#1F2A1F
(31,42,31)
#192118
(25,33,24)
#131811
(19,24,17)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #496950

#496950
(73,105,80)
#59765F
(89,118,95)
#69836E
(105,131,110)
#79907D
(121,144,125)
#899D8C
(137,157,140)
#99AA9B
(153,170,155)
#A9B7AA
(169,183,170)
#B9C4B9
(185,196,185)
#C9D1C8
(201,209,200)
#D9DED7
(217,222,215)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496950 color. Also use rgb(73,105,80) instead hex code.

Text Font Color

.myTextColor { color: #496950; }

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

This text font color is #496950.


Background Color

.myBgColor { background-color: #496950; }

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

This div background color is #496950.


Border color

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

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

This div border color is #496950.


Opacity

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

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

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

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

This text has shadow with #496950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496950 on black background.


Color preview on white background

This text has color #496950 on white background.



Black color preview on #496950 background

This text has black color on #496950 background.


White color preview on #496950 background

This text has white color on #496950 background.