COLOR #50494F

HEX: #50494F
RGB: (80,73,79)

Renk bilgisi

#50494F contains red, green and blue colors in about the same proportion. #50494F ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#50494F color RGB value is (80,73,79).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 73 of 255 = 29%
B 79 of 255 = 31%

80
73
79

R + G + B ~ 30%. #50494F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 79 = 232 (100%)
R 80 of 232 ~ 34.48%
G 73 of 232 ~ 31.47%
B 79 of 232 ~ 34.05%

%34.48
%31.47
%34.05

CMYK RENK MODELİ

#50494F rengi CMYK tonu (0,9,1,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.75%
  • sarı tonu 1.25%
  • ana renk tonu 68.63%
CMYK:
(0,9,1,69)
C0M9Y1K69 
(0%,9%,1%,69%)
(0.00/0.09/0.01/0.69)	

CMYK yüzdeleri

%0
%8.75
%1.25
%68.63

Codes

Color #50494F in popluar color models

50494F
RGB807379
HSL309°4.58%30.00%
HSB/HSV309°8.75%31.37%
CMYK0.00%8.75%1.25%
68.63%

Color #50494F in popluar number systems.

HEX50494F
Decimal807379
Binary101000010010011001111
Octal120111117

Shades and tints

Shades of #50494F

#50494F
(80,73,79)
#494348
(73,67,72)
#423D41
(66,61,65)
#3B373A
(59,55,58)
#343133
(52,49,51)
#2D2B2C
(45,43,44)
#262525
(38,37,37)
#1F1F1E
(31,31,30)
#181917
(24,25,23)
#111310
(17,19,16)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #50494F

#50494F
(80,73,79)
#5F595F
(95,89,95)
#6E696F
(110,105,111)
#7D797F
(125,121,127)
#8C898F
(140,137,143)
#9B999F
(155,153,159)
#AAA9AF
(170,169,175)
#B9B9BF
(185,185,191)
#C8C9CF
(200,201,207)
#D7D9DF
(215,217,223)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50494F; }

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

This text font color is #50494F.


Background Color

.myBgColor { background-color: #50494F; }

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

This div background color is #50494F.


Border color

.myBorderColor { border: 1px solid #50494F; }

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

This div border color is #50494F.


Opacity

.myOpacity80 { color: #50494F; opacity: 0.8; }

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

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

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

This text has shadow with #50494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50494F on black background.


Color preview on white background

This text has color #50494F on white background.



Black color preview on #50494F background

This text has black color on #50494F background.


White color preview on #50494F background

This text has white color on #50494F background.