COLOR #512B21

HEX: #512B21
RGB: (81,43,33)

Renk bilgisi

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

RGB renk modeli

#512B21 color RGB value is (81,43,33).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 43 of 255 = 17%
B 33 of 255 = 13%

81
43
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 43 + 33 = 157 (100%)
R 81 of 157 ~ 51.59%
G 43 of 157 ~ 27.39%
B 33 of 157 ~ 21.02%

%51.59
%27.39
%21.02

CMYK RENK MODELİ

#512B21 rengi CMYK tonu (0,47,59,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.91%
  • sarı tonu 59.26%
  • ana renk tonu 68.24%
CMYK:
(0,47,59,68)
C0M47Y59K68 
(0%,47%,59%,68%)
(0.00/0.47/0.59/0.68)	

CMYK yüzdeleri

%0
%46.91
%59.26
%68.24

Codes

Color #512B21 in popluar color models

512B21
RGB814333
HSL13°42.11%22.35%
HSB/HSV13°59.26%31.76%
CMYK0.00%46.91%59.26%
68.24%

Color #512B21 in popluar number systems.

HEX512B21
Decimal814333
Binary1010001101011100001
Octal1215341

Shades and tints

Shades of #512B21

#512B21
(81,43,33)
#4A281E
(74,40,30)
#43251B
(67,37,27)
#3C2218
(60,34,24)
#351F15
(53,31,21)
#2E1C12
(46,28,18)
#27190F
(39,25,15)
#20160C
(32,22,12)
#191309
(25,19,9)
#121006
(18,16,6)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #512B21

#512B21
(81,43,33)
#603E35
(96,62,53)
#6F5149
(111,81,73)
#7E645D
(126,100,93)
#8D7771
(141,119,113)
#9C8A85
(156,138,133)
#AB9D99
(171,157,153)
#BAB0AD
(186,176,173)
#C9C3C1
(201,195,193)
#D8D6D5
(216,214,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512B21; }

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

This text font color is #512B21.


Background Color

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

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

This div background color is #512B21.


Border color

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

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

This div border color is #512B21.


Opacity

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

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

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

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

This text has shadow with #512B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512B21 on black background.


Color preview on white background

This text has color #512B21 on white background.



Black color preview on #512B21 background

This text has black color on #512B21 background.


White color preview on #512B21 background

This text has white color on #512B21 background.