COLOR #496E38

HEX: #496E38
RGB: (73,110,56)

Renk bilgisi

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

RGB renk modeli

#496E38 color RGB value is (73,110,56).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 56 of 255 = 22%

73
110
56

R + G + B ~ 31%. #496E38 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 56 = 239 (100%)
R 73 of 239 ~ 30.54%
G 110 of 239 ~ 46.03%
B 56 of 239 ~ 23.43%

%30.54
%46.03
%23.43

CMYK RENK MODELİ

#496E38 rengi CMYK tonu (34,0,49,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 49.09%
  • ana renk tonu 56.86%
CMYK:
(34,0,49,57)
C34M0Y49K57 
(34%,0%,49%,57%)
(0.34/0.00/0.49/0.57)	

CMYK yüzdeleri

%33.64
%0
%49.09
%56.86

Codes

Color #496E38 in popluar color models

496E38
RGB7311056
HSL101°32.53%32.55%
HSB/HSV101°49.09%43.14%
CMYK33.64%0.00%49.09%
56.86%

Color #496E38 in popluar number systems.

HEX496E38
Decimal7311056
Binary10010011101110111000
Octal11115670

Shades and tints

Shades of #496E38

#496E38
(73,110,56)
#436433
(67,100,51)
#3D5A2E
(61,90,46)
#375029
(55,80,41)
#314624
(49,70,36)
#2B3C1F
(43,60,31)
#25321A
(37,50,26)
#1F2815
(31,40,21)
#191E10
(25,30,16)
#13140B
(19,20,11)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #496E38

#496E38
(73,110,56)
#597B4A
(89,123,74)
#69885C
(105,136,92)
#79956E
(121,149,110)
#89A280
(137,162,128)
#99AF92
(153,175,146)
#A9BCA4
(169,188,164)
#B9C9B6
(185,201,182)
#C9D6C8
(201,214,200)
#D9E3DA
(217,227,218)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E38; }

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

This text font color is #496E38.


Background Color

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

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

This div background color is #496E38.


Border color

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

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

This div border color is #496E38.


Opacity

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

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

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

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

This text has shadow with #496E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E38 on black background.


Color preview on white background

This text has color #496E38 on white background.



Black color preview on #496E38 background

This text has black color on #496E38 background.


White color preview on #496E38 background

This text has white color on #496E38 background.