COLOR #496A33

HEX: #496A33
RGB: (73,106,51)

Renk bilgisi

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

RGB renk modeli

#496A33 color RGB value is (73,106,51).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 106 of 255 = 42%
B 51 of 255 = 20%

73
106
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 106 + 51 = 230 (100%)
R 73 of 230 ~ 31.74%
G 106 of 230 ~ 46.09%
B 51 of 230 ~ 22.17%

%31.74
%46.09
%22.17

CMYK RENK MODELİ

#496A33 rengi CMYK tonu (31,0,52,58).

  • camgöbeği tonu 31.13%
  • eflatun tonu 0.00%
  • sarı tonu 51.89%
  • ana renk tonu 58.43%
CMYK:
(31,0,52,58)
C31M0Y52K58 
(31%,0%,52%,58%)
(0.31/0.00/0.52/0.58)	

CMYK yüzdeleri

%31.13
%0
%51.89
%58.43

Codes

Color #496A33 in popluar color models

496A33
RGB7310651
HSL96°35.03%30.78%
HSB/HSV96°51.89%41.57%
CMYK31.13%0.00%51.89%
58.43%

Color #496A33 in popluar number systems.

HEX496A33
Decimal7310651
Binary10010011101010110011
Octal11115263

Shades and tints

Shades of #496A33

#496A33
(73,106,51)
#43612F
(67,97,47)
#3D582B
(61,88,43)
#374F27
(55,79,39)
#314623
(49,70,35)
#2B3D1F
(43,61,31)
#25341B
(37,52,27)
#1F2B17
(31,43,23)
#192213
(25,34,19)
#13190F
(19,25,15)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #496A33

#496A33
(73,106,51)
#597745
(89,119,69)
#698457
(105,132,87)
#799169
(121,145,105)
#899E7B
(137,158,123)
#99AB8D
(153,171,141)
#A9B89F
(169,184,159)
#B9C5B1
(185,197,177)
#C9D2C3
(201,210,195)
#D9DFD5
(217,223,213)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496A33; }

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

This text font color is #496A33.


Background Color

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

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

This div background color is #496A33.


Border color

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

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

This div border color is #496A33.


Opacity

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

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

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

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

This text has shadow with #496A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A33 on black background.


Color preview on white background

This text has color #496A33 on white background.



Black color preview on #496A33 background

This text has black color on #496A33 background.


White color preview on #496A33 background

This text has white color on #496A33 background.