COLOR #504551

HEX: #504551
RGB: (80,69,81)

Renk bilgisi

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

RGB renk modeli

#504551 color RGB value is (80,69,81).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 69 of 255 = 27%
B 81 of 255 = 32%

80
69
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 69 + 81 = 230 (100%)
R 80 of 230 ~ 34.78%
G 69 of 230 ~ 30%
B 81 of 230 ~ 35.22%

%34.78
%30
%35.22

CMYK RENK MODELİ

#504551 rengi CMYK tonu (1,15,0,68).

  • camgöbeği tonu 1.23%
  • eflatun tonu 14.81%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(1,15,0,68)
C1M15Y0K68 
(1%,15%,0%,68%)
(0.01/0.15/0.00/0.68)	

CMYK yüzdeleri

%1.23
%14.81
%0
%68.24

Codes

Color #504551 in popluar color models

504551
RGB806981
HSL295°8.00%29.41%
HSB/HSV295°14.81%31.76%
CMYK1.23%14.81%0.00%
68.24%

Color #504551 in popluar number systems.

HEX504551
Decimal806981
Binary101000010001011010001
Octal120105121

Shades and tints

Shades of #504551

#504551
(80,69,81)
#493F4A
(73,63,74)
#423943
(66,57,67)
#3B333C
(59,51,60)
#342D35
(52,45,53)
#2D272E
(45,39,46)
#262127
(38,33,39)
#1F1B20
(31,27,32)
#181519
(24,21,25)
#110F12
(17,15,18)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #504551

#504551
(80,69,81)
#5F5560
(95,85,96)
#6E656F
(110,101,111)
#7D757E
(125,117,126)
#8C858D
(140,133,141)
#9B959C
(155,149,156)
#AAA5AB
(170,165,171)
#B9B5BA
(185,181,186)
#C8C5C9
(200,197,201)
#D7D5D8
(215,213,216)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504551; }

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

This text font color is #504551.


Background Color

.myBgColor { background-color: #504551; }

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

This div background color is #504551.


Border color

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

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

This div border color is #504551.


Opacity

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

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

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

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

This text has shadow with #504551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504551 on black background.


Color preview on white background

This text has color #504551 on white background.



Black color preview on #504551 background

This text has black color on #504551 background.


White color preview on #504551 background

This text has white color on #504551 background.