COLOR #512E75

HEX: #512E75
RGB: (81,46,117)

Renk bilgisi

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

RGB renk modeli

#512E75 color RGB value is (81,46,117).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 46 of 255 = 18%
B 117 of 255 = 46%

81
46
117

R + G + B ~ 32%. #512E75 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 46 + 117 = 244 (100%)
R 81 of 244 ~ 33.2%
G 46 of 244 ~ 18.85%
B 117 of 244 ~ 47.95%

%33.2
%18.85
%47.95

CMYK RENK MODELİ

#512E75 rengi CMYK tonu (31,61,0,54).

  • camgöbeği tonu 30.77%
  • eflatun tonu 60.68%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(31,61,0,54)
C31M61Y0K54 
(31%,61%,0%,54%)
(0.31/0.61/0.00/0.54)	

CMYK yüzdeleri

%30.77
%60.68
%0
%54.12

Codes

Color #512E75 in popluar color models

512E75
RGB8146117
HSL270°43.56%31.96%
HSB/HSV270°60.68%45.88%
CMYK30.77%60.68%0.00%
54.12%

Color #512E75 in popluar number systems.

HEX512E75
Decimal8146117
Binary10100011011101110101
Octal12156165

Shades and tints

Shades of #512E75

#512E75
(81,46,117)
#4A2A6B
(74,42,107)
#432661
(67,38,97)
#3C2257
(60,34,87)
#351E4D
(53,30,77)
#2E1A43
(46,26,67)
#271639
(39,22,57)
#20122F
(32,18,47)
#190E25
(25,14,37)
#120A1B
(18,10,27)
#0B0611
(11,6,17)
#000000
(0,0,0)

Tints of #512E75

#512E75
(81,46,117)
#604181
(96,65,129)
#6F548D
(111,84,141)
#7E6799
(126,103,153)
#8D7AA5
(141,122,165)
#9C8DB1
(156,141,177)
#ABA0BD
(171,160,189)
#BAB3C9
(186,179,201)
#C9C6D5
(201,198,213)
#D8D9E1
(216,217,225)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512E75 color. Also use rgb(81,46,117) instead hex code.

Text Font Color

.myTextColor { color: #512E75; }

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

This text font color is #512E75.


Background Color

.myBgColor { background-color: #512E75; }

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

This div background color is #512E75.


Border color

.myBorderColor { border: 1px solid #512E75; }

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

This div border color is #512E75.


Opacity

.myOpacity80 { color: #512E75; opacity: 0.8; }

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

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

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

This text has shadow with #512E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512E75 on black background.


Color preview on white background

This text has color #512E75 on white background.



Black color preview on #512E75 background

This text has black color on #512E75 background.


White color preview on #512E75 background

This text has white color on #512E75 background.