COLOR #496326

HEX: #496326
RGB: (73,99,38)

Color info

#496326 contains mainly red and green colors. Web safe color of #496326 is #336633 (or #363).

RGB color model

#496326 color RGB value is (73,99,38).

  • red value is 73;
  • green value is 99;
  • blue value is 38.
RGB:
(73,99,38)
(29%,39%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 99 of 255 = 39%
B 38 of 255 = 15%

73
99
38

R + G + B ~ 28%. #496326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 99 + 38 = 210 (100%)
R 73 of 210 ~ 34.76%
G 99 of 210 ~ 47.14%
B 38 of 210 ~ 18.1%

%34.76
%47.14
%18.1

CMYK color model

#496326 color CMYK value is (26,0,62,61).

  • cyan value is 26.26%
  • magenta value is 0.00%
  • yellow value is 61.62%
  • key color value is 61.18%
CMYK:
(26,0,62,61)
C26M0Y62K61 
(26%,0%,62%,61%)
(0.26/0.00/0.62/0.61)	

CMYK percentages

%26.26
%0
%61.62
%61.18

Codes

Color #496326 in popluar color models

496326
RGB739938
HSL86°44.53%26.86%
HSB/HSV86°61.62%38.82%
CMYK26.26%0.00%61.62%
61.18%

Color #496326 in popluar number systems.

HEX496326
Decimal739938
Binary10010011100011100110
Octal11114346

Shades and tints

Shades of #496326

#496326
(73,99,38)
#435A23
(67,90,35)
#3D5120
(61,81,32)
#37481D
(55,72,29)
#313F1A
(49,63,26)
#2B3617
(43,54,23)
#252D14
(37,45,20)
#1F2411
(31,36,17)
#191B0E
(25,27,14)
#13120B
(19,18,11)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #496326

#496326
(73,99,38)
#597139
(89,113,57)
#697F4C
(105,127,76)
#798D5F
(121,141,95)
#899B72
(137,155,114)
#99A985
(153,169,133)
#A9B798
(169,183,152)
#B9C5AB
(185,197,171)
#C9D3BE
(201,211,190)
#D9E1D1
(217,225,209)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496326 color. Also use rgb(73,99,38) instead hex code.

Text Font Color

.myTextColor { color: #496326; }

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

This text font color is #496326.


Background Color

.myBgColor { background-color: #496326; }

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

This div background color is #496326.


Border color

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

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

This div border color is #496326.


Opacity

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

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

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

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

This text has shadow with #496326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496326 on black background.


Color preview on white background

This text has color #496326 on white background.



Black color preview on #496326 background

This text has black color on #496326 background.


White color preview on #496326 background

This text has white color on #496326 background.