COLOR #512133

HEX: #512133
RGB: (81,33,51)

Renk bilgisi

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

RGB renk modeli

#512133 color RGB value is (81,33,51).

  • kırmız ton 81;
  • yeşil ton 33;
  • mavi ton 51.
RGB:
(81,33,51)
(32%,13%,20%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 33 of 255 = 13%
B 51 of 255 = 20%

81
33
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 33 + 51 = 165 (100%)
R 81 of 165 ~ 49.09%
G 33 of 165 ~ 20%
B 51 of 165 ~ 30.91%

%49.09
%20
%30.91

CMYK RENK MODELİ

#512133 rengi CMYK tonu (0,59,37,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.26%
  • sarı tonu 37.04%
  • ana renk tonu 68.24%
CMYK:
(0,59,37,68)
C0M59Y37K68 
(0%,59%,37%,68%)
(0.00/0.59/0.37/0.68)	

CMYK yüzdeleri

%0
%59.26
%37.04
%68.24

Codes

Color #512133 in popluar color models

512133
RGB813351
HSL338°42.11%22.35%
HSB/HSV338°59.26%31.76%
CMYK0.00%59.26%37.04%
68.24%

Color #512133 in popluar number systems.

HEX512133
Decimal813351
Binary1010001100001110011
Octal1214163

Shades and tints

Shades of #512133

#512133
(81,33,51)
#4A1E2F
(74,30,47)
#431B2B
(67,27,43)
#3C1827
(60,24,39)
#351523
(53,21,35)
#2E121F
(46,18,31)
#270F1B
(39,15,27)
#200C17
(32,12,23)
#190913
(25,9,19)
#12060F
(18,6,15)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #512133

#512133
(81,33,51)
#603545
(96,53,69)
#6F4957
(111,73,87)
#7E5D69
(126,93,105)
#8D717B
(141,113,123)
#9C858D
(156,133,141)
#AB999F
(171,153,159)
#BAADB1
(186,173,177)
#C9C1C3
(201,193,195)
#D8D5D5
(216,213,213)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512133 color. Also use rgb(81,33,51) instead hex code.

Text Font Color

.myTextColor { color: #512133; }

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

This text font color is #512133.


Background Color

.myBgColor { background-color: #512133; }

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

This div background color is #512133.


Border color

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

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

This div border color is #512133.


Opacity

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

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

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

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

This text has shadow with #512133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512133 on black background.


Color preview on white background

This text has color #512133 on white background.



Black color preview on #512133 background

This text has black color on #512133 background.


White color preview on #512133 background

This text has white color on #512133 background.