COLOR #496229

HEX: #496229
RGB: (73,98,41)

Color info

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

RGB color model

#496229 color RGB value is (73,98,41).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 41 of 255 = 16%

73
98
41

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

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 41 = 212 (100%)
R 73 of 212 ~ 34.43%
G 98 of 212 ~ 46.23%
B 41 of 212 ~ 19.34%

%34.43
%46.23
%19.34

CMYK color model

#496229 color CMYK value is (26,0,58,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 58.16%
  • key color value is 61.57%
CMYK:
(26,0,58,62)
C26M0Y58K62 
(26%,0%,58%,62%)
(0.26/0.00/0.58/0.62)	

CMYK percentages

%25.51
%0
%58.16
%61.57

Codes

Color #496229 in popluar color models

496229
RGB739841
HSL86°41.01%27.25%
HSB/HSV86°58.16%38.43%
CMYK25.51%0.00%58.16%
61.57%

Color #496229 in popluar number systems.

HEX496229
Decimal739841
Binary10010011100010101001
Octal11114251

Shades and tints

Shades of #496229

#496229
(73,98,41)
#435A26
(67,90,38)
#3D5223
(61,82,35)
#374A20
(55,74,32)
#31421D
(49,66,29)
#2B3A1A
(43,58,26)
#253217
(37,50,23)
#1F2A14
(31,42,20)
#192211
(25,34,17)
#131A0E
(19,26,14)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #496229

#496229
(73,98,41)
#59703C
(89,112,60)
#697E4F
(105,126,79)
#798C62
(121,140,98)
#899A75
(137,154,117)
#99A888
(153,168,136)
#A9B69B
(169,182,155)
#B9C4AE
(185,196,174)
#C9D2C1
(201,210,193)
#D9E0D4
(217,224,212)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496229; }

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

This text font color is #496229.


Background Color

.myBgColor { background-color: #496229; }

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

This div background color is #496229.


Border color

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

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

This div border color is #496229.


Opacity

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

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

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

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

This text has shadow with #496229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496229 on black background.


Color preview on white background

This text has color #496229 on white background.



Black color preview on #496229 background

This text has black color on #496229 background.


White color preview on #496229 background

This text has white color on #496229 background.