COLOR #50376B

HEX: #50376B
RGB: (80,55,107)

Renk bilgisi

#50376B contains red, green and blue colors in about the same proportion. #50376B ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#50376B color RGB value is (80,55,107).

  • kırmız ton 80;
  • yeşil ton 55;
  • mavi ton 107.
RGB:
(80,55,107)
(31%,22%,42%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 55 of 255 = 22%
B 107 of 255 = 42%

80
55
107

R + G + B ~ 32%. #50376B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 55 + 107 = 242 (100%)
R 80 of 242 ~ 33.06%
G 55 of 242 ~ 22.73%
B 107 of 242 ~ 44.21%

%33.06
%22.73
%44.21

CMYK RENK MODELİ

#50376B rengi CMYK tonu (25,49,0,58).

  • camgöbeği tonu 25.23%
  • eflatun tonu 48.60%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(25,49,0,58)
C25M49Y0K58 
(25%,49%,0%,58%)
(0.25/0.49/0.00/0.58)	

CMYK yüzdeleri

%25.23
%48.6
%0
%58.04

Codes

Color #50376B in popluar color models

50376B
RGB8055107
HSL269°32.10%31.76%
HSB/HSV269°48.60%41.96%
CMYK25.23%48.60%0.00%
58.04%

Color #50376B in popluar number systems.

HEX50376B
Decimal8055107
Binary10100001101111101011
Octal12067153

Shades and tints

Shades of #50376B

#50376B
(80,55,107)
#493262
(73,50,98)
#422D59
(66,45,89)
#3B2850
(59,40,80)
#342347
(52,35,71)
#2D1E3E
(45,30,62)
#261935
(38,25,53)
#1F142C
(31,20,44)
#180F23
(24,15,35)
#110A1A
(17,10,26)
#0A0511
(10,5,17)
#000000
(0,0,0)

Tints of #50376B

#50376B
(80,55,107)
#5F4978
(95,73,120)
#6E5B85
(110,91,133)
#7D6D92
(125,109,146)
#8C7F9F
(140,127,159)
#9B91AC
(155,145,172)
#AAA3B9
(170,163,185)
#B9B5C6
(185,181,198)
#C8C7D3
(200,199,211)
#D7D9E0
(215,217,224)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50376B color. Also use rgb(80,55,107) instead hex code.

Text Font Color

.myTextColor { color: #50376B; }

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

This text font color is #50376B.


Background Color

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

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

This div background color is #50376B.


Border color

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

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

This div border color is #50376B.


Opacity

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

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

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

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

This text has shadow with #50376B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50376B on black background.


Color preview on white background

This text has color #50376B on white background.



Black color preview on #50376B background

This text has black color on #50376B background.


White color preview on #50376B background

This text has white color on #50376B background.