COLOR #495B63

HEX: #495B63
RGB: (73,91,99)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

73
91
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 91 + 99 = 263 (100%)
R 73 of 263 ~ 27.76%
G 91 of 263 ~ 34.6%
B 99 of 263 ~ 37.64%

%27.76
%34.6
%37.64

CMYK RENK MODELİ

#495B63 rengi CMYK tonu (26,8,0,61).

  • camgöbeği tonu 26.26%
  • eflatun tonu 8.08%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(26,8,0,61)
C26M8Y0K61 
(26%,8%,0%,61%)
(0.26/0.08/0.00/0.61)	

CMYK yüzdeleri

%26.26
%8.08
%0
%61.18

Codes

Color #495B63 in popluar color models

495B63
RGB739199
HSL198°15.12%33.73%
HSB/HSV198°26.26%38.82%
CMYK26.26%8.08%0.00%
61.18%

Color #495B63 in popluar number systems.

HEX495B63
Decimal739199
Binary100100110110111100011
Octal111133143

Shades and tints

Shades of #495B63

#495B63
(73,91,99)
#43535A
(67,83,90)
#3D4B51
(61,75,81)
#374348
(55,67,72)
#313B3F
(49,59,63)
#2B3336
(43,51,54)
#252B2D
(37,43,45)
#1F2324
(31,35,36)
#191B1B
(25,27,27)
#131312
(19,19,18)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #495B63

#495B63
(73,91,99)
#596971
(89,105,113)
#69777F
(105,119,127)
#79858D
(121,133,141)
#89939B
(137,147,155)
#99A1A9
(153,161,169)
#A9AFB7
(169,175,183)
#B9BDC5
(185,189,197)
#C9CBD3
(201,203,211)
#D9D9E1
(217,217,225)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495B63; }

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

This text font color is #495B63.


Background Color

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

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

This div background color is #495B63.


Border color

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

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

This div border color is #495B63.


Opacity

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

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

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

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

This text has shadow with #495B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B63 on black background.


Color preview on white background

This text has color #495B63 on white background.



Black color preview on #495B63 background

This text has black color on #495B63 background.


White color preview on #495B63 background

This text has white color on #495B63 background.