COLOR #496943

HEX: #496943
RGB: (73,105,67)

Renk bilgisi

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

RGB renk modeli

#496943 color RGB value is (73,105,67).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 67 of 255 = 26%

73
105
67

R + G + B ~ 32%. #496943 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 67 = 245 (100%)
R 73 of 245 ~ 29.8%
G 105 of 245 ~ 42.86%
B 67 of 245 ~ 27.35%

%29.8
%42.86
%27.35

CMYK RENK MODELİ

#496943 rengi CMYK tonu (30,0,36,59).

  • camgöbeği tonu 30.48%
  • eflatun tonu 0.00%
  • sarı tonu 36.19%
  • ana renk tonu 58.82%
CMYK:
(30,0,36,59)
C30M0Y36K59 
(30%,0%,36%,59%)
(0.30/0.00/0.36/0.59)	

CMYK yüzdeleri

%30.48
%0
%36.19
%58.82

Codes

Color #496943 in popluar color models

496943
RGB7310567
HSL111°22.09%33.73%
HSB/HSV111°36.19%41.18%
CMYK30.48%0.00%36.19%
58.82%

Color #496943 in popluar number systems.

HEX496943
Decimal7310567
Binary100100111010011000011
Octal111151103

Shades and tints

Shades of #496943

#496943
(73,105,67)
#43603D
(67,96,61)
#3D5737
(61,87,55)
#374E31
(55,78,49)
#31452B
(49,69,43)
#2B3C25
(43,60,37)
#25331F
(37,51,31)
#1F2A19
(31,42,25)
#192113
(25,33,19)
#13180D
(19,24,13)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #496943

#496943
(73,105,67)
#597654
(89,118,84)
#698365
(105,131,101)
#799076
(121,144,118)
#899D87
(137,157,135)
#99AA98
(153,170,152)
#A9B7A9
(169,183,169)
#B9C4BA
(185,196,186)
#C9D1CB
(201,209,203)
#D9DEDC
(217,222,220)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496943; }

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

This text font color is #496943.


Background Color

.myBgColor { background-color: #496943; }

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

This div background color is #496943.


Border color

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

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

This div border color is #496943.


Opacity

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

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

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

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

This text has shadow with #496943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496943 on black background.


Color preview on white background

This text has color #496943 on white background.



Black color preview on #496943 background

This text has black color on #496943 background.


White color preview on #496943 background

This text has white color on #496943 background.