COLOR #496721

HEX: #496721
RGB: (73,103,33)

Renk bilgisi

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

RGB renk modeli

#496721 color RGB value is (73,103,33).

  • kırmız ton 73;
  • yeşil ton 103;
  • mavi ton 33.
RGB:
(73,103,33)
(29%,40%,13%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 103 of 255 = 40%
B 33 of 255 = 13%

73
103
33

R + G + B ~ 27%. #496721 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 103 + 33 = 209 (100%)
R 73 of 209 ~ 34.93%
G 103 of 209 ~ 49.28%
B 33 of 209 ~ 15.79%

%34.93
%49.28
%15.79

CMYK RENK MODELİ

#496721 rengi CMYK tonu (29,0,68,60).

  • camgöbeği tonu 29.13%
  • eflatun tonu 0.00%
  • sarı tonu 67.96%
  • ana renk tonu 59.61%
CMYK:
(29,0,68,60)
C29M0Y68K60 
(29%,0%,68%,60%)
(0.29/0.00/0.68/0.60)	

CMYK yüzdeleri

%29.13
%0
%67.96
%59.61

Codes

Color #496721 in popluar color models

496721
RGB7310333
HSL86°51.47%26.67%
HSB/HSV86°67.96%40.39%
CMYK29.13%0.00%67.96%
59.61%

Color #496721 in popluar number systems.

HEX496721
Decimal7310333
Binary10010011100111100001
Octal11114741

Shades and tints

Shades of #496721

#496721
(73,103,33)
#435E1E
(67,94,30)
#3D551B
(61,85,27)
#374C18
(55,76,24)
#314315
(49,67,21)
#2B3A12
(43,58,18)
#25310F
(37,49,15)
#1F280C
(31,40,12)
#191F09
(25,31,9)
#131606
(19,22,6)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #496721

#496721
(73,103,33)
#597435
(89,116,53)
#698149
(105,129,73)
#798E5D
(121,142,93)
#899B71
(137,155,113)
#99A885
(153,168,133)
#A9B599
(169,181,153)
#B9C2AD
(185,194,173)
#C9CFC1
(201,207,193)
#D9DCD5
(217,220,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496721 color. Also use rgb(73,103,33) instead hex code.

Text Font Color

.myTextColor { color: #496721; }

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

This text font color is #496721.


Background Color

.myBgColor { background-color: #496721; }

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

This div background color is #496721.


Border color

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

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

This div border color is #496721.


Opacity

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

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

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

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

This text has shadow with #496721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496721 on black background.


Color preview on white background

This text has color #496721 on white background.



Black color preview on #496721 background

This text has black color on #496721 background.


White color preview on #496721 background

This text has white color on #496721 background.