COLOR #495749

HEX: #495749
RGB: (73,87,73)

Renk bilgisi

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

RGB renk modeli

#495749 color RGB value is (73,87,73).

  • kırmız ton 73;
  • yeşil ton 87;
  • mavi ton 73.
RGB:
(73,87,73)
(29%,34%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 87 of 255 = 34%
B 73 of 255 = 29%

73
87
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 87 + 73 = 233 (100%)
R 73 of 233 ~ 31.33%
G 87 of 233 ~ 37.34%
B 73 of 233 ~ 31.33%

%31.33
%37.34
%31.33

CMYK RENK MODELİ

#495749 rengi CMYK tonu (16,0,16,66).

  • camgöbeği tonu 16.09%
  • eflatun tonu 0.00%
  • sarı tonu 16.09%
  • ana renk tonu 65.88%
CMYK:
(16,0,16,66)
C16M0Y16K66 
(16%,0%,16%,66%)
(0.16/0.00/0.16/0.66)	

CMYK yüzdeleri

%16.09
%0
%16.09
%65.88

Codes

Color #495749 in popluar color models

495749
RGB738773
HSL120°8.75%31.37%
HSB/HSV120°16.09%34.12%
CMYK16.09%0.00%16.09%
65.88%

Color #495749 in popluar number systems.

HEX495749
Decimal738773
Binary100100110101111001001
Octal111127111

Shades and tints

Shades of #495749

#495749
(73,87,73)
#435043
(67,80,67)
#3D493D
(61,73,61)
#374237
(55,66,55)
#313B31
(49,59,49)
#2B342B
(43,52,43)
#252D25
(37,45,37)
#1F261F
(31,38,31)
#191F19
(25,31,25)
#131813
(19,24,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #495749

#495749
(73,87,73)
#596659
(89,102,89)
#697569
(105,117,105)
#798479
(121,132,121)
#899389
(137,147,137)
#99A299
(153,162,153)
#A9B1A9
(169,177,169)
#B9C0B9
(185,192,185)
#C9CFC9
(201,207,201)
#D9DED9
(217,222,217)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495749; }

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

This text font color is #495749.


Background Color

.myBgColor { background-color: #495749; }

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

This div background color is #495749.


Border color

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

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

This div border color is #495749.


Opacity

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

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

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

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

This text has shadow with #495749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495749 on black background.


Color preview on white background

This text has color #495749 on white background.



Black color preview on #495749 background

This text has black color on #495749 background.


White color preview on #495749 background

This text has white color on #495749 background.