COLOR #513256

HEX: #513256
RGB: (81,50,86)

Renk bilgisi

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

RGB renk modeli

#513256 color RGB value is (81,50,86).

  • kırmız ton 81;
  • yeşil ton 50;
  • mavi ton 86.
RGB:
(81,50,86)
(32%,20%,34%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 50 of 255 = 20%
B 86 of 255 = 34%

81
50
86

R + G + B ~ 29%. #513256 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 50 + 86 = 217 (100%)
R 81 of 217 ~ 37.33%
G 50 of 217 ~ 23.04%
B 86 of 217 ~ 39.63%

%37.33
%23.04
%39.63

CMYK RENK MODELİ

#513256 rengi CMYK tonu (6,42,0,66).

  • camgöbeği tonu 5.81%
  • eflatun tonu 41.86%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(6,42,0,66)
C6M42Y0K66 
(6%,42%,0%,66%)
(0.06/0.42/0.00/0.66)	

CMYK yüzdeleri

%5.81
%41.86
%0
%66.27

Codes

Color #513256 in popluar color models

513256
RGB815086
HSL292°26.47%26.67%
HSB/HSV292°41.86%33.73%
CMYK5.81%41.86%0.00%
66.27%

Color #513256 in popluar number systems.

HEX513256
Decimal815086
Binary10100011100101010110
Octal12162126

Shades and tints

Shades of #513256

#513256
(81,50,86)
#4A2E4F
(74,46,79)
#432A48
(67,42,72)
#3C2641
(60,38,65)
#35223A
(53,34,58)
#2E1E33
(46,30,51)
#271A2C
(39,26,44)
#201625
(32,22,37)
#19121E
(25,18,30)
#120E17
(18,14,23)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #513256

#513256
(81,50,86)
#604465
(96,68,101)
#6F5674
(111,86,116)
#7E6883
(126,104,131)
#8D7A92
(141,122,146)
#9C8CA1
(156,140,161)
#AB9EB0
(171,158,176)
#BAB0BF
(186,176,191)
#C9C2CE
(201,194,206)
#D8D4DD
(216,212,221)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513256; }

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

This text font color is #513256.


Background Color

.myBgColor { background-color: #513256; }

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

This div background color is #513256.


Border color

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

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

This div border color is #513256.


Opacity

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

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

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

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

This text has shadow with #513256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513256 on black background.


Color preview on white background

This text has color #513256 on white background.



Black color preview on #513256 background

This text has black color on #513256 background.


White color preview on #513256 background

This text has white color on #513256 background.