COLOR #512976

HEX: #512976
RGB: (81,41,118)

Renk bilgisi

#512976 contains mainly red and blue colors. #512976 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#512976 color RGB value is (81,41,118).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 41 of 255 = 16%
B 118 of 255 = 46%

81
41
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 41 + 118 = 240 (100%)
R 81 of 240 ~ 33.75%
G 41 of 240 ~ 17.08%
B 118 of 240 ~ 49.17%

%33.75
%17.08
%49.17

CMYK RENK MODELİ

#512976 rengi CMYK tonu (31,65,0,54).

  • camgöbeği tonu 31.36%
  • eflatun tonu 65.25%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(31,65,0,54)
C31M65Y0K54 
(31%,65%,0%,54%)
(0.31/0.65/0.00/0.54)	

CMYK yüzdeleri

%31.36
%65.25
%0
%53.73

Codes

Color #512976 in popluar color models

512976
RGB8141118
HSL271°48.43%31.18%
HSB/HSV271°65.25%46.27%
CMYK31.36%65.25%0.00%
53.73%

Color #512976 in popluar number systems.

HEX512976
Decimal8141118
Binary10100011010011110110
Octal12151166

Shades and tints

Shades of #512976

#512976
(81,41,118)
#4A266C
(74,38,108)
#432362
(67,35,98)
#3C2058
(60,32,88)
#351D4E
(53,29,78)
#2E1A44
(46,26,68)
#27173A
(39,23,58)
#201430
(32,20,48)
#191126
(25,17,38)
#120E1C
(18,14,28)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #512976

#512976
(81,41,118)
#603C82
(96,60,130)
#6F4F8E
(111,79,142)
#7E629A
(126,98,154)
#8D75A6
(141,117,166)
#9C88B2
(156,136,178)
#AB9BBE
(171,155,190)
#BAAECA
(186,174,202)
#C9C1D6
(201,193,214)
#D8D4E2
(216,212,226)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512976; }

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

This text font color is #512976.


Background Color

.myBgColor { background-color: #512976; }

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

This div background color is #512976.


Border color

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

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

This div border color is #512976.


Opacity

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

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

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

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

This text has shadow with #512976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512976 on black background.


Color preview on white background

This text has color #512976 on white background.



Black color preview on #512976 background

This text has black color on #512976 background.


White color preview on #512976 background

This text has white color on #512976 background.