COLOR #495C59

HEX: #495C59
RGB: (73,92,89)

Renk bilgisi

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

RGB renk modeli

#495C59 color RGB value is (73,92,89).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 92 of 255 = 36%
B 89 of 255 = 35%

73
92
89

R + G + B ~ 33%. #495C59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 92 + 89 = 254 (100%)
R 73 of 254 ~ 28.74%
G 92 of 254 ~ 36.22%
B 89 of 254 ~ 35.04%

%28.74
%36.22
%35.04

CMYK RENK MODELİ

#495C59 rengi CMYK tonu (21,0,3,64).

  • camgöbeği tonu 20.65%
  • eflatun tonu 0.00%
  • sarı tonu 3.26%
  • ana renk tonu 63.92%
CMYK:
(21,0,3,64)
C21M0Y3K64 
(21%,0%,3%,64%)
(0.21/0.00/0.03/0.64)	

CMYK yüzdeleri

%20.65
%0
%3.26
%63.92

Codes

Color #495C59 in popluar color models

495C59
RGB739289
HSL171°11.52%32.35%
HSB/HSV171°20.65%36.08%
CMYK20.65%0.00%3.26%
63.92%

Color #495C59 in popluar number systems.

HEX495C59
Decimal739289
Binary100100110111001011001
Octal111134131

Shades and tints

Shades of #495C59

#495C59
(73,92,89)
#435451
(67,84,81)
#3D4C49
(61,76,73)
#374441
(55,68,65)
#313C39
(49,60,57)
#2B3431
(43,52,49)
#252C29
(37,44,41)
#1F2421
(31,36,33)
#191C19
(25,28,25)
#131411
(19,20,17)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #495C59

#495C59
(73,92,89)
#596A68
(89,106,104)
#697877
(105,120,119)
#798686
(121,134,134)
#899495
(137,148,149)
#99A2A4
(153,162,164)
#A9B0B3
(169,176,179)
#B9BEC2
(185,190,194)
#C9CCD1
(201,204,209)
#D9DAE0
(217,218,224)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495C59; }

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

This text font color is #495C59.


Background Color

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

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

This div background color is #495C59.


Border color

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

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

This div border color is #495C59.


Opacity

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

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

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

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

This text has shadow with #495C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C59 on black background.


Color preview on white background

This text has color #495C59 on white background.



Black color preview on #495C59 background

This text has black color on #495C59 background.


White color preview on #495C59 background

This text has white color on #495C59 background.