COLOR #496737

HEX: #496737
RGB: (73,103,55)

Renk bilgisi

#496737 contains red, green and blue colors in about the same proportion. #496737 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#496737 color RGB value is (73,103,55).

  • kırmız ton 73;
  • yeşil ton 103;
  • mavi ton 55.
RGB:
(73,103,55)
(29%,40%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 103 of 255 = 40%
B 55 of 255 = 22%

73
103
55

R + G + B ~ 30%. #496737 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 103 + 55 = 231 (100%)
R 73 of 231 ~ 31.6%
G 103 of 231 ~ 44.59%
B 55 of 231 ~ 23.81%

%31.6
%44.59
%23.81

CMYK RENK MODELİ

#496737 rengi CMYK tonu (29,0,47,60).

  • camgöbeği tonu 29.13%
  • eflatun tonu 0.00%
  • sarı tonu 46.60%
  • ana renk tonu 59.61%
CMYK:
(29,0,47,60)
C29M0Y47K60 
(29%,0%,47%,60%)
(0.29/0.00/0.47/0.60)	

CMYK yüzdeleri

%29.13
%0
%46.6
%59.61

Codes

Color #496737 in popluar color models

496737
RGB7310355
HSL98°30.38%30.98%
HSB/HSV98°46.60%40.39%
CMYK29.13%0.00%46.60%
59.61%

Color #496737 in popluar number systems.

HEX496737
Decimal7310355
Binary10010011100111110111
Octal11114767

Shades and tints

Shades of #496737

#496737
(73,103,55)
#435E32
(67,94,50)
#3D552D
(61,85,45)
#374C28
(55,76,40)
#314323
(49,67,35)
#2B3A1E
(43,58,30)
#253119
(37,49,25)
#1F2814
(31,40,20)
#191F0F
(25,31,15)
#13160A
(19,22,10)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #496737

#496737
(73,103,55)
#597449
(89,116,73)
#69815B
(105,129,91)
#798E6D
(121,142,109)
#899B7F
(137,155,127)
#99A891
(153,168,145)
#A9B5A3
(169,181,163)
#B9C2B5
(185,194,181)
#C9CFC7
(201,207,199)
#D9DCD9
(217,220,217)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496737 color. Also use rgb(73,103,55) instead hex code.

Text Font Color

.myTextColor { color: #496737; }

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

This text font color is #496737.


Background Color

.myBgColor { background-color: #496737; }

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

This div background color is #496737.


Border color

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

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

This div border color is #496737.


Opacity

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

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

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

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

This text has shadow with #496737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496737 on black background.


Color preview on white background

This text has color #496737 on white background.



Black color preview on #496737 background

This text has black color on #496737 background.


White color preview on #496737 background

This text has white color on #496737 background.