COLOR #504950

HEX: #504950
RGB: (80,73,80)

Renk bilgisi

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

RGB renk modeli

#504950 color RGB value is (80,73,80).

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

RGB bağlantıları ve doygunluk

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

80
73
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 73 + 80 = 233 (100%)
R 80 of 233 ~ 34.33%
G 73 of 233 ~ 31.33%
B 80 of 233 ~ 34.33%

%34.33
%31.33
%34.33

CMYK RENK MODELİ

#504950 rengi CMYK tonu (0,9,0,69).

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

CMYK yüzdeleri

%0
%8.75
%0
%68.63

Codes

Color #504950 in popluar color models

504950
RGB807380
HSL300°4.58%30.00%
HSB/HSV300°8.75%31.37%
CMYK0.00%8.75%0.00%
68.63%

Color #504950 in popluar number systems.

HEX504950
Decimal807380
Binary101000010010011010000
Octal120111120

Shades and tints

Shades of #504950

#504950
(80,73,80)
#494349
(73,67,73)
#423D42
(66,61,66)
#3B373B
(59,55,59)
#343134
(52,49,52)
#2D2B2D
(45,43,45)
#262526
(38,37,38)
#1F1F1F
(31,31,31)
#181918
(24,25,24)
#111311
(17,19,17)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #504950

#504950
(80,73,80)
#5F595F
(95,89,95)
#6E696E
(110,105,110)
#7D797D
(125,121,125)
#8C898C
(140,137,140)
#9B999B
(155,153,155)
#AAA9AA
(170,169,170)
#B9B9B9
(185,185,185)
#C8C9C8
(200,201,200)
#D7D9D7
(215,217,215)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504950; }

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

This text font color is #504950.


Background Color

.myBgColor { background-color: #504950; }

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

This div background color is #504950.


Border color

.myBorderColor { border: 1px solid #504950; }

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

This div border color is #504950.


Opacity

.myOpacity80 { color: #504950; opacity: 0.8; }

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

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

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

This text has shadow with #504950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504950 on black background.


Color preview on white background

This text has color #504950 on white background.



Black color preview on #504950 background

This text has black color on #504950 background.


White color preview on #504950 background

This text has white color on #504950 background.