COLOR #496A13

HEX: #496A13
RGB: (73,106,19)

Renk bilgisi

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

RGB renk modeli

#496A13 color RGB value is (73,106,19).

  • kırmız ton 73;
  • yeşil ton 106;
  • mavi ton 19.
RGB:
(73,106,19)
(29%,42%,7%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 106 of 255 = 42%
B 19 of 255 = 7%

73
106
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 106 + 19 = 198 (100%)
R 73 of 198 ~ 36.87%
G 106 of 198 ~ 53.54%
B 19 of 198 ~ 9.6%

%36.87
%53.54
%9.6

CMYK RENK MODELİ

#496A13 rengi CMYK tonu (31,0,82,58).

  • camgöbeği tonu 31.13%
  • eflatun tonu 0.00%
  • sarı tonu 82.08%
  • ana renk tonu 58.43%
CMYK:
(31,0,82,58)
C31M0Y82K58 
(31%,0%,82%,58%)
(0.31/0.00/0.82/0.58)	

CMYK yüzdeleri

%31.13
%0
%82.08
%58.43

Codes

Color #496A13 in popluar color models

496A13
RGB7310619
HSL83°69.60%24.51%
HSB/HSV83°82.08%41.57%
CMYK31.13%0.00%82.08%
58.43%

Color #496A13 in popluar number systems.

HEX496A13
Decimal7310619
Binary1001001110101010011
Octal11115223

Shades and tints

Shades of #496A13

#496A13
(73,106,19)
#436112
(67,97,18)
#3D5811
(61,88,17)
#374F10
(55,79,16)
#31460F
(49,70,15)
#2B3D0E
(43,61,14)
#25340D
(37,52,13)
#1F2B0C
(31,43,12)
#19220B
(25,34,11)
#13190A
(19,25,10)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #496A13

#496A13
(73,106,19)
#597728
(89,119,40)
#69843D
(105,132,61)
#799152
(121,145,82)
#899E67
(137,158,103)
#99AB7C
(153,171,124)
#A9B891
(169,184,145)
#B9C5A6
(185,197,166)
#C9D2BB
(201,210,187)
#D9DFD0
(217,223,208)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496A13; }

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

This text font color is #496A13.


Background Color

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

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

This div background color is #496A13.


Border color

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

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

This div border color is #496A13.


Opacity

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

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

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

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

This text has shadow with #496A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A13 on black background.


Color preview on white background

This text has color #496A13 on white background.



Black color preview on #496A13 background

This text has black color on #496A13 background.


White color preview on #496A13 background

This text has white color on #496A13 background.