COLOR #50356C

HEX: #50356C
RGB: (80,53,108)

Renk bilgisi

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

RGB renk modeli

#50356C color RGB value is (80,53,108).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 53 of 255 = 21%
B 108 of 255 = 42%

80
53
108

R + G + B ~ 31%. #50356C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 53 + 108 = 241 (100%)
R 80 of 241 ~ 33.2%
G 53 of 241 ~ 21.99%
B 108 of 241 ~ 44.81%

%33.2
%21.99
%44.81

CMYK RENK MODELİ

#50356C rengi CMYK tonu (26,51,0,58).

  • camgöbeği tonu 25.93%
  • eflatun tonu 50.93%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(26,51,0,58)
C26M51Y0K58 
(26%,51%,0%,58%)
(0.26/0.51/0.00/0.58)	

CMYK yüzdeleri

%25.93
%50.93
%0
%57.65

Codes

Color #50356C in popluar color models

50356C
RGB8053108
HSL269°34.16%31.57%
HSB/HSV269°50.93%42.35%
CMYK25.93%50.93%0.00%
57.65%

Color #50356C in popluar number systems.

HEX50356C
Decimal8053108
Binary10100001101011101100
Octal12065154

Shades and tints

Shades of #50356C

#50356C
(80,53,108)
#493163
(73,49,99)
#422D5A
(66,45,90)
#3B2951
(59,41,81)
#342548
(52,37,72)
#2D213F
(45,33,63)
#261D36
(38,29,54)
#1F192D
(31,25,45)
#181524
(24,21,36)
#11111B
(17,17,27)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #50356C

#50356C
(80,53,108)
#5F4779
(95,71,121)
#6E5986
(110,89,134)
#7D6B93
(125,107,147)
#8C7DA0
(140,125,160)
#9B8FAD
(155,143,173)
#AAA1BA
(170,161,186)
#B9B3C7
(185,179,199)
#C8C5D4
(200,197,212)
#D7D7E1
(215,215,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50356C; }

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

This text font color is #50356C.


Background Color

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

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

This div background color is #50356C.


Border color

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

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

This div border color is #50356C.


Opacity

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

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

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

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

This text has shadow with #50356C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50356C on black background.


Color preview on white background

This text has color #50356C on white background.



Black color preview on #50356C background

This text has black color on #50356C background.


White color preview on #50356C background

This text has white color on #50356C background.