COLOR #50504A

HEX: #50504A
RGB: (80,80,74)

Renk bilgisi

#50504A contains red, green and blue colors in about the same proportion. #50504A ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#50504A color RGB value is (80,80,74).

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

RGB bağlantıları ve doygunluk

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

80
80
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 74 = 234 (100%)
R 80 of 234 ~ 34.19%
G 80 of 234 ~ 34.19%
B 74 of 234 ~ 31.62%

%34.19
%34.19
%31.62

CMYK RENK MODELİ

#50504A rengi CMYK tonu (0,0,7,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 7.50%
  • ana renk tonu 68.63%
CMYK:
(0,0,7,69)
C0M0Y7K69 
(0%,0%,7%,69%)
(0.00/0.00/0.07/0.69)	

CMYK yüzdeleri

%0
%0
%7.5
%68.63

Codes

Color #50504A in popluar color models

50504A
RGB808074
HSL60°3.90%30.20%
HSB/HSV60°7.50%31.37%
CMYK0.00%0.00%7.50%
68.63%

Color #50504A in popluar number systems.

HEX50504A
Decimal808074
Binary101000010100001001010
Octal120120112

Shades and tints

Shades of #50504A

#50504A
(80,80,74)
#494944
(73,73,68)
#42423E
(66,66,62)
#3B3B38
(59,59,56)
#343432
(52,52,50)
#2D2D2C
(45,45,44)
#262626
(38,38,38)
#1F1F20
(31,31,32)
#18181A
(24,24,26)
#111114
(17,17,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #50504A

#50504A
(80,80,74)
#5F5F5A
(95,95,90)
#6E6E6A
(110,110,106)
#7D7D7A
(125,125,122)
#8C8C8A
(140,140,138)
#9B9B9A
(155,155,154)
#AAAAAA
(170,170,170)
#B9B9BA
(185,185,186)
#C8C8CA
(200,200,202)
#D7D7DA
(215,215,218)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50504A; }

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

This text font color is #50504A.


Background Color

.myBgColor { background-color: #50504A; }

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

This div background color is #50504A.


Border color

.myBorderColor { border: 1px solid #50504A; }

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

This div border color is #50504A.


Opacity

.myOpacity80 { color: #50504A; opacity: 0.8; }

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

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

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

This text has shadow with #50504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50504A on black background.


Color preview on white background

This text has color #50504A on white background.



Black color preview on #50504A background

This text has black color on #50504A background.


White color preview on #50504A background

This text has white color on #50504A background.