COLOR #496924

HEX: #496924
RGB: (73,105,36)

Renk bilgisi

#496924 contains mainly red and green colors. #496924 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#496924 color RGB value is (73,105,36).

  • kırmız ton 73;
  • yeşil ton 105;
  • mavi ton 36.
RGB:
(73,105,36)
(29%,41%,14%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 36 of 255 = 14%

73
105
36

R + G + B ~ 28%. #496924 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 36 = 214 (100%)
R 73 of 214 ~ 34.11%
G 105 of 214 ~ 49.07%
B 36 of 214 ~ 16.82%

%34.11
%49.07
%16.82

CMYK RENK MODELİ

#496924 rengi CMYK tonu (30,0,66,59).

  • camgöbeği tonu 30.48%
  • eflatun tonu 0.00%
  • sarı tonu 65.71%
  • ana renk tonu 58.82%
CMYK:
(30,0,66,59)
C30M0Y66K59 
(30%,0%,66%,59%)
(0.30/0.00/0.66/0.59)	

CMYK yüzdeleri

%30.48
%0
%65.71
%58.82

Codes

Color #496924 in popluar color models

496924
RGB7310536
HSL88°48.94%27.65%
HSB/HSV88°65.71%41.18%
CMYK30.48%0.00%65.71%
58.82%

Color #496924 in popluar number systems.

HEX496924
Decimal7310536
Binary10010011101001100100
Octal11115144

Shades and tints

Shades of #496924

#496924
(73,105,36)
#436021
(67,96,33)
#3D571E
(61,87,30)
#374E1B
(55,78,27)
#314518
(49,69,24)
#2B3C15
(43,60,21)
#253312
(37,51,18)
#1F2A0F
(31,42,15)
#19210C
(25,33,12)
#131809
(19,24,9)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #496924

#496924
(73,105,36)
#597637
(89,118,55)
#69834A
(105,131,74)
#79905D
(121,144,93)
#899D70
(137,157,112)
#99AA83
(153,170,131)
#A9B796
(169,183,150)
#B9C4A9
(185,196,169)
#C9D1BC
(201,209,188)
#D9DECF
(217,222,207)
#E9EBE2
(233,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496924 color. Also use rgb(73,105,36) instead hex code.

Text Font Color

.myTextColor { color: #496924; }

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

This text font color is #496924.


Background Color

.myBgColor { background-color: #496924; }

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

This div background color is #496924.


Border color

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

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

This div border color is #496924.


Opacity

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

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

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

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

This text has shadow with #496924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496924 on black background.


Color preview on white background

This text has color #496924 on white background.



Black color preview on #496924 background

This text has black color on #496924 background.


White color preview on #496924 background

This text has white color on #496924 background.