COLOR #512841

HEX: #512841
RGB: (81,40,65)

Renk bilgisi

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

RGB renk modeli

#512841 color RGB value is (81,40,65).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 40 of 255 = 16%
B 65 of 255 = 25%

81
40
65

R + G + B ~ 24%. #512841 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 40 + 65 = 186 (100%)
R 81 of 186 ~ 43.55%
G 40 of 186 ~ 21.51%
B 65 of 186 ~ 34.95%

%43.55
%21.51
%34.95

CMYK RENK MODELİ

#512841 rengi CMYK tonu (0,51,20,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.62%
  • sarı tonu 19.75%
  • ana renk tonu 68.24%
CMYK:
(0,51,20,68)
C0M51Y20K68 
(0%,51%,20%,68%)
(0.00/0.51/0.20/0.68)	

CMYK yüzdeleri

%0
%50.62
%19.75
%68.24

Codes

Color #512841 in popluar color models

512841
RGB814065
HSL323°33.88%23.73%
HSB/HSV323°50.62%31.76%
CMYK0.00%50.62%19.75%
68.24%

Color #512841 in popluar number systems.

HEX512841
Decimal814065
Binary10100011010001000001
Octal12150101

Shades and tints

Shades of #512841

#512841
(81,40,65)
#4A253C
(74,37,60)
#432237
(67,34,55)
#3C1F32
(60,31,50)
#351C2D
(53,28,45)
#2E1928
(46,25,40)
#271623
(39,22,35)
#20131E
(32,19,30)
#191019
(25,16,25)
#120D14
(18,13,20)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #512841

#512841
(81,40,65)
#603B52
(96,59,82)
#6F4E63
(111,78,99)
#7E6174
(126,97,116)
#8D7485
(141,116,133)
#9C8796
(156,135,150)
#AB9AA7
(171,154,167)
#BAADB8
(186,173,184)
#C9C0C9
(201,192,201)
#D8D3DA
(216,211,218)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512841; }

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

This text font color is #512841.


Background Color

.myBgColor { background-color: #512841; }

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

This div background color is #512841.


Border color

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

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

This div border color is #512841.


Opacity

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

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

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

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

This text has shadow with #512841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512841 on black background.


Color preview on white background

This text has color #512841 on white background.



Black color preview on #512841 background

This text has black color on #512841 background.


White color preview on #512841 background

This text has white color on #512841 background.