COLOR #50484F

HEX: #50484F
RGB: (80,72,79)

Renk bilgisi

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

RGB renk modeli

#50484F color RGB value is (80,72,79).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 72 of 255 = 28%
B 79 of 255 = 31%

80
72
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 72 + 79 = 231 (100%)
R 80 of 231 ~ 34.63%
G 72 of 231 ~ 31.17%
B 79 of 231 ~ 34.2%

%34.63
%31.17
%34.2

CMYK RENK MODELİ

#50484F rengi CMYK tonu (0,10,1,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 1.25%
  • ana renk tonu 68.63%
CMYK:
(0,10,1,69)
C0M10Y1K69 
(0%,10%,1%,69%)
(0.00/0.10/0.01/0.69)	

CMYK yüzdeleri

%0
%10
%1.25
%68.63

Codes

Color #50484F in popluar color models

50484F
RGB807279
HSL308°5.26%29.80%
HSB/HSV308°10.00%31.37%
CMYK0.00%10.00%1.25%
68.63%

Color #50484F in popluar number systems.

HEX50484F
Decimal807279
Binary101000010010001001111
Octal120110117

Shades and tints

Shades of #50484F

#50484F
(80,72,79)
#494248
(73,66,72)
#423C41
(66,60,65)
#3B363A
(59,54,58)
#343033
(52,48,51)
#2D2A2C
(45,42,44)
#262425
(38,36,37)
#1F1E1E
(31,30,30)
#181817
(24,24,23)
#111210
(17,18,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #50484F

#50484F
(80,72,79)
#5F585F
(95,88,95)
#6E686F
(110,104,111)
#7D787F
(125,120,127)
#8C888F
(140,136,143)
#9B989F
(155,152,159)
#AAA8AF
(170,168,175)
#B9B8BF
(185,184,191)
#C8C8CF
(200,200,207)
#D7D8DF
(215,216,223)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50484F; }

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

This text font color is #50484F.


Background Color

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

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

This div background color is #50484F.


Border color

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

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

This div border color is #50484F.


Opacity

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

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

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

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

This text has shadow with #50484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50484F on black background.


Color preview on white background

This text has color #50484F on white background.



Black color preview on #50484F background

This text has black color on #50484F background.


White color preview on #50484F background

This text has white color on #50484F background.