COLOR #496D1B

HEX: #496D1B
RGB: (73,109,27)

Color info

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

RGB color model

#496D1B color RGB value is (73,109,27).

  • red value is 73;
  • green value is 109;
  • blue value is 27.
RGB:
(73,109,27)
(29%,43%,11%)

RGB channels and saturation

R 73 of 255 = 29%
G 109 of 255 = 43%
B 27 of 255 = 11%

73
109
27

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

Portions of RGB colors in percentages

R + G + B =
73 + 109 + 27 = 209 (100%)
R 73 of 209 ~ 34.93%
G 109 of 209 ~ 52.15%
B 27 of 209 ~ 12.92%

%34.93
%52.15
%12.92

CMYK color model

#496D1B color CMYK value is (33,0,75,57).

  • cyan value is 33.03%
  • magenta value is 0.00%
  • yellow value is 75.23%
  • key color value is 57.25%
CMYK:
(33,0,75,57)
C33M0Y75K57 
(33%,0%,75%,57%)
(0.33/0.00/0.75/0.57)	

CMYK percentages

%33.03
%0
%75.23
%57.25

Codes

Color #496D1B in popluar color models

496D1B
RGB7310927
HSL86°60.29%26.67%
HSB/HSV86°75.23%42.75%
CMYK33.03%0.00%75.23%
57.25%

Color #496D1B in popluar number systems.

HEX496D1B
Decimal7310927
Binary1001001110110111011
Octal11115533

Shades and tints

Shades of #496D1B

#496D1B
(73,109,27)
#436419
(67,100,25)
#3D5B17
(61,91,23)
#375215
(55,82,21)
#314913
(49,73,19)
#2B4011
(43,64,17)
#25370F
(37,55,15)
#1F2E0D
(31,46,13)
#19250B
(25,37,11)
#131C09
(19,28,9)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #496D1B

#496D1B
(73,109,27)
#597A2F
(89,122,47)
#698743
(105,135,67)
#799457
(121,148,87)
#89A16B
(137,161,107)
#99AE7F
(153,174,127)
#A9BB93
(169,187,147)
#B9C8A7
(185,200,167)
#C9D5BB
(201,213,187)
#D9E2CF
(217,226,207)
#E9EFE3
(233,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496D1B color. Also use rgb(73,109,27) instead hex code.

Text Font Color

.myTextColor { color: #496D1B; }

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

This text font color is #496D1B.


Background Color

.myBgColor { background-color: #496D1B; }

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

This div background color is #496D1B.


Border color

.myBorderColor { border: 1px solid #496D1B; }

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

This div border color is #496D1B.


Opacity

.myOpacity80 { color: #496D1B; opacity: 0.8; }

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

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

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

This text has shadow with #496D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D1B on black background.


Color preview on white background

This text has color #496D1B on white background.



Black color preview on #496D1B background

This text has black color on #496D1B background.


White color preview on #496D1B background

This text has white color on #496D1B background.