COLOR #512E20

HEX: #512E20
RGB: (81,46,32)

Renk bilgisi

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

RGB renk modeli

#512E20 color RGB value is (81,46,32).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 46 of 255 = 18%
B 32 of 255 = 13%

81
46
32

R + G + B ~ 21%. #512E20 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 46 + 32 = 159 (100%)
R 81 of 159 ~ 50.94%
G 46 of 159 ~ 28.93%
B 32 of 159 ~ 20.13%

%50.94
%28.93
%20.13

CMYK RENK MODELİ

#512E20 rengi CMYK tonu (0,43,60,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.21%
  • sarı tonu 60.49%
  • ana renk tonu 68.24%
CMYK:
(0,43,60,68)
C0M43Y60K68 
(0%,43%,60%,68%)
(0.00/0.43/0.60/0.68)	

CMYK yüzdeleri

%0
%43.21
%60.49
%68.24

Codes

Color #512E20 in popluar color models

512E20
RGB814632
HSL17°43.36%22.16%
HSB/HSV17°60.49%31.76%
CMYK0.00%43.21%60.49%
68.24%

Color #512E20 in popluar number systems.

HEX512E20
Decimal814632
Binary1010001101110100000
Octal1215640

Shades and tints

Shades of #512E20

#512E20
(81,46,32)
#4A2A1E
(74,42,30)
#43261C
(67,38,28)
#3C221A
(60,34,26)
#351E18
(53,30,24)
#2E1A16
(46,26,22)
#271614
(39,22,20)
#201212
(32,18,18)
#190E10
(25,14,16)
#120A0E
(18,10,14)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #512E20

#512E20
(81,46,32)
#604134
(96,65,52)
#6F5448
(111,84,72)
#7E675C
(126,103,92)
#8D7A70
(141,122,112)
#9C8D84
(156,141,132)
#ABA098
(171,160,152)
#BAB3AC
(186,179,172)
#C9C6C0
(201,198,192)
#D8D9D4
(216,217,212)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512E20 color. Also use rgb(81,46,32) instead hex code.

Text Font Color

.myTextColor { color: #512E20; }

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

This text font color is #512E20.


Background Color

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

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

This div background color is #512E20.


Border color

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

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

This div border color is #512E20.


Opacity

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

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

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

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

This text has shadow with #512E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512E20 on black background.


Color preview on white background

This text has color #512E20 on white background.



Black color preview on #512E20 background

This text has black color on #512E20 background.


White color preview on #512E20 background

This text has white color on #512E20 background.