COLOR #496242

HEX: #496242
RGB: (73,98,66)

Color info

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

RGB color model

#496242 color RGB value is (73,98,66).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 66 of 255 = 26%

73
98
66

R + G + B ~ 31%. #496242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 66 = 237 (100%)
R 73 of 237 ~ 30.8%
G 98 of 237 ~ 41.35%
B 66 of 237 ~ 27.85%

%30.8
%41.35
%27.85

CMYK color model

#496242 color CMYK value is (26,0,33,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK:
(26,0,33,62)
C26M0Y33K62 
(26%,0%,33%,62%)
(0.26/0.00/0.33/0.62)	

CMYK percentages

%25.51
%0
%32.65
%61.57

Codes

Color #496242 in popluar color models

496242
RGB739866
HSL107°19.51%32.16%
HSB/HSV107°32.65%38.43%
CMYK25.51%0.00%32.65%
61.57%

Color #496242 in popluar number systems.

HEX496242
Decimal739866
Binary100100111000101000010
Octal111142102

Shades and tints

Shades of #496242

#496242
(73,98,66)
#435A3C
(67,90,60)
#3D5236
(61,82,54)
#374A30
(55,74,48)
#31422A
(49,66,42)
#2B3A24
(43,58,36)
#25321E
(37,50,30)
#1F2A18
(31,42,24)
#192212
(25,34,18)
#131A0C
(19,26,12)
#0D1206
(13,18,6)
#000000
(0,0,0)

Tints of #496242

#496242
(73,98,66)
#597053
(89,112,83)
#697E64
(105,126,100)
#798C75
(121,140,117)
#899A86
(137,154,134)
#99A897
(153,168,151)
#A9B6A8
(169,182,168)
#B9C4B9
(185,196,185)
#C9D2CA
(201,210,202)
#D9E0DB
(217,224,219)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496242; }

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

This text font color is #496242.


Background Color

.myBgColor { background-color: #496242; }

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

This div background color is #496242.


Border color

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

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

This div border color is #496242.


Opacity

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

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

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

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

This text has shadow with #496242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496242 on black background.


Color preview on white background

This text has color #496242 on white background.



Black color preview on #496242 background

This text has black color on #496242 background.


White color preview on #496242 background

This text has white color on #496242 background.