COLOR #51505C

HEX: #51505C
RGB: (81,80,92)

Renk bilgisi

#51505C contains red, green and blue colors in about the same proportion. #51505C ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#51505C color RGB value is (81,80,92).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 80 of 255 = 31%
B 92 of 255 = 36%

81
80
92

R + G + B ~ 33%. #51505C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 80 + 92 = 253 (100%)
R 81 of 253 ~ 32.02%
G 80 of 253 ~ 31.62%
B 92 of 253 ~ 36.36%

%32.02
%31.62
%36.36

CMYK RENK MODELİ

#51505C rengi CMYK tonu (12,13,0,64).

  • camgöbeği tonu 11.96%
  • eflatun tonu 13.04%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(12,13,0,64)
C12M13Y0K64 
(12%,13%,0%,64%)
(0.12/0.13/0.00/0.64)	

CMYK yüzdeleri

%11.96
%13.04
%0
%63.92

Codes

Color #51505C in popluar color models

51505C
RGB818092
HSL245°6.98%33.73%
HSB/HSV245°13.04%36.08%
CMYK11.96%13.04%0.00%
63.92%

Color #51505C in popluar number systems.

HEX51505C
Decimal818092
Binary101000110100001011100
Octal121120134

Shades and tints

Shades of #51505C

#51505C
(81,80,92)
#4A4954
(74,73,84)
#43424C
(67,66,76)
#3C3B44
(60,59,68)
#35343C
(53,52,60)
#2E2D34
(46,45,52)
#27262C
(39,38,44)
#201F24
(32,31,36)
#19181C
(25,24,28)
#121114
(18,17,20)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #51505C

#51505C
(81,80,92)
#605F6A
(96,95,106)
#6F6E78
(111,110,120)
#7E7D86
(126,125,134)
#8D8C94
(141,140,148)
#9C9BA2
(156,155,162)
#ABAAB0
(171,170,176)
#BAB9BE
(186,185,190)
#C9C8CC
(201,200,204)
#D8D7DA
(216,215,218)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51505C; }

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

This text font color is #51505C.


Background Color

.myBgColor { background-color: #51505C; }

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

This div background color is #51505C.


Border color

.myBorderColor { border: 1px solid #51505C; }

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

This div border color is #51505C.


Opacity

.myOpacity80 { color: #51505C; opacity: 0.8; }

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

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

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

This text has shadow with #51505C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51505C on black background.


Color preview on white background

This text has color #51505C on white background.



Black color preview on #51505C background

This text has black color on #51505C background.


White color preview on #51505C background

This text has white color on #51505C background.