COLOR #50446B

HEX: #50446B
RGB: (80,68,107)

Renk bilgisi

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

RGB renk modeli

#50446B color RGB value is (80,68,107).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 68 of 255 = 27%
B 107 of 255 = 42%

80
68
107

R + G + B ~ 33%. #50446B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 68 + 107 = 255 (100%)
R 80 of 255 ~ 31.37%
G 68 of 255 ~ 26.67%
B 107 of 255 ~ 41.96%

%31.37
%26.67
%41.96

CMYK RENK MODELİ

#50446B rengi CMYK tonu (25,36,0,58).

  • camgöbeği tonu 25.23%
  • eflatun tonu 36.45%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(25,36,0,58)
C25M36Y0K58 
(25%,36%,0%,58%)
(0.25/0.36/0.00/0.58)	

CMYK yüzdeleri

%25.23
%36.45
%0
%58.04

Codes

Color #50446B in popluar color models

50446B
RGB8068107
HSL258°22.29%34.31%
HSB/HSV258°36.45%41.96%
CMYK25.23%36.45%0.00%
58.04%

Color #50446B in popluar number systems.

HEX50446B
Decimal8068107
Binary101000010001001101011
Octal120104153

Shades and tints

Shades of #50446B

#50446B
(80,68,107)
#493E62
(73,62,98)
#423859
(66,56,89)
#3B3250
(59,50,80)
#342C47
(52,44,71)
#2D263E
(45,38,62)
#262035
(38,32,53)
#1F1A2C
(31,26,44)
#181423
(24,20,35)
#110E1A
(17,14,26)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #50446B

#50446B
(80,68,107)
#5F5578
(95,85,120)
#6E6685
(110,102,133)
#7D7792
(125,119,146)
#8C889F
(140,136,159)
#9B99AC
(155,153,172)
#AAAAB9
(170,170,185)
#B9BBC6
(185,187,198)
#C8CCD3
(200,204,211)
#D7DDE0
(215,221,224)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50446B; }

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

This text font color is #50446B.


Background Color

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

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

This div background color is #50446B.


Border color

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

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

This div border color is #50446B.


Opacity

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

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

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

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

This text has shadow with #50446B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50446B on black background.


Color preview on white background

This text has color #50446B on white background.



Black color preview on #50446B background

This text has black color on #50446B background.


White color preview on #50446B background

This text has white color on #50446B background.