COLOR #504851

HEX: #504851
RGB: (80,72,81)

Renk bilgisi

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

RGB renk modeli

#504851 color RGB value is (80,72,81).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 72 of 255 = 28%
B 81 of 255 = 32%

80
72
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 72 + 81 = 233 (100%)
R 80 of 233 ~ 34.33%
G 72 of 233 ~ 30.9%
B 81 of 233 ~ 34.76%

%34.33
%30.9
%34.76

CMYK RENK MODELİ

#504851 rengi CMYK tonu (1,11,0,68).

  • camgöbeği tonu 1.23%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(1,11,0,68)
C1M11Y0K68 
(1%,11%,0%,68%)
(0.01/0.11/0.00/0.68)	

CMYK yüzdeleri

%1.23
%11.11
%0
%68.24

Codes

Color #504851 in popluar color models

504851
RGB807281
HSL293°5.88%30.00%
HSB/HSV293°11.11%31.76%
CMYK1.23%11.11%0.00%
68.24%

Color #504851 in popluar number systems.

HEX504851
Decimal807281
Binary101000010010001010001
Octal120110121

Shades and tints

Shades of #504851

#504851
(80,72,81)
#49424A
(73,66,74)
#423C43
(66,60,67)
#3B363C
(59,54,60)
#343035
(52,48,53)
#2D2A2E
(45,42,46)
#262427
(38,36,39)
#1F1E20
(31,30,32)
#181819
(24,24,25)
#111212
(17,18,18)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #504851

#504851
(80,72,81)
#5F5860
(95,88,96)
#6E686F
(110,104,111)
#7D787E
(125,120,126)
#8C888D
(140,136,141)
#9B989C
(155,152,156)
#AAA8AB
(170,168,171)
#B9B8BA
(185,184,186)
#C8C8C9
(200,200,201)
#D7D8D8
(215,216,216)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504851; }

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

This text font color is #504851.


Background Color

.myBgColor { background-color: #504851; }

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

This div background color is #504851.


Border color

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

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

This div border color is #504851.


Opacity

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

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

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

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

This text has shadow with #504851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504851 on black background.


Color preview on white background

This text has color #504851 on white background.



Black color preview on #504851 background

This text has black color on #504851 background.


White color preview on #504851 background

This text has white color on #504851 background.