COLOR #495B49

HEX: #495B49
RGB: (73,91,73)

Renk bilgisi

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

RGB renk modeli

#495B49 color RGB value is (73,91,73).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 91 of 255 = 36%
B 73 of 255 = 29%

73
91
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 91 + 73 = 237 (100%)
R 73 of 237 ~ 30.8%
G 91 of 237 ~ 38.4%
B 73 of 237 ~ 30.8%

%30.8
%38.4
%30.8

CMYK RENK MODELİ

#495B49 rengi CMYK tonu (20,0,20,64).

  • camgöbeği tonu 19.78%
  • eflatun tonu 0.00%
  • sarı tonu 19.78%
  • ana renk tonu 64.31%
CMYK:
(20,0,20,64)
C20M0Y20K64 
(20%,0%,20%,64%)
(0.20/0.00/0.20/0.64)	

CMYK yüzdeleri

%19.78
%0
%19.78
%64.31

Codes

Color #495B49 in popluar color models

495B49
RGB739173
HSL120°10.98%32.16%
HSB/HSV120°19.78%35.69%
CMYK19.78%0.00%19.78%
64.31%

Color #495B49 in popluar number systems.

HEX495B49
Decimal739173
Binary100100110110111001001
Octal111133111

Shades and tints

Shades of #495B49

#495B49
(73,91,73)
#435343
(67,83,67)
#3D4B3D
(61,75,61)
#374337
(55,67,55)
#313B31
(49,59,49)
#2B332B
(43,51,43)
#252B25
(37,43,37)
#1F231F
(31,35,31)
#191B19
(25,27,25)
#131313
(19,19,19)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #495B49

#495B49
(73,91,73)
#596959
(89,105,89)
#697769
(105,119,105)
#798579
(121,133,121)
#899389
(137,147,137)
#99A199
(153,161,153)
#A9AFA9
(169,175,169)
#B9BDB9
(185,189,185)
#C9CBC9
(201,203,201)
#D9D9D9
(217,217,217)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495B49; }

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

This text font color is #495B49.


Background Color

.myBgColor { background-color: #495B49; }

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

This div background color is #495B49.


Border color

.myBorderColor { border: 1px solid #495B49; }

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

This div border color is #495B49.


Opacity

.myOpacity80 { color: #495B49; opacity: 0.8; }

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

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

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

This text has shadow with #495B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B49 on black background.


Color preview on white background

This text has color #495B49 on white background.



Black color preview on #495B49 background

This text has black color on #495B49 background.


White color preview on #495B49 background

This text has white color on #495B49 background.