COLOR #496816

HEX: #496816
RGB: (73,104,22)

Renk bilgisi

#496816 contains mainly red and green colors. #496816 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#496816 color RGB value is (73,104,22).

  • kırmız ton 73;
  • yeşil ton 104;
  • mavi ton 22.
RGB:
(73,104,22)
(29%,41%,9%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 104 of 255 = 41%
B 22 of 255 = 9%

73
104
22

R + G + B ~ 26%. #496816 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 104 + 22 = 199 (100%)
R 73 of 199 ~ 36.68%
G 104 of 199 ~ 52.26%
B 22 of 199 ~ 11.06%

%36.68
%52.26
%11.06

CMYK RENK MODELİ

#496816 rengi CMYK tonu (30,0,79,59).

  • camgöbeği tonu 29.81%
  • eflatun tonu 0.00%
  • sarı tonu 78.85%
  • ana renk tonu 59.22%
CMYK:
(30,0,79,59)
C30M0Y79K59 
(30%,0%,79%,59%)
(0.30/0.00/0.79/0.59)	

CMYK yüzdeleri

%29.81
%0
%78.85
%59.22

Codes

Color #496816 in popluar color models

496816
RGB7310422
HSL83°65.08%24.71%
HSB/HSV83°78.85%40.78%
CMYK29.81%0.00%78.85%
59.22%

Color #496816 in popluar number systems.

HEX496816
Decimal7310422
Binary1001001110100010110
Octal11115026

Shades and tints

Shades of #496816

#496816
(73,104,22)
#435F14
(67,95,20)
#3D5612
(61,86,18)
#374D10
(55,77,16)
#31440E
(49,68,14)
#2B3B0C
(43,59,12)
#25320A
(37,50,10)
#1F2908
(31,41,8)
#192006
(25,32,6)
#131704
(19,23,4)
#0D0E02
(13,14,2)
#000000
(0,0,0)

Tints of #496816

#496816
(73,104,22)
#59752B
(89,117,43)
#698240
(105,130,64)
#798F55
(121,143,85)
#899C6A
(137,156,106)
#99A97F
(153,169,127)
#A9B694
(169,182,148)
#B9C3A9
(185,195,169)
#C9D0BE
(201,208,190)
#D9DDD3
(217,221,211)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496816 color. Also use rgb(73,104,22) instead hex code.

Text Font Color

.myTextColor { color: #496816; }

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

This text font color is #496816.


Background Color

.myBgColor { background-color: #496816; }

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

This div background color is #496816.


Border color

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

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

This div border color is #496816.


Opacity

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

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

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

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

This text has shadow with #496816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496816 on black background.


Color preview on white background

This text has color #496816 on white background.



Black color preview on #496816 background

This text has black color on #496816 background.


White color preview on #496816 background

This text has white color on #496816 background.