COLOR #496743

HEX: #496743
RGB: (73,103,67)

Renk bilgisi

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

RGB renk modeli

#496743 color RGB value is (73,103,67).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 103 of 255 = 40%
B 67 of 255 = 26%

73
103
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 103 + 67 = 243 (100%)
R 73 of 243 ~ 30.04%
G 103 of 243 ~ 42.39%
B 67 of 243 ~ 27.57%

%30.04
%42.39
%27.57

CMYK RENK MODELİ

#496743 rengi CMYK tonu (29,0,35,60).

  • camgöbeği tonu 29.13%
  • eflatun tonu 0.00%
  • sarı tonu 34.95%
  • ana renk tonu 59.61%
CMYK:
(29,0,35,60)
C29M0Y35K60 
(29%,0%,35%,60%)
(0.29/0.00/0.35/0.60)	

CMYK yüzdeleri

%29.13
%0
%34.95
%59.61

Codes

Color #496743 in popluar color models

496743
RGB7310367
HSL110°21.18%33.33%
HSB/HSV110°34.95%40.39%
CMYK29.13%0.00%34.95%
59.61%

Color #496743 in popluar number systems.

HEX496743
Decimal7310367
Binary100100111001111000011
Octal111147103

Shades and tints

Shades of #496743

#496743
(73,103,67)
#435E3D
(67,94,61)
#3D5537
(61,85,55)
#374C31
(55,76,49)
#31432B
(49,67,43)
#2B3A25
(43,58,37)
#25311F
(37,49,31)
#1F2819
(31,40,25)
#191F13
(25,31,19)
#13160D
(19,22,13)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #496743

#496743
(73,103,67)
#597454
(89,116,84)
#698165
(105,129,101)
#798E76
(121,142,118)
#899B87
(137,155,135)
#99A898
(153,168,152)
#A9B5A9
(169,181,169)
#B9C2BA
(185,194,186)
#C9CFCB
(201,207,203)
#D9DCDC
(217,220,220)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496743; }

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

This text font color is #496743.


Background Color

.myBgColor { background-color: #496743; }

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

This div background color is #496743.


Border color

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

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

This div border color is #496743.


Opacity

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

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

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

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

This text has shadow with #496743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496743 on black background.


Color preview on white background

This text has color #496743 on white background.



Black color preview on #496743 background

This text has black color on #496743 background.


White color preview on #496743 background

This text has white color on #496743 background.