COLOR #496213

HEX: #496213
RGB: (73,98,19)

Color info

#496213 contains mainly red and green colors. Web safe color of #496213 is #336600 (or #360).

RGB color model

#496213 color RGB value is (73,98,19).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 19 of 255 = 7%

73
98
19

R + G + B ~ 25%. #496213 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 19 = 190 (100%)
R 73 of 190 ~ 38.42%
G 98 of 190 ~ 51.58%
B 19 of 190 ~ 10%

%38.42
%51.58
%10

CMYK color model

#496213 color CMYK value is (26,0,81,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 80.61%
  • key color value is 61.57%
CMYK:
(26,0,81,62)
C26M0Y81K62 
(26%,0%,81%,62%)
(0.26/0.00/0.81/0.62)	

CMYK percentages

%25.51
%0
%80.61
%61.57

Codes

Color #496213 in popluar color models

496213
RGB739819
HSL79°67.52%22.94%
HSB/HSV79°80.61%38.43%
CMYK25.51%0.00%80.61%
61.57%

Color #496213 in popluar number systems.

HEX496213
Decimal739819
Binary1001001110001010011
Octal11114223

Shades and tints

Shades of #496213

#496213
(73,98,19)
#435A12
(67,90,18)
#3D5211
(61,82,17)
#374A10
(55,74,16)
#31420F
(49,66,15)
#2B3A0E
(43,58,14)
#25320D
(37,50,13)
#1F2A0C
(31,42,12)
#19220B
(25,34,11)
#131A0A
(19,26,10)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #496213

#496213
(73,98,19)
#597028
(89,112,40)
#697E3D
(105,126,61)
#798C52
(121,140,82)
#899A67
(137,154,103)
#99A87C
(153,168,124)
#A9B691
(169,182,145)
#B9C4A6
(185,196,166)
#C9D2BB
(201,210,187)
#D9E0D0
(217,224,208)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496213; }

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

This text font color is #496213.


Background Color

.myBgColor { background-color: #496213; }

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

This div background color is #496213.


Border color

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

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

This div border color is #496213.


Opacity

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

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

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

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

This text has shadow with #496213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496213 on black background.


Color preview on white background

This text has color #496213 on white background.



Black color preview on #496213 background

This text has black color on #496213 background.


White color preview on #496213 background

This text has white color on #496213 background.