COLOR #496529

HEX: #496529
RGB: (73,101,41)

Color info

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

RGB color model

#496529 color RGB value is (73,101,41).

  • red value is 73;
  • green value is 101;
  • blue value is 41.
RGB:
(73,101,41)
(29%,40%,16%)

RGB channels and saturation

R 73 of 255 = 29%
G 101 of 255 = 40%
B 41 of 255 = 16%

73
101
41

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

Portions of RGB colors in percentages

R + G + B =
73 + 101 + 41 = 215 (100%)
R 73 of 215 ~ 33.95%
G 101 of 215 ~ 46.98%
B 41 of 215 ~ 19.07%

%33.95
%46.98
%19.07

CMYK color model

#496529 color CMYK value is (28,0,59,60).

  • cyan value is 27.72%
  • magenta value is 0.00%
  • yellow value is 59.41%
  • key color value is 60.39%
CMYK:
(28,0,59,60)
C28M0Y59K60 
(28%,0%,59%,60%)
(0.28/0.00/0.59/0.60)	

CMYK percentages

%27.72
%0
%59.41
%60.39

Codes

Color #496529 in popluar color models

496529
RGB7310141
HSL88°42.25%27.84%
HSB/HSV88°59.41%39.61%
CMYK27.72%0.00%59.41%
60.39%

Color #496529 in popluar number systems.

HEX496529
Decimal7310141
Binary10010011100101101001
Octal11114551

Shades and tints

Shades of #496529

#496529
(73,101,41)
#435C26
(67,92,38)
#3D5323
(61,83,35)
#374A20
(55,74,32)
#31411D
(49,65,29)
#2B381A
(43,56,26)
#252F17
(37,47,23)
#1F2614
(31,38,20)
#191D11
(25,29,17)
#13140E
(19,20,14)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #496529

#496529
(73,101,41)
#59733C
(89,115,60)
#69814F
(105,129,79)
#798F62
(121,143,98)
#899D75
(137,157,117)
#99AB88
(153,171,136)
#A9B99B
(169,185,155)
#B9C7AE
(185,199,174)
#C9D5C1
(201,213,193)
#D9E3D4
(217,227,212)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496529 color. Also use rgb(73,101,41) instead hex code.

Text Font Color

.myTextColor { color: #496529; }

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

This text font color is #496529.


Background Color

.myBgColor { background-color: #496529; }

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

This div background color is #496529.


Border color

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

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

This div border color is #496529.


Opacity

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

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

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

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

This text has shadow with #496529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496529 on black background.


Color preview on white background

This text has color #496529 on white background.



Black color preview on #496529 background

This text has black color on #496529 background.


White color preview on #496529 background

This text has white color on #496529 background.