COLOR #496132

HEX: #496132
RGB: (73,97,50)

Renk bilgisi

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

RGB renk modeli

#496132 color RGB value is (73,97,50).

  • kırmız ton 73;
  • yeşil ton 97;
  • mavi ton 50.
RGB:
(73,97,50)
(29%,38%,20%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 97 of 255 = 38%
B 50 of 255 = 20%

73
97
50

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 97 + 50 = 220 (100%)
R 73 of 220 ~ 33.18%
G 97 of 220 ~ 44.09%
B 50 of 220 ~ 22.73%

%33.18
%44.09
%22.73

CMYK RENK MODELİ

#496132 rengi CMYK tonu (25,0,48,62).

  • camgöbeği tonu 24.74%
  • eflatun tonu 0.00%
  • sarı tonu 48.45%
  • ana renk tonu 61.96%
CMYK:
(25,0,48,62)
C25M0Y48K62 
(25%,0%,48%,62%)
(0.25/0.00/0.48/0.62)	

CMYK yüzdeleri

%24.74
%0
%48.45
%61.96

Codes

Color #496132 in popluar color models

496132
RGB739750
HSL91°31.97%28.82%
HSB/HSV91°48.45%38.04%
CMYK24.74%0.00%48.45%
61.96%

Color #496132 in popluar number systems.

HEX496132
Decimal739750
Binary10010011100001110010
Octal11114162

Shades and tints

Shades of #496132

#496132
(73,97,50)
#43592E
(67,89,46)
#3D512A
(61,81,42)
#374926
(55,73,38)
#314122
(49,65,34)
#2B391E
(43,57,30)
#25311A
(37,49,26)
#1F2916
(31,41,22)
#192112
(25,33,18)
#13190E
(19,25,14)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #496132

#496132
(73,97,50)
#596F44
(89,111,68)
#697D56
(105,125,86)
#798B68
(121,139,104)
#89997A
(137,153,122)
#99A78C
(153,167,140)
#A9B59E
(169,181,158)
#B9C3B0
(185,195,176)
#C9D1C2
(201,209,194)
#D9DFD4
(217,223,212)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496132 color. Also use rgb(73,97,50) instead hex code.

Text Font Color

.myTextColor { color: #496132; }

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

This text font color is #496132.


Background Color

.myBgColor { background-color: #496132; }

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

This div background color is #496132.


Border color

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

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

This div border color is #496132.


Opacity

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

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

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

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

This text has shadow with #496132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496132 on black background.


Color preview on white background

This text has color #496132 on white background.



Black color preview on #496132 background

This text has black color on #496132 background.


White color preview on #496132 background

This text has white color on #496132 background.