COLOR #50325D

HEX: #50325D
RGB: (80,50,93)

Renk bilgisi

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

RGB renk modeli

#50325D color RGB value is (80,50,93).

  • kırmız ton 80;
  • yeşil ton 50;
  • mavi ton 93.
RGB:
(80,50,93)
(31%,20%,36%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 50 of 255 = 20%
B 93 of 255 = 36%

80
50
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 50 + 93 = 223 (100%)
R 80 of 223 ~ 35.87%
G 50 of 223 ~ 22.42%
B 93 of 223 ~ 41.7%

%35.87
%22.42
%41.7

CMYK RENK MODELİ

#50325D rengi CMYK tonu (14,46,0,64).

  • camgöbeği tonu 13.98%
  • eflatun tonu 46.24%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(14,46,0,64)
C14M46Y0K64 
(14%,46%,0%,64%)
(0.14/0.46/0.00/0.64)	

CMYK yüzdeleri

%13.98
%46.24
%0
%63.53

Codes

Color #50325D in popluar color models

50325D
RGB805093
HSL282°30.07%28.04%
HSB/HSV282°46.24%36.47%
CMYK13.98%46.24%0.00%
63.53%

Color #50325D in popluar number systems.

HEX50325D
Decimal805093
Binary10100001100101011101
Octal12062135

Shades and tints

Shades of #50325D

#50325D
(80,50,93)
#492E55
(73,46,85)
#422A4D
(66,42,77)
#3B2645
(59,38,69)
#34223D
(52,34,61)
#2D1E35
(45,30,53)
#261A2D
(38,26,45)
#1F1625
(31,22,37)
#18121D
(24,18,29)
#110E15
(17,14,21)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #50325D

#50325D
(80,50,93)
#5F446B
(95,68,107)
#6E5679
(110,86,121)
#7D6887
(125,104,135)
#8C7A95
(140,122,149)
#9B8CA3
(155,140,163)
#AA9EB1
(170,158,177)
#B9B0BF
(185,176,191)
#C8C2CD
(200,194,205)
#D7D4DB
(215,212,219)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50325D color. Also use rgb(80,50,93) instead hex code.

Text Font Color

.myTextColor { color: #50325D; }

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

This text font color is #50325D.


Background Color

.myBgColor { background-color: #50325D; }

<div style="background-color:#50325D">Inner text</div>

This div background color is #50325D.


Border color

.myBorderColor { border: 1px solid #50325D; }

<div style="border:3px solid #50325D">Div</div>

This div border color is #50325D.


Opacity

.myOpacity80 { color: #50325D; opacity: 0.8; }

<p style="color:#50325D;opacity:0.8;">80%</p>

Text with #50325D 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 #50325D;}

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

This text has shadow with #50325D color.

.textShadow {text-shadow: 3px 3px 1px #50325D, 3px 3px 1px red;}

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

This text has shadow with #50325D primary color and red secondary color.


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

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

This text has shadow with #50325D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50325D on black background.


Color preview on white background

This text has color #50325D on white background.



Black color preview on #50325D background

This text has black color on #50325D background.


White color preview on #50325D background

This text has white color on #50325D background.