COLOR #50494B

HEX: #50494B
RGB: (80,73,75)

Renk bilgisi

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

RGB renk modeli

#50494B color RGB value is (80,73,75).

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

RGB bağlantıları ve doygunluk

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

80
73
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 75 = 228 (100%)
R 80 of 228 ~ 35.09%
G 73 of 228 ~ 32.02%
B 75 of 228 ~ 32.89%

%35.09
%32.02
%32.89

CMYK RENK MODELİ

#50494B rengi CMYK tonu (0,9,6,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.75%
  • sarı tonu 6.25%
  • ana renk tonu 68.63%
CMYK:
(0,9,6,69)
C0M9Y6K69 
(0%,9%,6%,69%)
(0.00/0.09/0.06/0.69)	

CMYK yüzdeleri

%0
%8.75
%6.25
%68.63

Codes

Color #50494B in popluar color models

50494B
RGB807375
HSL343°4.58%30.00%
HSB/HSV343°8.75%31.37%
CMYK0.00%8.75%6.25%
68.63%

Color #50494B in popluar number systems.

HEX50494B
Decimal807375
Binary101000010010011001011
Octal120111113

Shades and tints

Shades of #50494B

#50494B
(80,73,75)
#494345
(73,67,69)
#423D3F
(66,61,63)
#3B3739
(59,55,57)
#343133
(52,49,51)
#2D2B2D
(45,43,45)
#262527
(38,37,39)
#1F1F21
(31,31,33)
#18191B
(24,25,27)
#111315
(17,19,21)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #50494B

#50494B
(80,73,75)
#5F595B
(95,89,91)
#6E696B
(110,105,107)
#7D797B
(125,121,123)
#8C898B
(140,137,139)
#9B999B
(155,153,155)
#AAA9AB
(170,169,171)
#B9B9BB
(185,185,187)
#C8C9CB
(200,201,203)
#D7D9DB
(215,217,219)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50494B; }

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

This text font color is #50494B.


Background Color

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

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

This div background color is #50494B.


Border color

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

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

This div border color is #50494B.


Opacity

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

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

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

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

This text has shadow with #50494B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50494B on black background.


Color preview on white background

This text has color #50494B on white background.



Black color preview on #50494B background

This text has black color on #50494B background.


White color preview on #50494B background

This text has white color on #50494B background.