COLOR #512531

HEX: #512531
RGB: (81,37,49)

Renk bilgisi

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

RGB renk modeli

#512531 color RGB value is (81,37,49).

  • kırmız ton 81;
  • yeşil ton 37;
  • mavi ton 49.
RGB:
(81,37,49)
(32%,15%,19%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 37 of 255 = 15%
B 49 of 255 = 19%

81
37
49

R + G + B ~ 22%. #512531 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 37 + 49 = 167 (100%)
R 81 of 167 ~ 48.5%
G 37 of 167 ~ 22.16%
B 49 of 167 ~ 29.34%

%48.5
%22.16
%29.34

CMYK RENK MODELİ

#512531 rengi CMYK tonu (0,54,40,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.32%
  • sarı tonu 39.51%
  • ana renk tonu 68.24%
CMYK:
(0,54,40,68)
C0M54Y40K68 
(0%,54%,40%,68%)
(0.00/0.54/0.40/0.68)	

CMYK yüzdeleri

%0
%54.32
%39.51
%68.24

Codes

Color #512531 in popluar color models

512531
RGB813749
HSL344°37.29%23.14%
HSB/HSV344°54.32%31.76%
CMYK0.00%54.32%39.51%
68.24%

Color #512531 in popluar number systems.

HEX512531
Decimal813749
Binary1010001100101110001
Octal1214561

Shades and tints

Shades of #512531

#512531
(81,37,49)
#4A222D
(74,34,45)
#431F29
(67,31,41)
#3C1C25
(60,28,37)
#351921
(53,25,33)
#2E161D
(46,22,29)
#271319
(39,19,25)
#201015
(32,16,21)
#190D11
(25,13,17)
#120A0D
(18,10,13)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #512531

#512531
(81,37,49)
#603843
(96,56,67)
#6F4B55
(111,75,85)
#7E5E67
(126,94,103)
#8D7179
(141,113,121)
#9C848B
(156,132,139)
#AB979D
(171,151,157)
#BAAAAF
(186,170,175)
#C9BDC1
(201,189,193)
#D8D0D3
(216,208,211)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512531; }

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

This text font color is #512531.


Background Color

.myBgColor { background-color: #512531; }

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

This div background color is #512531.


Border color

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

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

This div border color is #512531.


Opacity

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

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

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

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

This text has shadow with #512531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512531 on black background.


Color preview on white background

This text has color #512531 on white background.



Black color preview on #512531 background

This text has black color on #512531 background.


White color preview on #512531 background

This text has white color on #512531 background.