COLOR #512261

HEX: #512261
RGB: (81,34,97)

Renk bilgisi

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

RGB renk modeli

#512261 color RGB value is (81,34,97).

  • kırmız ton 81;
  • yeşil ton 34;
  • mavi ton 97.
RGB:
(81,34,97)
(32%,13%,38%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 34 of 255 = 13%
B 97 of 255 = 38%

81
34
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 34 + 97 = 212 (100%)
R 81 of 212 ~ 38.21%
G 34 of 212 ~ 16.04%
B 97 of 212 ~ 45.75%

%38.21
%16.04
%45.75

CMYK RENK MODELİ

#512261 rengi CMYK tonu (16,65,0,62).

  • camgöbeği tonu 16.49%
  • eflatun tonu 64.95%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(16,65,0,62)
C16M65Y0K62 
(16%,65%,0%,62%)
(0.16/0.65/0.00/0.62)	

CMYK yüzdeleri

%16.49
%64.95
%0
%61.96

Codes

Color #512261 in popluar color models

512261
RGB813497
HSL285°48.09%25.69%
HSB/HSV285°64.95%38.04%
CMYK16.49%64.95%0.00%
61.96%

Color #512261 in popluar number systems.

HEX512261
Decimal813497
Binary10100011000101100001
Octal12142141

Shades and tints

Shades of #512261

#512261
(81,34,97)
#4A1F59
(74,31,89)
#431C51
(67,28,81)
#3C1949
(60,25,73)
#351641
(53,22,65)
#2E1339
(46,19,57)
#271031
(39,16,49)
#200D29
(32,13,41)
#190A21
(25,10,33)
#120719
(18,7,25)
#0B0411
(11,4,17)
#000000
(0,0,0)

Tints of #512261

#512261
(81,34,97)
#60366F
(96,54,111)
#6F4A7D
(111,74,125)
#7E5E8B
(126,94,139)
#8D7299
(141,114,153)
#9C86A7
(156,134,167)
#AB9AB5
(171,154,181)
#BAAEC3
(186,174,195)
#C9C2D1
(201,194,209)
#D8D6DF
(216,214,223)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512261; }

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

This text font color is #512261.


Background Color

.myBgColor { background-color: #512261; }

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

This div background color is #512261.


Border color

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

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

This div border color is #512261.


Opacity

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

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

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

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

This text has shadow with #512261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512261 on black background.


Color preview on white background

This text has color #512261 on white background.



Black color preview on #512261 background

This text has black color on #512261 background.


White color preview on #512261 background

This text has white color on #512261 background.