COLOR #511951

HEX: #511951
RGB: (81,25,81)

Renk bilgisi

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

RGB renk modeli

#511951 color RGB value is (81,25,81).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 25 of 255 = 10%
B 81 of 255 = 32%

81
25
81

R + G + B ~ 25%. #511951 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 25 + 81 = 187 (100%)
R 81 of 187 ~ 43.32%
G 25 of 187 ~ 13.37%
B 81 of 187 ~ 43.32%

%43.32
%13.37
%43.32

CMYK RENK MODELİ

#511951 rengi CMYK tonu (0,69,0,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.14%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(0,69,0,68)
C0M69Y0K68 
(0%,69%,0%,68%)
(0.00/0.69/0.00/0.68)	

CMYK yüzdeleri

%0
%69.14
%0
%68.24

Codes

Color #511951 in popluar color models

511951
RGB812581
HSL300°52.83%20.78%
HSB/HSV300°69.14%31.76%
CMYK0.00%69.14%0.00%
68.24%

Color #511951 in popluar number systems.

HEX511951
Decimal812581
Binary1010001110011010001
Octal12131121

Shades and tints

Shades of #511951

#511951
(81,25,81)
#4A174A
(74,23,74)
#431543
(67,21,67)
#3C133C
(60,19,60)
#351135
(53,17,53)
#2E0F2E
(46,15,46)
#270D27
(39,13,39)
#200B20
(32,11,32)
#190919
(25,9,25)
#120712
(18,7,18)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #511951

#511951
(81,25,81)
#602D60
(96,45,96)
#6F416F
(111,65,111)
#7E557E
(126,85,126)
#8D698D
(141,105,141)
#9C7D9C
(156,125,156)
#AB91AB
(171,145,171)
#BAA5BA
(186,165,186)
#C9B9C9
(201,185,201)
#D8CDD8
(216,205,216)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511951; }

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

This text font color is #511951.


Background Color

.myBgColor { background-color: #511951; }

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

This div background color is #511951.


Border color

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

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

This div border color is #511951.


Opacity

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

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

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

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

This text has shadow with #511951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511951 on black background.


Color preview on white background

This text has color #511951 on white background.



Black color preview on #511951 background

This text has black color on #511951 background.


White color preview on #511951 background

This text has white color on #511951 background.