COLOR #50126C

HEX: #50126C
RGB: (80,18,108)

Renk bilgisi

#50126C contains mainly red and blue colors. #50126C ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#50126C color RGB value is (80,18,108).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 18 of 255 = 7%
B 108 of 255 = 42%

80
18
108

R + G + B ~ 27%. #50126C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 18 + 108 = 206 (100%)
R 80 of 206 ~ 38.83%
G 18 of 206 ~ 8.74%
B 108 of 206 ~ 52.43%

%38.83
%52.43

CMYK RENK MODELİ

#50126C rengi CMYK tonu (26,83,0,58).

  • camgöbeği tonu 25.93%
  • eflatun tonu 83.33%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(26,83,0,58)
C26M83Y0K58 
(26%,83%,0%,58%)
(0.26/0.83/0.00/0.58)	

CMYK yüzdeleri

%25.93
%83.33
%0
%57.65

Codes

Color #50126C in popluar color models

50126C
RGB8018108
HSL281°71.43%24.71%
HSB/HSV281°83.33%42.35%
CMYK25.93%83.33%0.00%
57.65%

Color #50126C in popluar number systems.

HEX50126C
Decimal8018108
Binary1010000100101101100
Octal12022154

Shades and tints

Shades of #50126C

#50126C
(80,18,108)
#491163
(73,17,99)
#42105A
(66,16,90)
#3B0F51
(59,15,81)
#340E48
(52,14,72)
#2D0D3F
(45,13,63)
#260C36
(38,12,54)
#1F0B2D
(31,11,45)
#180A24
(24,10,36)
#11091B
(17,9,27)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #50126C

#50126C
(80,18,108)
#5F2779
(95,39,121)
#6E3C86
(110,60,134)
#7D5193
(125,81,147)
#8C66A0
(140,102,160)
#9B7BAD
(155,123,173)
#AA90BA
(170,144,186)
#B9A5C7
(185,165,199)
#C8BAD4
(200,186,212)
#D7CFE1
(215,207,225)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50126C; }

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

This text font color is #50126C.


Background Color

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

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

This div background color is #50126C.


Border color

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

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

This div border color is #50126C.


Opacity

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

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

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

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

This text has shadow with #50126C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50126C on black background.


Color preview on white background

This text has color #50126C on white background.



Black color preview on #50126C background

This text has black color on #50126C background.


White color preview on #50126C background

This text has white color on #50126C background.