COLOR #496120

HEX: #496120
RGB: (73,97,32)

Color info

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

RGB color model

#496120 color RGB value is (73,97,32).

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

RGB channels and saturation

R 73 of 255 = 29%
G 97 of 255 = 38%
B 32 of 255 = 13%

73
97
32

R + G + B ~ 27%. #496120 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 97 + 32 = 202 (100%)
R 73 of 202 ~ 36.14%
G 97 of 202 ~ 48.02%
B 32 of 202 ~ 15.84%

%36.14
%48.02
%15.84

CMYK color model

#496120 color CMYK value is (25,0,67,62).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 67.01%
  • key color value is 61.96%
CMYK:
(25,0,67,62)
C25M0Y67K62 
(25%,0%,67%,62%)
(0.25/0.00/0.67/0.62)	

CMYK percentages

%24.74
%0
%67.01
%61.96

Codes

Color #496120 in popluar color models

496120
RGB739732
HSL82°50.39%25.29%
HSB/HSV82°67.01%38.04%
CMYK24.74%0.00%67.01%
61.96%

Color #496120 in popluar number systems.

HEX496120
Decimal739732
Binary10010011100001100000
Octal11114140

Shades and tints

Shades of #496120

#496120
(73,97,32)
#43591E
(67,89,30)
#3D511C
(61,81,28)
#37491A
(55,73,26)
#314118
(49,65,24)
#2B3916
(43,57,22)
#253114
(37,49,20)
#1F2912
(31,41,18)
#192110
(25,33,16)
#13190E
(19,25,14)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #496120

#496120
(73,97,32)
#596F34
(89,111,52)
#697D48
(105,125,72)
#798B5C
(121,139,92)
#899970
(137,153,112)
#99A784
(153,167,132)
#A9B598
(169,181,152)
#B9C3AC
(185,195,172)
#C9D1C0
(201,209,192)
#D9DFD4
(217,223,212)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496120; }

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

This text font color is #496120.


Background Color

.myBgColor { background-color: #496120; }

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

This div background color is #496120.


Border color

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

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

This div border color is #496120.


Opacity

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

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

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

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

This text has shadow with #496120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496120 on black background.


Color preview on white background

This text has color #496120 on white background.



Black color preview on #496120 background

This text has black color on #496120 background.


White color preview on #496120 background

This text has white color on #496120 background.