COLOR #496E3C

HEX: #496E3C
RGB: (73,110,60)

Renk bilgisi

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

RGB renk modeli

#496E3C color RGB value is (73,110,60).

  • kırmız ton 73;
  • yeşil ton 110;
  • mavi ton 60.
RGB:
(73,110,60)
(29%,43%,24%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 60 of 255 = 24%

73
110
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 60 = 243 (100%)
R 73 of 243 ~ 30.04%
G 110 of 243 ~ 45.27%
B 60 of 243 ~ 24.69%

%30.04
%45.27
%24.69

CMYK RENK MODELİ

#496E3C rengi CMYK tonu (34,0,45,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 45.45%
  • ana renk tonu 56.86%
CMYK:
(34,0,45,57)
C34M0Y45K57 
(34%,0%,45%,57%)
(0.34/0.00/0.45/0.57)	

CMYK yüzdeleri

%33.64
%0
%45.45
%56.86

Codes

Color #496E3C in popluar color models

496E3C
RGB7311060
HSL104°29.41%33.33%
HSB/HSV104°45.45%43.14%
CMYK33.64%0.00%45.45%
56.86%

Color #496E3C in popluar number systems.

HEX496E3C
Decimal7311060
Binary10010011101110111100
Octal11115674

Shades and tints

Shades of #496E3C

#496E3C
(73,110,60)
#436437
(67,100,55)
#3D5A32
(61,90,50)
#37502D
(55,80,45)
#314628
(49,70,40)
#2B3C23
(43,60,35)
#25321E
(37,50,30)
#1F2819
(31,40,25)
#191E14
(25,30,20)
#13140F
(19,20,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #496E3C

#496E3C
(73,110,60)
#597B4D
(89,123,77)
#69885E
(105,136,94)
#79956F
(121,149,111)
#89A280
(137,162,128)
#99AF91
(153,175,145)
#A9BCA2
(169,188,162)
#B9C9B3
(185,201,179)
#C9D6C4
(201,214,196)
#D9E3D5
(217,227,213)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E3C color. Also use rgb(73,110,60) instead hex code.

Text Font Color

.myTextColor { color: #496E3C; }

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

This text font color is #496E3C.


Background Color

.myBgColor { background-color: #496E3C; }

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

This div background color is #496E3C.


Border color

.myBorderColor { border: 1px solid #496E3C; }

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

This div border color is #496E3C.


Opacity

.myOpacity80 { color: #496E3C; opacity: 0.8; }

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

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

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

This text has shadow with #496E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E3C on black background.


Color preview on white background

This text has color #496E3C on white background.



Black color preview on #496E3C background

This text has black color on #496E3C background.


White color preview on #496E3C background

This text has white color on #496E3C background.