COLOR #50484C

HEX: #50484C
RGB: (80,72,76)

Renk bilgisi

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

RGB renk modeli

#50484C color RGB value is (80,72,76).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 72 of 255 = 28%
B 76 of 255 = 30%

80
72
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 72 + 76 = 228 (100%)
R 80 of 228 ~ 35.09%
G 72 of 228 ~ 31.58%
B 76 of 228 ~ 33.33%

%35.09
%31.58
%33.33

CMYK RENK MODELİ

#50484C rengi CMYK tonu (0,10,5,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 5.00%
  • ana renk tonu 68.63%
CMYK:
(0,10,5,69)
C0M10Y5K69 
(0%,10%,5%,69%)
(0.00/0.10/0.05/0.69)	

CMYK yüzdeleri

%0
%10
%5
%68.63

Codes

Color #50484C in popluar color models

50484C
RGB807276
HSL330°5.26%29.80%
HSB/HSV330°10.00%31.37%
CMYK0.00%10.00%5.00%
68.63%

Color #50484C in popluar number systems.

HEX50484C
Decimal807276
Binary101000010010001001100
Octal120110114

Shades and tints

Shades of #50484C

#50484C
(80,72,76)
#494246
(73,66,70)
#423C40
(66,60,64)
#3B363A
(59,54,58)
#343034
(52,48,52)
#2D2A2E
(45,42,46)
#262428
(38,36,40)
#1F1E22
(31,30,34)
#18181C
(24,24,28)
#111216
(17,18,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #50484C

#50484C
(80,72,76)
#5F585C
(95,88,92)
#6E686C
(110,104,108)
#7D787C
(125,120,124)
#8C888C
(140,136,140)
#9B989C
(155,152,156)
#AAA8AC
(170,168,172)
#B9B8BC
(185,184,188)
#C8C8CC
(200,200,204)
#D7D8DC
(215,216,220)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50484C; }

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

This text font color is #50484C.


Background Color

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

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

This div background color is #50484C.


Border color

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

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

This div border color is #50484C.


Opacity

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

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

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

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

This text has shadow with #50484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50484C on black background.


Color preview on white background

This text has color #50484C on white background.



Black color preview on #50484C background

This text has black color on #50484C background.


White color preview on #50484C background

This text has white color on #50484C background.