COLOR #495150

HEX: #495150
RGB: (73,81,80)

Renk bilgisi

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

RGB renk modeli

#495150 color RGB value is (73,81,80).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 81 of 255 = 32%
B 80 of 255 = 31%

73
81
80

R + G + B ~ 31%. #495150 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 81 + 80 = 234 (100%)
R 73 of 234 ~ 31.2%
G 81 of 234 ~ 34.62%
B 80 of 234 ~ 34.19%

%31.2
%34.62
%34.19

CMYK RENK MODELİ

#495150 rengi CMYK tonu (10,0,1,68).

  • camgöbeği tonu 9.88%
  • eflatun tonu 0.00%
  • sarı tonu 1.23%
  • ana renk tonu 68.24%
CMYK:
(10,0,1,68)
C10M0Y1K68 
(10%,0%,1%,68%)
(0.10/0.00/0.01/0.68)	

CMYK yüzdeleri

%9.88
%0
%1.23
%68.24

Codes

Color #495150 in popluar color models

495150
RGB738180
HSL173°5.19%30.20%
HSB/HSV173°9.88%31.76%
CMYK9.88%0.00%1.23%
68.24%

Color #495150 in popluar number systems.

HEX495150
Decimal738180
Binary100100110100011010000
Octal111121120

Shades and tints

Shades of #495150

#495150
(73,81,80)
#434A49
(67,74,73)
#3D4342
(61,67,66)
#373C3B
(55,60,59)
#313534
(49,53,52)
#2B2E2D
(43,46,45)
#252726
(37,39,38)
#1F201F
(31,32,31)
#191918
(25,25,24)
#131211
(19,18,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #495150

#495150
(73,81,80)
#59605F
(89,96,95)
#696F6E
(105,111,110)
#797E7D
(121,126,125)
#898D8C
(137,141,140)
#999C9B
(153,156,155)
#A9ABAA
(169,171,170)
#B9BAB9
(185,186,185)
#C9C9C8
(201,201,200)
#D9D8D7
(217,216,215)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495150; }

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

This text font color is #495150.


Background Color

.myBgColor { background-color: #495150; }

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

This div background color is #495150.


Border color

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

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

This div border color is #495150.


Opacity

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

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

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

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

This text has shadow with #495150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495150 on black background.


Color preview on white background

This text has color #495150 on white background.



Black color preview on #495150 background

This text has black color on #495150 background.


White color preview on #495150 background

This text has white color on #495150 background.