COLOR #51516C

HEX: #51516C
RGB: (81,81,108)

Renk bilgisi

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

RGB renk modeli

#51516C color RGB value is (81,81,108).

  • kırmız ton 81;
  • yeşil ton 81;
  • mavi ton 108.
RGB:
(81,81,108)
(32%,32%,42%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 81 of 255 = 32%
B 108 of 255 = 42%

81
81
108

R + G + B ~ 35%. #51516C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 81 + 108 = 270 (100%)
R 81 of 270 ~ 30%
G 81 of 270 ~ 30%
B 108 of 270 ~ 40%

%30
%30
%40

CMYK RENK MODELİ

#51516C rengi CMYK tonu (25,25,0,58).

  • camgöbeği tonu 25.00%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(25,25,0,58)
C25M25Y0K58 
(25%,25%,0%,58%)
(0.25/0.25/0.00/0.58)	

CMYK yüzdeleri

%25
%25
%0
%57.65

Codes

Color #51516C in popluar color models

51516C
RGB8181108
HSL240°14.29%37.06%
HSB/HSV240°25.00%42.35%
CMYK25.00%25.00%0.00%
57.65%

Color #51516C in popluar number systems.

HEX51516C
Decimal8181108
Binary101000110100011101100
Octal121121154

Shades and tints

Shades of #51516C

#51516C
(81,81,108)
#4A4A63
(74,74,99)
#43435A
(67,67,90)
#3C3C51
(60,60,81)
#353548
(53,53,72)
#2E2E3F
(46,46,63)
#272736
(39,39,54)
#20202D
(32,32,45)
#191924
(25,25,36)
#12121B
(18,18,27)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #51516C

#51516C
(81,81,108)
#606079
(96,96,121)
#6F6F86
(111,111,134)
#7E7E93
(126,126,147)
#8D8DA0
(141,141,160)
#9C9CAD
(156,156,173)
#ABABBA
(171,171,186)
#BABAC7
(186,186,199)
#C9C9D4
(201,201,212)
#D8D8E1
(216,216,225)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51516C; }

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

This text font color is #51516C.


Background Color

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

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

This div background color is #51516C.


Border color

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

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

This div border color is #51516C.


Opacity

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

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

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

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

This text has shadow with #51516C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51516C on black background.


Color preview on white background

This text has color #51516C on white background.



Black color preview on #51516C background

This text has black color on #51516C background.


White color preview on #51516C background

This text has white color on #51516C background.