COLOR #495D61

HEX: #495D61
RGB: (73,93,97)

Renk bilgisi

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

RGB renk modeli

#495D61 color RGB value is (73,93,97).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 93 of 255 = 36%
B 97 of 255 = 38%

73
93
97

R + G + B ~ 34%. #495D61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 93 + 97 = 263 (100%)
R 73 of 263 ~ 27.76%
G 93 of 263 ~ 35.36%
B 97 of 263 ~ 36.88%

%27.76
%35.36
%36.88

CMYK RENK MODELİ

#495D61 rengi CMYK tonu (25,4,0,62).

  • camgöbeği tonu 24.74%
  • eflatun tonu 4.12%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(25,4,0,62)
C25M4Y0K62 
(25%,4%,0%,62%)
(0.25/0.04/0.00/0.62)	

CMYK yüzdeleri

%24.74
%4.12
%0
%61.96

Codes

Color #495D61 in popluar color models

495D61
RGB739397
HSL190°14.12%33.33%
HSB/HSV190°24.74%38.04%
CMYK24.74%4.12%0.00%
61.96%

Color #495D61 in popluar number systems.

HEX495D61
Decimal739397
Binary100100110111011100001
Octal111135141

Shades and tints

Shades of #495D61

#495D61
(73,93,97)
#435559
(67,85,89)
#3D4D51
(61,77,81)
#374549
(55,69,73)
#313D41
(49,61,65)
#2B3539
(43,53,57)
#252D31
(37,45,49)
#1F2529
(31,37,41)
#191D21
(25,29,33)
#131519
(19,21,25)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #495D61

#495D61
(73,93,97)
#596B6F
(89,107,111)
#69797D
(105,121,125)
#79878B
(121,135,139)
#899599
(137,149,153)
#99A3A7
(153,163,167)
#A9B1B5
(169,177,181)
#B9BFC3
(185,191,195)
#C9CDD1
(201,205,209)
#D9DBDF
(217,219,223)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495D61; }

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

This text font color is #495D61.


Background Color

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

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

This div background color is #495D61.


Border color

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

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

This div border color is #495D61.


Opacity

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

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

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

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

This text has shadow with #495D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495D61 on black background.


Color preview on white background

This text has color #495D61 on white background.



Black color preview on #495D61 background

This text has black color on #495D61 background.


White color preview on #495D61 background

This text has white color on #495D61 background.