COLOR #495651

HEX: #495651
RGB: (73,86,81)

Renk bilgisi

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

RGB renk modeli

#495651 color RGB value is (73,86,81).

  • kırmız ton 73;
  • yeşil ton 86;
  • mavi ton 81.
RGB:
(73,86,81)
(29%,34%,32%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 86 of 255 = 34%
B 81 of 255 = 32%

73
86
81

R + G + B ~ 32%. #495651 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 86 + 81 = 240 (100%)
R 73 of 240 ~ 30.42%
G 86 of 240 ~ 35.83%
B 81 of 240 ~ 33.75%

%30.42
%35.83
%33.75

CMYK RENK MODELİ

#495651 rengi CMYK tonu (15,0,6,66).

  • camgöbeği tonu 15.12%
  • eflatun tonu 0.00%
  • sarı tonu 5.81%
  • ana renk tonu 66.27%
CMYK:
(15,0,6,66)
C15M0Y6K66 
(15%,0%,6%,66%)
(0.15/0.00/0.06/0.66)	

CMYK yüzdeleri

%15.12
%0
%5.81
%66.27

Codes

Color #495651 in popluar color models

495651
RGB738681
HSL157°8.18%31.18%
HSB/HSV157°15.12%33.73%
CMYK15.12%0.00%5.81%
66.27%

Color #495651 in popluar number systems.

HEX495651
Decimal738681
Binary100100110101101010001
Octal111126121

Shades and tints

Shades of #495651

#495651
(73,86,81)
#434F4A
(67,79,74)
#3D4843
(61,72,67)
#37413C
(55,65,60)
#313A35
(49,58,53)
#2B332E
(43,51,46)
#252C27
(37,44,39)
#1F2520
(31,37,32)
#191E19
(25,30,25)
#131712
(19,23,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #495651

#495651
(73,86,81)
#596560
(89,101,96)
#69746F
(105,116,111)
#79837E
(121,131,126)
#89928D
(137,146,141)
#99A19C
(153,161,156)
#A9B0AB
(169,176,171)
#B9BFBA
(185,191,186)
#C9CEC9
(201,206,201)
#D9DDD8
(217,221,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495651 color. Also use rgb(73,86,81) instead hex code.

Text Font Color

.myTextColor { color: #495651; }

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

This text font color is #495651.


Background Color

.myBgColor { background-color: #495651; }

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

This div background color is #495651.


Border color

.myBorderColor { border: 1px solid #495651; }

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

This div border color is #495651.


Opacity

.myOpacity80 { color: #495651; opacity: 0.8; }

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

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

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

This text has shadow with #495651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495651 on black background.


Color preview on white background

This text has color #495651 on white background.



Black color preview on #495651 background

This text has black color on #495651 background.


White color preview on #495651 background

This text has white color on #495651 background.