COLOR #496136

HEX: #496136
RGB: (73,97,54)

Color info

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

RGB color model

#496136 color RGB value is (73,97,54).

  • red value is 73;
  • green value is 97;
  • blue value is 54.
RGB:
(73,97,54)
(29%,38%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 97 of 255 = 38%
B 54 of 255 = 21%

73
97
54

R + G + B ~ 29%. #496136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 97 + 54 = 224 (100%)
R 73 of 224 ~ 32.59%
G 97 of 224 ~ 43.3%
B 54 of 224 ~ 24.11%

%32.59
%43.3
%24.11

CMYK color model

#496136 color CMYK value is (25,0,44,62).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(25,0,44,62)
C25M0Y44K62 
(25%,0%,44%,62%)
(0.25/0.00/0.44/0.62)	

CMYK percentages

%24.74
%0
%44.33
%61.96

Codes

Color #496136 in popluar color models

496136
RGB739754
HSL93°28.48%29.61%
HSB/HSV93°44.33%38.04%
CMYK24.74%0.00%44.33%
61.96%

Color #496136 in popluar number systems.

HEX496136
Decimal739754
Binary10010011100001110110
Octal11114166

Shades and tints

Shades of #496136

#496136
(73,97,54)
#435932
(67,89,50)
#3D512E
(61,81,46)
#37492A
(55,73,42)
#314126
(49,65,38)
#2B3922
(43,57,34)
#25311E
(37,49,30)
#1F291A
(31,41,26)
#192116
(25,33,22)
#131912
(19,25,18)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #496136

#496136
(73,97,54)
#596F48
(89,111,72)
#697D5A
(105,125,90)
#798B6C
(121,139,108)
#89997E
(137,153,126)
#99A790
(153,167,144)
#A9B5A2
(169,181,162)
#B9C3B4
(185,195,180)
#C9D1C6
(201,209,198)
#D9DFD8
(217,223,216)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496136 color. Also use rgb(73,97,54) instead hex code.

Text Font Color

.myTextColor { color: #496136; }

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

This text font color is #496136.


Background Color

.myBgColor { background-color: #496136; }

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

This div background color is #496136.


Border color

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

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

This div border color is #496136.


Opacity

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

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

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

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

This text has shadow with #496136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496136 on black background.


Color preview on white background

This text has color #496136 on white background.



Black color preview on #496136 background

This text has black color on #496136 background.


White color preview on #496136 background

This text has white color on #496136 background.