COLOR #495D64

HEX: #495D64
RGB: (73,93,100)

Renk bilgisi

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

RGB renk modeli

#495D64 color RGB value is (73,93,100).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 93 of 255 = 36%
B 100 of 255 = 39%

73
93
100

R + G + B ~ 35%. #495D64 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 93 + 100 = 266 (100%)
R 73 of 266 ~ 27.44%
G 93 of 266 ~ 34.96%
B 100 of 266 ~ 37.59%

%27.44
%34.96
%37.59

CMYK RENK MODELİ

#495D64 rengi CMYK tonu (27,7,0,61).

  • camgöbeği tonu 27.00%
  • eflatun tonu 7.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(27,7,0,61)
C27M7Y0K61 
(27%,7%,0%,61%)
(0.27/0.07/0.00/0.61)	

CMYK yüzdeleri

%27
%7
%0
%60.78

Codes

Color #495D64 in popluar color models

495D64
RGB7393100
HSL196°15.61%33.92%
HSB/HSV196°27.00%39.22%
CMYK27.00%7.00%0.00%
60.78%

Color #495D64 in popluar number systems.

HEX495D64
Decimal7393100
Binary100100110111011100100
Octal111135144

Shades and tints

Shades of #495D64

#495D64
(73,93,100)
#43555B
(67,85,91)
#3D4D52
(61,77,82)
#374549
(55,69,73)
#313D40
(49,61,64)
#2B3537
(43,53,55)
#252D2E
(37,45,46)
#1F2525
(31,37,37)
#191D1C
(25,29,28)
#131513
(19,21,19)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #495D64

#495D64
(73,93,100)
#596B72
(89,107,114)
#697980
(105,121,128)
#79878E
(121,135,142)
#89959C
(137,149,156)
#99A3AA
(153,163,170)
#A9B1B8
(169,177,184)
#B9BFC6
(185,191,198)
#C9CDD4
(201,205,212)
#D9DBE2
(217,219,226)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495D64; }

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

This text font color is #495D64.


Background Color

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

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

This div background color is #495D64.


Border color

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

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

This div border color is #495D64.


Opacity

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

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

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

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

This text has shadow with #495D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495D64 on black background.


Color preview on white background

This text has color #495D64 on white background.



Black color preview on #495D64 background

This text has black color on #495D64 background.


White color preview on #495D64 background

This text has white color on #495D64 background.