COLOR #50355B

HEX: #50355B
RGB: (80,53,91)

Renk bilgisi

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

RGB renk modeli

#50355B color RGB value is (80,53,91).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 53 of 255 = 21%
B 91 of 255 = 36%

80
53
91

R + G + B ~ 29%. #50355B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 53 + 91 = 224 (100%)
R 80 of 224 ~ 35.71%
G 53 of 224 ~ 23.66%
B 91 of 224 ~ 40.63%

%35.71
%23.66
%40.63

CMYK RENK MODELİ

#50355B rengi CMYK tonu (12,42,0,64).

  • camgöbeği tonu 12.09%
  • eflatun tonu 41.76%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(12,42,0,64)
C12M42Y0K64 
(12%,42%,0%,64%)
(0.12/0.42/0.00/0.64)	

CMYK yüzdeleri

%12.09
%41.76
%0
%64.31

Codes

Color #50355B in popluar color models

50355B
RGB805391
HSL283°26.39%28.24%
HSB/HSV283°41.76%35.69%
CMYK12.09%41.76%0.00%
64.31%

Color #50355B in popluar number systems.

HEX50355B
Decimal805391
Binary10100001101011011011
Octal12065133

Shades and tints

Shades of #50355B

#50355B
(80,53,91)
#493153
(73,49,83)
#422D4B
(66,45,75)
#3B2943
(59,41,67)
#34253B
(52,37,59)
#2D2133
(45,33,51)
#261D2B
(38,29,43)
#1F1923
(31,25,35)
#18151B
(24,21,27)
#111113
(17,17,19)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #50355B

#50355B
(80,53,91)
#5F4769
(95,71,105)
#6E5977
(110,89,119)
#7D6B85
(125,107,133)
#8C7D93
(140,125,147)
#9B8FA1
(155,143,161)
#AAA1AF
(170,161,175)
#B9B3BD
(185,179,189)
#C8C5CB
(200,197,203)
#D7D7D9
(215,215,217)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50355B color. Also use rgb(80,53,91) instead hex code.

Text Font Color

.myTextColor { color: #50355B; }

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

This text font color is #50355B.


Background Color

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

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

This div background color is #50355B.


Border color

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

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

This div border color is #50355B.


Opacity

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

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

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

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

This text has shadow with #50355B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50355B on black background.


Color preview on white background

This text has color #50355B on white background.



Black color preview on #50355B background

This text has black color on #50355B background.


White color preview on #50355B background

This text has white color on #50355B background.