COLOR #50376C

HEX: #50376C
RGB: (80,55,108)

Renk bilgisi

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

RGB renk modeli

#50376C color RGB value is (80,55,108).

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

RGB bağlantıları ve doygunluk

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

80
55
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 55 + 108 = 243 (100%)
R 80 of 243 ~ 32.92%
G 55 of 243 ~ 22.63%
B 108 of 243 ~ 44.44%

%32.92
%22.63
%44.44

CMYK RENK MODELİ

#50376C rengi CMYK tonu (26,49,0,58).

  • camgöbeği tonu 25.93%
  • eflatun tonu 49.07%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(26,49,0,58)
C26M49Y0K58 
(26%,49%,0%,58%)
(0.26/0.49/0.00/0.58)	

CMYK yüzdeleri

%25.93
%49.07
%0
%57.65

Codes

Color #50376C in popluar color models

50376C
RGB8055108
HSL268°32.52%31.96%
HSB/HSV268°49.07%42.35%
CMYK25.93%49.07%0.00%
57.65%

Color #50376C in popluar number systems.

HEX50376C
Decimal8055108
Binary10100001101111101100
Octal12067154

Shades and tints

Shades of #50376C

#50376C
(80,55,108)
#493263
(73,50,99)
#422D5A
(66,45,90)
#3B2851
(59,40,81)
#342348
(52,35,72)
#2D1E3F
(45,30,63)
#261936
(38,25,54)
#1F142D
(31,20,45)
#180F24
(24,15,36)
#110A1B
(17,10,27)
#0A0512
(10,5,18)
#000000
(0,0,0)

Tints of #50376C

#50376C
(80,55,108)
#5F4979
(95,73,121)
#6E5B86
(110,91,134)
#7D6D93
(125,109,147)
#8C7FA0
(140,127,160)
#9B91AD
(155,145,173)
#AAA3BA
(170,163,186)
#B9B5C7
(185,181,199)
#C8C7D4
(200,199,212)
#D7D9E1
(215,217,225)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50376C; }

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

This text font color is #50376C.


Background Color

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

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

This div background color is #50376C.


Border color

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

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

This div border color is #50376C.


Opacity

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

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

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

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

This text has shadow with #50376C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50376C on black background.


Color preview on white background

This text has color #50376C on white background.



Black color preview on #50376C background

This text has black color on #50376C background.


White color preview on #50376C background

This text has white color on #50376C background.