COLOR #512959

HEX: #512959
RGB: (81,41,89)

Renk bilgisi

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

RGB renk modeli

#512959 color RGB value is (81,41,89).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 41 of 255 = 16%
B 89 of 255 = 35%

81
41
89

R + G + B ~ 28%. #512959 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 41 + 89 = 211 (100%)
R 81 of 211 ~ 38.39%
G 41 of 211 ~ 19.43%
B 89 of 211 ~ 42.18%

%38.39
%19.43
%42.18

CMYK RENK MODELİ

#512959 rengi CMYK tonu (9,54,0,65).

  • camgöbeği tonu 8.99%
  • eflatun tonu 53.93%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(9,54,0,65)
C9M54Y0K65 
(9%,54%,0%,65%)
(0.09/0.54/0.00/0.65)	

CMYK yüzdeleri

%8.99
%53.93
%0
%65.1

Codes

Color #512959 in popluar color models

512959
RGB814189
HSL290°36.92%25.49%
HSB/HSV290°53.93%34.90%
CMYK8.99%53.93%0.00%
65.10%

Color #512959 in popluar number systems.

HEX512959
Decimal814189
Binary10100011010011011001
Octal12151131

Shades and tints

Shades of #512959

#512959
(81,41,89)
#4A2651
(74,38,81)
#432349
(67,35,73)
#3C2041
(60,32,65)
#351D39
(53,29,57)
#2E1A31
(46,26,49)
#271729
(39,23,41)
#201421
(32,20,33)
#191119
(25,17,25)
#120E11
(18,14,17)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #512959

#512959
(81,41,89)
#603C68
(96,60,104)
#6F4F77
(111,79,119)
#7E6286
(126,98,134)
#8D7595
(141,117,149)
#9C88A4
(156,136,164)
#AB9BB3
(171,155,179)
#BAAEC2
(186,174,194)
#C9C1D1
(201,193,209)
#D8D4E0
(216,212,224)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512959; }

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

This text font color is #512959.


Background Color

.myBgColor { background-color: #512959; }

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

This div background color is #512959.


Border color

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

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

This div border color is #512959.


Opacity

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

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

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

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

This text has shadow with #512959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512959 on black background.


Color preview on white background

This text has color #512959 on white background.



Black color preview on #512959 background

This text has black color on #512959 background.


White color preview on #512959 background

This text has white color on #512959 background.