COLOR #512F57

HEX: #512F57
RGB: (81,47,87)

Renk bilgisi

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

RGB renk modeli

#512F57 color RGB value is (81,47,87).

  • kırmız ton 81;
  • yeşil ton 47;
  • mavi ton 87.
RGB:
(81,47,87)
(32%,18%,34%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 47 of 255 = 18%
B 87 of 255 = 34%

81
47
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 47 + 87 = 215 (100%)
R 81 of 215 ~ 37.67%
G 47 of 215 ~ 21.86%
B 87 of 215 ~ 40.47%

%37.67
%21.86
%40.47

CMYK RENK MODELİ

#512F57 rengi CMYK tonu (7,46,0,66).

  • camgöbeği tonu 6.90%
  • eflatun tonu 45.98%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(7,46,0,66)
C7M46Y0K66 
(7%,46%,0%,66%)
(0.07/0.46/0.00/0.66)	

CMYK yüzdeleri

%6.9
%45.98
%0
%65.88

Codes

Color #512F57 in popluar color models

512F57
RGB814787
HSL291°29.85%26.27%
HSB/HSV291°45.98%34.12%
CMYK6.90%45.98%0.00%
65.88%

Color #512F57 in popluar number systems.

HEX512F57
Decimal814787
Binary10100011011111010111
Octal12157127

Shades and tints

Shades of #512F57

#512F57
(81,47,87)
#4A2B50
(74,43,80)
#432749
(67,39,73)
#3C2342
(60,35,66)
#351F3B
(53,31,59)
#2E1B34
(46,27,52)
#27172D
(39,23,45)
#201326
(32,19,38)
#190F1F
(25,15,31)
#120B18
(18,11,24)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #512F57

#512F57
(81,47,87)
#604166
(96,65,102)
#6F5375
(111,83,117)
#7E6584
(126,101,132)
#8D7793
(141,119,147)
#9C89A2
(156,137,162)
#AB9BB1
(171,155,177)
#BAADC0
(186,173,192)
#C9BFCF
(201,191,207)
#D8D1DE
(216,209,222)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512F57 color. Also use rgb(81,47,87) instead hex code.

Text Font Color

.myTextColor { color: #512F57; }

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

This text font color is #512F57.


Background Color

.myBgColor { background-color: #512F57; }

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

This div background color is #512F57.


Border color

.myBorderColor { border: 1px solid #512F57; }

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

This div border color is #512F57.


Opacity

.myOpacity80 { color: #512F57; opacity: 0.8; }

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

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

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

This text has shadow with #512F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512F57 on black background.


Color preview on white background

This text has color #512F57 on white background.



Black color preview on #512F57 background

This text has black color on #512F57 background.


White color preview on #512F57 background

This text has white color on #512F57 background.