COLOR #496B42

HEX: #496B42
RGB: (73,107,66)

Renk bilgisi

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

RGB renk modeli

#496B42 color RGB value is (73,107,66).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 107 of 255 = 42%
B 66 of 255 = 26%

73
107
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 107 + 66 = 246 (100%)
R 73 of 246 ~ 29.67%
G 107 of 246 ~ 43.5%
B 66 of 246 ~ 26.83%

%29.67
%43.5
%26.83

CMYK RENK MODELİ

#496B42 rengi CMYK tonu (32,0,38,58).

  • camgöbeği tonu 31.78%
  • eflatun tonu 0.00%
  • sarı tonu 38.32%
  • ana renk tonu 58.04%
CMYK:
(32,0,38,58)
C32M0Y38K58 
(32%,0%,38%,58%)
(0.32/0.00/0.38/0.58)	

CMYK yüzdeleri

%31.78
%0
%38.32
%58.04

Codes

Color #496B42 in popluar color models

496B42
RGB7310766
HSL110°23.70%33.92%
HSB/HSV110°38.32%41.96%
CMYK31.78%0.00%38.32%
58.04%

Color #496B42 in popluar number systems.

HEX496B42
Decimal7310766
Binary100100111010111000010
Octal111153102

Shades and tints

Shades of #496B42

#496B42
(73,107,66)
#43623C
(67,98,60)
#3D5936
(61,89,54)
#375030
(55,80,48)
#31472A
(49,71,42)
#2B3E24
(43,62,36)
#25351E
(37,53,30)
#1F2C18
(31,44,24)
#192312
(25,35,18)
#131A0C
(19,26,12)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #496B42

#496B42
(73,107,66)
#597853
(89,120,83)
#698564
(105,133,100)
#799275
(121,146,117)
#899F86
(137,159,134)
#99AC97
(153,172,151)
#A9B9A8
(169,185,168)
#B9C6B9
(185,198,185)
#C9D3CA
(201,211,202)
#D9E0DB
(217,224,219)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496B42; }

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

This text font color is #496B42.


Background Color

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

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

This div background color is #496B42.


Border color

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

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

This div border color is #496B42.


Opacity

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

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

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

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

This text has shadow with #496B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B42 on black background.


Color preview on white background

This text has color #496B42 on white background.



Black color preview on #496B42 background

This text has black color on #496B42 background.


White color preview on #496B42 background

This text has white color on #496B42 background.