COLOR #496D26

HEX: #496D26
RGB: (73,109,38)

Renk bilgisi

#496D26 contains mainly red and green colors. #496D26 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#496D26 color RGB value is (73,109,38).

  • kırmız ton 73;
  • yeşil ton 109;
  • mavi ton 38.
RGB:
(73,109,38)
(29%,43%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 109 of 255 = 43%
B 38 of 255 = 15%

73
109
38

R + G + B ~ 29%. #496D26 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 109 + 38 = 220 (100%)
R 73 of 220 ~ 33.18%
G 109 of 220 ~ 49.55%
B 38 of 220 ~ 17.27%

%33.18
%49.55
%17.27

CMYK RENK MODELİ

#496D26 rengi CMYK tonu (33,0,65,57).

  • camgöbeği tonu 33.03%
  • eflatun tonu 0.00%
  • sarı tonu 65.14%
  • ana renk tonu 57.25%
CMYK:
(33,0,65,57)
C33M0Y65K57 
(33%,0%,65%,57%)
(0.33/0.00/0.65/0.57)	

CMYK yüzdeleri

%33.03
%0
%65.14
%57.25

Codes

Color #496D26 in popluar color models

496D26
RGB7310938
HSL90°48.30%28.82%
HSB/HSV90°65.14%42.75%
CMYK33.03%0.00%65.14%
57.25%

Color #496D26 in popluar number systems.

HEX496D26
Decimal7310938
Binary10010011101101100110
Octal11115546

Shades and tints

Shades of #496D26

#496D26
(73,109,38)
#436423
(67,100,35)
#3D5B20
(61,91,32)
#37521D
(55,82,29)
#31491A
(49,73,26)
#2B4017
(43,64,23)
#253714
(37,55,20)
#1F2E11
(31,46,17)
#19250E
(25,37,14)
#131C0B
(19,28,11)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #496D26

#496D26
(73,109,38)
#597A39
(89,122,57)
#69874C
(105,135,76)
#79945F
(121,148,95)
#89A172
(137,161,114)
#99AE85
(153,174,133)
#A9BB98
(169,187,152)
#B9C8AB
(185,200,171)
#C9D5BE
(201,213,190)
#D9E2D1
(217,226,209)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D26; }

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

This text font color is #496D26.


Background Color

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

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

This div background color is #496D26.


Border color

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

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

This div border color is #496D26.


Opacity

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

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

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

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

This text has shadow with #496D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D26 on black background.


Color preview on white background

This text has color #496D26 on white background.



Black color preview on #496D26 background

This text has black color on #496D26 background.


White color preview on #496D26 background

This text has white color on #496D26 background.