COLOR #512551

HEX: #512551
RGB: (81,37,81)

Renk bilgisi

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

RGB renk modeli

#512551 color RGB value is (81,37,81).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 37 of 255 = 15%
B 81 of 255 = 32%

81
37
81

R + G + B ~ 26%. #512551 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 37 + 81 = 199 (100%)
R 81 of 199 ~ 40.7%
G 37 of 199 ~ 18.59%
B 81 of 199 ~ 40.7%

%40.7
%18.59
%40.7

CMYK RENK MODELİ

#512551 rengi CMYK tonu (0,54,0,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.32%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(0,54,0,68)
C0M54Y0K68 
(0%,54%,0%,68%)
(0.00/0.54/0.00/0.68)	

CMYK yüzdeleri

%0
%54.32
%0
%68.24

Codes

Color #512551 in popluar color models

512551
RGB813781
HSL300°37.29%23.14%
HSB/HSV300°54.32%31.76%
CMYK0.00%54.32%0.00%
68.24%

Color #512551 in popluar number systems.

HEX512551
Decimal813781
Binary10100011001011010001
Octal12145121

Shades and tints

Shades of #512551

#512551
(81,37,81)
#4A224A
(74,34,74)
#431F43
(67,31,67)
#3C1C3C
(60,28,60)
#351935
(53,25,53)
#2E162E
(46,22,46)
#271327
(39,19,39)
#201020
(32,16,32)
#190D19
(25,13,25)
#120A12
(18,10,18)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #512551

#512551
(81,37,81)
#603860
(96,56,96)
#6F4B6F
(111,75,111)
#7E5E7E
(126,94,126)
#8D718D
(141,113,141)
#9C849C
(156,132,156)
#AB97AB
(171,151,171)
#BAAABA
(186,170,186)
#C9BDC9
(201,189,201)
#D8D0D8
(216,208,216)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512551; }

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

This text font color is #512551.


Background Color

.myBgColor { background-color: #512551; }

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

This div background color is #512551.


Border color

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

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

This div border color is #512551.


Opacity

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

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

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

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

This text has shadow with #512551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512551 on black background.


Color preview on white background

This text has color #512551 on white background.



Black color preview on #512551 background

This text has black color on #512551 background.


White color preview on #512551 background

This text has white color on #512551 background.