COLOR #496336

HEX: #496336
RGB: (73,99,54)

Renk bilgisi

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

RGB renk modeli

#496336 color RGB value is (73,99,54).

  • kırmız ton 73;
  • yeşil ton 99;
  • mavi ton 54.
RGB:
(73,99,54)
(29%,39%,21%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 99 of 255 = 39%
B 54 of 255 = 21%

73
99
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 99 + 54 = 226 (100%)
R 73 of 226 ~ 32.3%
G 99 of 226 ~ 43.81%
B 54 of 226 ~ 23.89%

%32.3
%43.81
%23.89

CMYK RENK MODELİ

#496336 rengi CMYK tonu (26,0,45,61).

  • camgöbeği tonu 26.26%
  • eflatun tonu 0.00%
  • sarı tonu 45.45%
  • ana renk tonu 61.18%
CMYK:
(26,0,45,61)
C26M0Y45K61 
(26%,0%,45%,61%)
(0.26/0.00/0.45/0.61)	

CMYK yüzdeleri

%26.26
%0
%45.45
%61.18

Codes

Color #496336 in popluar color models

496336
RGB739954
HSL95°29.41%30.00%
HSB/HSV95°45.45%38.82%
CMYK26.26%0.00%45.45%
61.18%

Color #496336 in popluar number systems.

HEX496336
Decimal739954
Binary10010011100011110110
Octal11114366

Shades and tints

Shades of #496336

#496336
(73,99,54)
#435A32
(67,90,50)
#3D512E
(61,81,46)
#37482A
(55,72,42)
#313F26
(49,63,38)
#2B3622
(43,54,34)
#252D1E
(37,45,30)
#1F241A
(31,36,26)
#191B16
(25,27,22)
#131212
(19,18,18)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #496336

#496336
(73,99,54)
#597148
(89,113,72)
#697F5A
(105,127,90)
#798D6C
(121,141,108)
#899B7E
(137,155,126)
#99A990
(153,169,144)
#A9B7A2
(169,183,162)
#B9C5B4
(185,197,180)
#C9D3C6
(201,211,198)
#D9E1D8
(217,225,216)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496336 color. Also use rgb(73,99,54) instead hex code.

Text Font Color

.myTextColor { color: #496336; }

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

This text font color is #496336.


Background Color

.myBgColor { background-color: #496336; }

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

This div background color is #496336.


Border color

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

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

This div border color is #496336.


Opacity

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

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

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

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

This text has shadow with #496336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496336 on black background.


Color preview on white background

This text has color #496336 on white background.



Black color preview on #496336 background

This text has black color on #496336 background.


White color preview on #496336 background

This text has white color on #496336 background.