COLOR #51504D

HEX: #51504D
RGB: (81,80,77)

Renk bilgisi

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

RGB renk modeli

#51504D color RGB value is (81,80,77).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 80 of 255 = 31%
B 77 of 255 = 30%

81
80
77

R + G + B ~ 31%. #51504D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 80 + 77 = 238 (100%)
R 81 of 238 ~ 34.03%
G 80 of 238 ~ 33.61%
B 77 of 238 ~ 32.35%

%34.03
%33.61
%32.35

CMYK RENK MODELİ

#51504D rengi CMYK tonu (0,1,5,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.23%
  • sarı tonu 4.94%
  • ana renk tonu 68.24%
CMYK:
(0,1,5,68)
C0M1Y5K68 
(0%,1%,5%,68%)
(0.00/0.01/0.05/0.68)	

CMYK yüzdeleri

%0
%1.23
%4.94
%68.24

Codes

Color #51504D in popluar color models

51504D
RGB818077
HSL45°2.53%30.98%
HSB/HSV45°4.94%31.76%
CMYK0.00%1.23%4.94%
68.24%

Color #51504D in popluar number systems.

HEX51504D
Decimal818077
Binary101000110100001001101
Octal121120115

Shades and tints

Shades of #51504D

#51504D
(81,80,77)
#4A4946
(74,73,70)
#43423F
(67,66,63)
#3C3B38
(60,59,56)
#353431
(53,52,49)
#2E2D2A
(46,45,42)
#272623
(39,38,35)
#201F1C
(32,31,28)
#191815
(25,24,21)
#12110E
(18,17,14)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #51504D

#51504D
(81,80,77)
#605F5D
(96,95,93)
#6F6E6D
(111,110,109)
#7E7D7D
(126,125,125)
#8D8C8D
(141,140,141)
#9C9B9D
(156,155,157)
#ABAAAD
(171,170,173)
#BAB9BD
(186,185,189)
#C9C8CD
(201,200,205)
#D8D7DD
(216,215,221)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51504D; }

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

This text font color is #51504D.


Background Color

.myBgColor { background-color: #51504D; }

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

This div background color is #51504D.


Border color

.myBorderColor { border: 1px solid #51504D; }

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

This div border color is #51504D.


Opacity

.myOpacity80 { color: #51504D; opacity: 0.8; }

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

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

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

This text has shadow with #51504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51504D on black background.


Color preview on white background

This text has color #51504D on white background.



Black color preview on #51504D background

This text has black color on #51504D background.


White color preview on #51504D background

This text has white color on #51504D background.