COLOR #496250

HEX: #496250
RGB: (73,98,80)

Color info

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

RGB color model

#496250 color RGB value is (73,98,80).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 80 of 255 = 31%

73
98
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 80 = 251 (100%)
R 73 of 251 ~ 29.08%
G 98 of 251 ~ 39.04%
B 80 of 251 ~ 31.87%

%29.08
%39.04
%31.87

CMYK color model

#496250 color CMYK value is (26,0,18,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 61.57%
CMYK:
(26,0,18,62)
C26M0Y18K62 
(26%,0%,18%,62%)
(0.26/0.00/0.18/0.62)	

CMYK percentages

%25.51
%0
%18.37
%61.57

Codes

Color #496250 in popluar color models

496250
RGB739880
HSL137°14.62%33.53%
HSB/HSV137°25.51%38.43%
CMYK25.51%0.00%18.37%
61.57%

Color #496250 in popluar number systems.

HEX496250
Decimal739880
Binary100100111000101010000
Octal111142120

Shades and tints

Shades of #496250

#496250
(73,98,80)
#435A49
(67,90,73)
#3D5242
(61,82,66)
#374A3B
(55,74,59)
#314234
(49,66,52)
#2B3A2D
(43,58,45)
#253226
(37,50,38)
#1F2A1F
(31,42,31)
#192218
(25,34,24)
#131A11
(19,26,17)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #496250

#496250
(73,98,80)
#59705F
(89,112,95)
#697E6E
(105,126,110)
#798C7D
(121,140,125)
#899A8C
(137,154,140)
#99A89B
(153,168,155)
#A9B6AA
(169,182,170)
#B9C4B9
(185,196,185)
#C9D2C8
(201,210,200)
#D9E0D7
(217,224,215)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496250; }

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

This text font color is #496250.


Background Color

.myBgColor { background-color: #496250; }

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

This div background color is #496250.


Border color

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

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

This div border color is #496250.


Opacity

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

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

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

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

This text has shadow with #496250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496250 on black background.


Color preview on white background

This text has color #496250 on white background.



Black color preview on #496250 background

This text has black color on #496250 background.


White color preview on #496250 background

This text has white color on #496250 background.