COLOR #496D46

HEX: #496D46
RGB: (73,109,70)

Renk bilgisi

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

RGB renk modeli

#496D46 color RGB value is (73,109,70).

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

RGB bağlantıları ve doygunluk

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

73
109
70

R + G + B ~ 33%. #496D46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 109 + 70 = 252 (100%)
R 73 of 252 ~ 28.97%
G 109 of 252 ~ 43.25%
B 70 of 252 ~ 27.78%

%28.97
%43.25
%27.78

CMYK RENK MODELİ

#496D46 rengi CMYK tonu (33,0,36,57).

  • camgöbeği tonu 33.03%
  • eflatun tonu 0.00%
  • sarı tonu 35.78%
  • ana renk tonu 57.25%
CMYK:
(33,0,36,57)
C33M0Y36K57 
(33%,0%,36%,57%)
(0.33/0.00/0.36/0.57)	

CMYK yüzdeleri

%33.03
%0
%35.78
%57.25

Codes

Color #496D46 in popluar color models

496D46
RGB7310970
HSL115°21.79%35.10%
HSB/HSV115°35.78%42.75%
CMYK33.03%0.00%35.78%
57.25%

Color #496D46 in popluar number systems.

HEX496D46
Decimal7310970
Binary100100111011011000110
Octal111155106

Shades and tints

Shades of #496D46

#496D46
(73,109,70)
#436440
(67,100,64)
#3D5B3A
(61,91,58)
#375234
(55,82,52)
#31492E
(49,73,46)
#2B4028
(43,64,40)
#253722
(37,55,34)
#1F2E1C
(31,46,28)
#192516
(25,37,22)
#131C10
(19,28,16)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #496D46

#496D46
(73,109,70)
#597A56
(89,122,86)
#698766
(105,135,102)
#799476
(121,148,118)
#89A186
(137,161,134)
#99AE96
(153,174,150)
#A9BBA6
(169,187,166)
#B9C8B6
(185,200,182)
#C9D5C6
(201,213,198)
#D9E2D6
(217,226,214)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D46; }

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

This text font color is #496D46.


Background Color

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

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

This div background color is #496D46.


Border color

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

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

This div border color is #496D46.


Opacity

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

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

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

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

This text has shadow with #496D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D46 on black background.


Color preview on white background

This text has color #496D46 on white background.



Black color preview on #496D46 background

This text has black color on #496D46 background.


White color preview on #496D46 background

This text has white color on #496D46 background.