COLOR #495951

HEX: #495951
RGB: (73,89,81)

Renk bilgisi

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

RGB renk modeli

#495951 color RGB value is (73,89,81).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 89 of 255 = 35%
B 81 of 255 = 32%

73
89
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 89 + 81 = 243 (100%)
R 73 of 243 ~ 30.04%
G 89 of 243 ~ 36.63%
B 81 of 243 ~ 33.33%

%30.04
%36.63
%33.33

CMYK RENK MODELİ

#495951 rengi CMYK tonu (18,0,9,65).

  • camgöbeği tonu 17.98%
  • eflatun tonu 0.00%
  • sarı tonu 8.99%
  • ana renk tonu 65.10%
CMYK:
(18,0,9,65)
C18M0Y9K65 
(18%,0%,9%,65%)
(0.18/0.00/0.09/0.65)	

CMYK yüzdeleri

%17.98
%0
%8.99
%65.1

Codes

Color #495951 in popluar color models

495951
RGB738981
HSL150°9.88%31.76%
HSB/HSV150°17.98%34.90%
CMYK17.98%0.00%8.99%
65.10%

Color #495951 in popluar number systems.

HEX495951
Decimal738981
Binary100100110110011010001
Octal111131121

Shades and tints

Shades of #495951

#495951
(73,89,81)
#43514A
(67,81,74)
#3D4943
(61,73,67)
#37413C
(55,65,60)
#313935
(49,57,53)
#2B312E
(43,49,46)
#252927
(37,41,39)
#1F2120
(31,33,32)
#191919
(25,25,25)
#131112
(19,17,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #495951

#495951
(73,89,81)
#596860
(89,104,96)
#69776F
(105,119,111)
#79867E
(121,134,126)
#89958D
(137,149,141)
#99A49C
(153,164,156)
#A9B3AB
(169,179,171)
#B9C2BA
(185,194,186)
#C9D1C9
(201,209,201)
#D9E0D8
(217,224,216)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495951; }

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

This text font color is #495951.


Background Color

.myBgColor { background-color: #495951; }

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

This div background color is #495951.


Border color

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

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

This div border color is #495951.


Opacity

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

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

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

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

This text has shadow with #495951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495951 on black background.


Color preview on white background

This text has color #495951 on white background.



Black color preview on #495951 background

This text has black color on #495951 background.


White color preview on #495951 background

This text has white color on #495951 background.