COLOR #50082F

HEX: #50082F
RGB: (80,8,47)

Renk bilgisi

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

RGB renk modeli

#50082F color RGB value is (80,8,47).

  • kırmız ton 80;
  • yeşil ton 8;
  • mavi ton 47.
RGB:
(80,8,47)
(31%,3%,18%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 8 of 255 = 3%
B 47 of 255 = 18%

80
8
47

R + G + B ~ 17%. #50082F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 8 + 47 = 135 (100%)
R 80 of 135 ~ 59.26%
G 8 of 135 ~ 5.93%
B 47 of 135 ~ 34.81%

%59.26
%34.81

CMYK RENK MODELİ

#50082F rengi CMYK tonu (0,90,41,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.00%
  • sarı tonu 41.25%
  • ana renk tonu 68.63%
CMYK:
(0,90,41,69)
C0M90Y41K69 
(0%,90%,41%,69%)
(0.00/0.90/0.41/0.69)	

CMYK yüzdeleri

%0
%90
%41.25
%68.63

Codes

Color #50082F in popluar color models

50082F
RGB80847
HSL328°81.82%17.25%
HSB/HSV328°90.00%31.37%
CMYK0.00%90.00%41.25%
68.63%

Color #50082F in popluar number systems.

HEX50082F
Decimal80847
Binary10100001000101111
Octal1201057

Shades and tints

Shades of #50082F

#50082F
(80,8,47)
#49082B
(73,8,43)
#420827
(66,8,39)
#3B0823
(59,8,35)
#34081F
(52,8,31)
#2D081B
(45,8,27)
#260817
(38,8,23)
#1F0813
(31,8,19)
#18080F
(24,8,15)
#11080B
(17,8,11)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #50082F

#50082F
(80,8,47)
#5F1E41
(95,30,65)
#6E3453
(110,52,83)
#7D4A65
(125,74,101)
#8C6077
(140,96,119)
#9B7689
(155,118,137)
#AA8C9B
(170,140,155)
#B9A2AD
(185,162,173)
#C8B8BF
(200,184,191)
#D7CED1
(215,206,209)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50082F color. Also use rgb(80,8,47) instead hex code.

Text Font Color

.myTextColor { color: #50082F; }

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

This text font color is #50082F.


Background Color

.myBgColor { background-color: #50082F; }

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

This div background color is #50082F.


Border color

.myBorderColor { border: 1px solid #50082F; }

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

This div border color is #50082F.


Opacity

.myOpacity80 { color: #50082F; opacity: 0.8; }

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

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

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

This text has shadow with #50082F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50082F on black background.


Color preview on white background

This text has color #50082F on white background.



Black color preview on #50082F background

This text has black color on #50082F background.


White color preview on #50082F background

This text has white color on #50082F background.