COLOR #512851

HEX: #512851
RGB: (81,40,81)

Renk bilgisi

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

RGB renk modeli

#512851 color RGB value is (81,40,81).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 40 of 255 = 16%
B 81 of 255 = 32%

81
40
81

R + G + B ~ 27%. #512851 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 40 + 81 = 202 (100%)
R 81 of 202 ~ 40.1%
G 40 of 202 ~ 19.8%
B 81 of 202 ~ 40.1%

%40.1
%19.8
%40.1

CMYK RENK MODELİ

#512851 rengi CMYK tonu (0,51,0,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.62%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(0,51,0,68)
C0M51Y0K68 
(0%,51%,0%,68%)
(0.00/0.51/0.00/0.68)	

CMYK yüzdeleri

%0
%50.62
%0
%68.24

Codes

Color #512851 in popluar color models

512851
RGB814081
HSL300°33.88%23.73%
HSB/HSV300°50.62%31.76%
CMYK0.00%50.62%0.00%
68.24%

Color #512851 in popluar number systems.

HEX512851
Decimal814081
Binary10100011010001010001
Octal12150121

Shades and tints

Shades of #512851

#512851
(81,40,81)
#4A254A
(74,37,74)
#432243
(67,34,67)
#3C1F3C
(60,31,60)
#351C35
(53,28,53)
#2E192E
(46,25,46)
#271627
(39,22,39)
#201320
(32,19,32)
#191019
(25,16,25)
#120D12
(18,13,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #512851

#512851
(81,40,81)
#603B60
(96,59,96)
#6F4E6F
(111,78,111)
#7E617E
(126,97,126)
#8D748D
(141,116,141)
#9C879C
(156,135,156)
#AB9AAB
(171,154,171)
#BAADBA
(186,173,186)
#C9C0C9
(201,192,201)
#D8D3D8
(216,211,216)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512851; }

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

This text font color is #512851.


Background Color

.myBgColor { background-color: #512851; }

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

This div background color is #512851.


Border color

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

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

This div border color is #512851.


Opacity

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

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

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

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

This text has shadow with #512851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512851 on black background.


Color preview on white background

This text has color #512851 on white background.



Black color preview on #512851 background

This text has black color on #512851 background.


White color preview on #512851 background

This text has white color on #512851 background.