COLOR #50211D

HEX: #50211D
RGB: (80,33,29)

Renk bilgisi

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

RGB renk modeli

#50211D color RGB value is (80,33,29).

  • kırmız ton 80;
  • yeşil ton 33;
  • mavi ton 29.
RGB:
(80,33,29)
(31%,13%,11%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 33 of 255 = 13%
B 29 of 255 = 11%

80
33
29

R + G + B ~ 18%. #50211D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 33 + 29 = 142 (100%)
R 80 of 142 ~ 56.34%
G 33 of 142 ~ 23.24%
B 29 of 142 ~ 20.42%

%56.34
%23.24
%20.42

CMYK RENK MODELİ

#50211D rengi CMYK tonu (0,59,64,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.75%
  • sarı tonu 63.75%
  • ana renk tonu 68.63%
CMYK:
(0,59,64,69)
C0M59Y64K69 
(0%,59%,64%,69%)
(0.00/0.59/0.64/0.69)	

CMYK yüzdeleri

%0
%58.75
%63.75
%68.63

Codes

Color #50211D in popluar color models

50211D
RGB803329
HSL46.79%21.37%
HSB/HSV63.75%31.37%
CMYK0.00%58.75%63.75%
68.63%

Color #50211D in popluar number systems.

HEX50211D
Decimal803329
Binary101000010000111101
Octal1204135

Shades and tints

Shades of #50211D

#50211D
(80,33,29)
#491E1B
(73,30,27)
#421B19
(66,27,25)
#3B1817
(59,24,23)
#341515
(52,21,21)
#2D1213
(45,18,19)
#260F11
(38,15,17)
#1F0C0F
(31,12,15)
#18090D
(24,9,13)
#11060B
(17,6,11)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #50211D

#50211D
(80,33,29)
#5F3531
(95,53,49)
#6E4945
(110,73,69)
#7D5D59
(125,93,89)
#8C716D
(140,113,109)
#9B8581
(155,133,129)
#AA9995
(170,153,149)
#B9ADA9
(185,173,169)
#C8C1BD
(200,193,189)
#D7D5D1
(215,213,209)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50211D color. Also use rgb(80,33,29) instead hex code.

Text Font Color

.myTextColor { color: #50211D; }

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

This text font color is #50211D.


Background Color

.myBgColor { background-color: #50211D; }

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

This div background color is #50211D.


Border color

.myBorderColor { border: 1px solid #50211D; }

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

This div border color is #50211D.


Opacity

.myOpacity80 { color: #50211D; opacity: 0.8; }

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

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

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

This text has shadow with #50211D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50211D on black background.


Color preview on white background

This text has color #50211D on white background.



Black color preview on #50211D background

This text has black color on #50211D background.


White color preview on #50211D background

This text has white color on #50211D background.