COLOR #510350

HEX: #510350
RGB: (81,3,80)

Renk bilgisi

#510350 contains mainly red and blue colors. #510350 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#510350 color RGB value is (81,3,80).

  • kırmız ton 81;
  • yeşil ton 3;
  • mavi ton 80.
RGB:
(81,3,80)
(32%,1%,31%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 3 of 255 = 1%
B 80 of 255 = 31%

81
3
80

R + G + B ~ 21%. #510350 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 3 + 80 = 164 (100%)
R 81 of 164 ~ 49.39%
G 3 of 164 ~ 1.83%
B 80 of 164 ~ 48.78%

%49.39
%48.78

CMYK RENK MODELİ

#510350 rengi CMYK tonu (0,96,1,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 96.30%
  • sarı tonu 1.23%
  • ana renk tonu 68.24%
CMYK:
(0,96,1,68)
C0M96Y1K68 
(0%,96%,1%,68%)
(0.00/0.96/0.01/0.68)	

CMYK yüzdeleri

%0
%96.3
%1.23
%68.24

Codes

Color #510350 in popluar color models

510350
RGB81380
HSL301°92.86%16.47%
HSB/HSV301°96.30%31.76%
CMYK0.00%96.30%1.23%
68.24%

Color #510350 in popluar number systems.

HEX510350
Decimal81380
Binary1010001111010000
Octal1213120

Shades and tints

Shades of #510350

#510350
(81,3,80)
#4A0349
(74,3,73)
#430342
(67,3,66)
#3C033B
(60,3,59)
#350334
(53,3,52)
#2E032D
(46,3,45)
#270326
(39,3,38)
#20031F
(32,3,31)
#190318
(25,3,24)
#120311
(18,3,17)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #510350

#510350
(81,3,80)
#60195F
(96,25,95)
#6F2F6E
(111,47,110)
#7E457D
(126,69,125)
#8D5B8C
(141,91,140)
#9C719B
(156,113,155)
#AB87AA
(171,135,170)
#BA9DB9
(186,157,185)
#C9B3C8
(201,179,200)
#D8C9D7
(216,201,215)
#E7DFE6
(231,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510350; }

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

This text font color is #510350.


Background Color

.myBgColor { background-color: #510350; }

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

This div background color is #510350.


Border color

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

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

This div border color is #510350.


Opacity

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

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

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

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

This text has shadow with #510350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510350 on black background.


Color preview on white background

This text has color #510350 on white background.



Black color preview on #510350 background

This text has black color on #510350 background.


White color preview on #510350 background

This text has white color on #510350 background.