COLOR #504751

HEX: #504751
RGB: (80,71,81)

Renk bilgisi

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

RGB renk modeli

#504751 color RGB value is (80,71,81).

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

RGB bağlantıları ve doygunluk

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

80
71
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 71 + 81 = 232 (100%)
R 80 of 232 ~ 34.48%
G 71 of 232 ~ 30.6%
B 81 of 232 ~ 34.91%

%34.48
%30.6
%34.91

CMYK RENK MODELİ

#504751 rengi CMYK tonu (1,12,0,68).

  • camgöbeği tonu 1.23%
  • eflatun tonu 12.35%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(1,12,0,68)
C1M12Y0K68 
(1%,12%,0%,68%)
(0.01/0.12/0.00/0.68)	

CMYK yüzdeleri

%1.23
%12.35
%0
%68.24

Codes

Color #504751 in popluar color models

504751
RGB807181
HSL294°6.58%29.80%
HSB/HSV294°12.35%31.76%
CMYK1.23%12.35%0.00%
68.24%

Color #504751 in popluar number systems.

HEX504751
Decimal807181
Binary101000010001111010001
Octal120107121

Shades and tints

Shades of #504751

#504751
(80,71,81)
#49414A
(73,65,74)
#423B43
(66,59,67)
#3B353C
(59,53,60)
#342F35
(52,47,53)
#2D292E
(45,41,46)
#262327
(38,35,39)
#1F1D20
(31,29,32)
#181719
(24,23,25)
#111112
(17,17,18)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #504751

#504751
(80,71,81)
#5F5760
(95,87,96)
#6E676F
(110,103,111)
#7D777E
(125,119,126)
#8C878D
(140,135,141)
#9B979C
(155,151,156)
#AAA7AB
(170,167,171)
#B9B7BA
(185,183,186)
#C8C7C9
(200,199,201)
#D7D7D8
(215,215,216)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504751; }

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

This text font color is #504751.


Background Color

.myBgColor { background-color: #504751; }

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

This div background color is #504751.


Border color

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

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

This div border color is #504751.


Opacity

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

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

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

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

This text has shadow with #504751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504751 on black background.


Color preview on white background

This text has color #504751 on white background.



Black color preview on #504751 background

This text has black color on #504751 background.


White color preview on #504751 background

This text has white color on #504751 background.