COLOR #50133B

HEX: #50133B
RGB: (80,19,59)

Renk bilgisi

#50133B contains mainly red and blue colors. #50133B ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#50133B color RGB value is (80,19,59).

  • kırmız ton 80;
  • yeşil ton 19;
  • mavi ton 59.
RGB:
(80,19,59)
(31%,7%,23%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 19 of 255 = 7%
B 59 of 255 = 23%

80
19
59

R + G + B ~ 20%. #50133B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 19 + 59 = 158 (100%)
R 80 of 158 ~ 50.63%
G 19 of 158 ~ 12.03%
B 59 of 158 ~ 37.34%

%50.63
%12.03
%37.34

CMYK RENK MODELİ

#50133B rengi CMYK tonu (0,76,26,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.25%
  • sarı tonu 26.25%
  • ana renk tonu 68.63%
CMYK:
(0,76,26,69)
C0M76Y26K69 
(0%,76%,26%,69%)
(0.00/0.76/0.26/0.69)	

CMYK yüzdeleri

%0
%76.25
%26.25
%68.63

Codes

Color #50133B in popluar color models

50133B
RGB801959
HSL321°61.62%19.41%
HSB/HSV321°76.25%31.37%
CMYK0.00%76.25%26.25%
68.63%

Color #50133B in popluar number systems.

HEX50133B
Decimal801959
Binary101000010011111011
Octal1202373

Shades and tints

Shades of #50133B

#50133B
(80,19,59)
#491236
(73,18,54)
#421131
(66,17,49)
#3B102C
(59,16,44)
#340F27
(52,15,39)
#2D0E22
(45,14,34)
#260D1D
(38,13,29)
#1F0C18
(31,12,24)
#180B13
(24,11,19)
#110A0E
(17,10,14)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #50133B

#50133B
(80,19,59)
#5F284C
(95,40,76)
#6E3D5D
(110,61,93)
#7D526E
(125,82,110)
#8C677F
(140,103,127)
#9B7C90
(155,124,144)
#AA91A1
(170,145,161)
#B9A6B2
(185,166,178)
#C8BBC3
(200,187,195)
#D7D0D4
(215,208,212)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50133B color. Also use rgb(80,19,59) instead hex code.

Text Font Color

.myTextColor { color: #50133B; }

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

This text font color is #50133B.


Background Color

.myBgColor { background-color: #50133B; }

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

This div background color is #50133B.


Border color

.myBorderColor { border: 1px solid #50133B; }

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

This div border color is #50133B.


Opacity

.myOpacity80 { color: #50133B; opacity: 0.8; }

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

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

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

This text has shadow with #50133B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50133B on black background.


Color preview on white background

This text has color #50133B on white background.



Black color preview on #50133B background

This text has black color on #50133B background.


White color preview on #50133B background

This text has white color on #50133B background.