COLOR #50474C

HEX: #50474C
RGB: (80,71,76)

Renk bilgisi

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

RGB renk modeli

#50474C color RGB value is (80,71,76).

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

RGB bağlantıları ve doygunluk

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

80
71
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 71 + 76 = 227 (100%)
R 80 of 227 ~ 35.24%
G 71 of 227 ~ 31.28%
B 76 of 227 ~ 33.48%

%35.24
%31.28
%33.48

CMYK RENK MODELİ

#50474C rengi CMYK tonu (0,11,5,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.25%
  • sarı tonu 5.00%
  • ana renk tonu 68.63%
CMYK:
(0,11,5,69)
C0M11Y5K69 
(0%,11%,5%,69%)
(0.00/0.11/0.05/0.69)	

CMYK yüzdeleri

%0
%11.25
%5
%68.63

Codes

Color #50474C in popluar color models

50474C
RGB807176
HSL327°5.96%29.61%
HSB/HSV327°11.25%31.37%
CMYK0.00%11.25%5.00%
68.63%

Color #50474C in popluar number systems.

HEX50474C
Decimal807176
Binary101000010001111001100
Octal120107114

Shades and tints

Shades of #50474C

#50474C
(80,71,76)
#494146
(73,65,70)
#423B40
(66,59,64)
#3B353A
(59,53,58)
#342F34
(52,47,52)
#2D292E
(45,41,46)
#262328
(38,35,40)
#1F1D22
(31,29,34)
#18171C
(24,23,28)
#111116
(17,17,22)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #50474C

#50474C
(80,71,76)
#5F575C
(95,87,92)
#6E676C
(110,103,108)
#7D777C
(125,119,124)
#8C878C
(140,135,140)
#9B979C
(155,151,156)
#AAA7AC
(170,167,172)
#B9B7BC
(185,183,188)
#C8C7CC
(200,199,204)
#D7D7DC
(215,215,220)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50474C; }

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

This text font color is #50474C.


Background Color

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

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

This div background color is #50474C.


Border color

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

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

This div border color is #50474C.


Opacity

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

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

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

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

This text has shadow with #50474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50474C on black background.


Color preview on white background

This text has color #50474C on white background.



Black color preview on #50474C background

This text has black color on #50474C background.


White color preview on #50474C background

This text has white color on #50474C background.