COLOR #496B40

HEX: #496B40
RGB: (73,107,64)

Renk bilgisi

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

RGB renk modeli

#496B40 color RGB value is (73,107,64).

  • kırmız ton 73;
  • yeşil ton 107;
  • mavi ton 64.
RGB:
(73,107,64)
(29%,42%,25%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 107 of 255 = 42%
B 64 of 255 = 25%

73
107
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 107 + 64 = 244 (100%)
R 73 of 244 ~ 29.92%
G 107 of 244 ~ 43.85%
B 64 of 244 ~ 26.23%

%29.92
%43.85
%26.23

CMYK RENK MODELİ

#496B40 rengi CMYK tonu (32,0,40,58).

  • camgöbeği tonu 31.78%
  • eflatun tonu 0.00%
  • sarı tonu 40.19%
  • ana renk tonu 58.04%
CMYK:
(32,0,40,58)
C32M0Y40K58 
(32%,0%,40%,58%)
(0.32/0.00/0.40/0.58)	

CMYK yüzdeleri

%31.78
%0
%40.19
%58.04

Codes

Color #496B40 in popluar color models

496B40
RGB7310764
HSL107°25.15%33.53%
HSB/HSV107°40.19%41.96%
CMYK31.78%0.00%40.19%
58.04%

Color #496B40 in popluar number systems.

HEX496B40
Decimal7310764
Binary100100111010111000000
Octal111153100

Shades and tints

Shades of #496B40

#496B40
(73,107,64)
#43623B
(67,98,59)
#3D5936
(61,89,54)
#375031
(55,80,49)
#31472C
(49,71,44)
#2B3E27
(43,62,39)
#253522
(37,53,34)
#1F2C1D
(31,44,29)
#192318
(25,35,24)
#131A13
(19,26,19)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #496B40

#496B40
(73,107,64)
#597851
(89,120,81)
#698562
(105,133,98)
#799273
(121,146,115)
#899F84
(137,159,132)
#99AC95
(153,172,149)
#A9B9A6
(169,185,166)
#B9C6B7
(185,198,183)
#C9D3C8
(201,211,200)
#D9E0D9
(217,224,217)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496B40 color. Also use rgb(73,107,64) instead hex code.

Text Font Color

.myTextColor { color: #496B40; }

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

This text font color is #496B40.


Background Color

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

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

This div background color is #496B40.


Border color

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

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

This div border color is #496B40.


Opacity

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

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

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

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

This text has shadow with #496B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B40 on black background.


Color preview on white background

This text has color #496B40 on white background.



Black color preview on #496B40 background

This text has black color on #496B40 background.


White color preview on #496B40 background

This text has white color on #496B40 background.