COLOR #510040

HEX: #510040
RGB: (81,0,64)

Renk bilgisi

#510040 contains only red and blue colors. #510040 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#510040 color RGB value is (81,0,64).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 0 of 255 = 0%
B 64 of 255 = 25%

81
0
64

R + G + B ~ 19%. #510040 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 0 + 64 = 145 (100%)
R 81 of 145 ~ 55.86%
G 0 of 145 ~ 0%
B 64 of 145 ~ 44.14%

%55.86
%44.14

CMYK RENK MODELİ

#510040 rengi CMYK tonu (0,100,21,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 20.99%
  • ana renk tonu 68.24%
CMYK:
(0,100,21,68)
C0M100Y21K68 
(0%,100%,21%,68%)
(0.00/1.00/0.21/0.68)	

CMYK yüzdeleri

%0
%100
%20.99
%68.24

Codes

Color #510040 in popluar color models

510040
RGB81064
HSL313°100.00%15.88%
HSB/HSV313°100.00%31.76%
CMYK0.00%100.00%20.99%
68.24%

Color #510040 in popluar number systems.

HEX510040
Decimal81064
Binary101000101000000
Octal1210100

Shades and tints

Shades of #510040

#510040
(81,0,64)
#4A003B
(74,0,59)
#430036
(67,0,54)
#3C0031
(60,0,49)
#35002C
(53,0,44)
#2E0027
(46,0,39)
#270022
(39,0,34)
#20001D
(32,0,29)
#190018
(25,0,24)
#120013
(18,0,19)
#0B000E
(11,0,14)
#000000
(0,0,0)

Tints of #510040

#510040
(81,0,64)
#601751
(96,23,81)
#6F2E62
(111,46,98)
#7E4573
(126,69,115)
#8D5C84
(141,92,132)
#9C7395
(156,115,149)
#AB8AA6
(171,138,166)
#BAA1B7
(186,161,183)
#C9B8C8
(201,184,200)
#D8CFD9
(216,207,217)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510040; }

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

This text font color is #510040.


Background Color

.myBgColor { background-color: #510040; }

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

This div background color is #510040.


Border color

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

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

This div border color is #510040.


Opacity

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

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

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

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

This text has shadow with #510040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510040 on black background.


Color preview on white background

This text has color #510040 on white background.



Black color preview on #510040 background

This text has black color on #510040 background.


White color preview on #510040 background

This text has white color on #510040 background.