COLOR #50335F

HEX: #50335F
RGB: (80,51,95)

Renk bilgisi

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

RGB renk modeli

#50335F color RGB value is (80,51,95).

  • kırmız ton 80;
  • yeşil ton 51;
  • mavi ton 95.
RGB:
(80,51,95)
(31%,20%,37%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 51 of 255 = 20%
B 95 of 255 = 37%

80
51
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 51 + 95 = 226 (100%)
R 80 of 226 ~ 35.4%
G 51 of 226 ~ 22.57%
B 95 of 226 ~ 42.04%

%35.4
%22.57
%42.04

CMYK RENK MODELİ

#50335F rengi CMYK tonu (16,46,0,63).

  • camgöbeği tonu 15.79%
  • eflatun tonu 46.32%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(16,46,0,63)
C16M46Y0K63 
(16%,46%,0%,63%)
(0.16/0.46/0.00/0.63)	

CMYK yüzdeleri

%15.79
%46.32
%0
%62.75

Codes

Color #50335F in popluar color models

50335F
RGB805195
HSL280°30.14%28.63%
HSB/HSV280°46.32%37.25%
CMYK15.79%46.32%0.00%
62.75%

Color #50335F in popluar number systems.

HEX50335F
Decimal805195
Binary10100001100111011111
Octal12063137

Shades and tints

Shades of #50335F

#50335F
(80,51,95)
#492F57
(73,47,87)
#422B4F
(66,43,79)
#3B2747
(59,39,71)
#34233F
(52,35,63)
#2D1F37
(45,31,55)
#261B2F
(38,27,47)
#1F1727
(31,23,39)
#18131F
(24,19,31)
#110F17
(17,15,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #50335F

#50335F
(80,51,95)
#5F456D
(95,69,109)
#6E577B
(110,87,123)
#7D6989
(125,105,137)
#8C7B97
(140,123,151)
#9B8DA5
(155,141,165)
#AA9FB3
(170,159,179)
#B9B1C1
(185,177,193)
#C8C3CF
(200,195,207)
#D7D5DD
(215,213,221)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50335F color. Also use rgb(80,51,95) instead hex code.

Text Font Color

.myTextColor { color: #50335F; }

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

This text font color is #50335F.


Background Color

.myBgColor { background-color: #50335F; }

<div style="background-color:#50335F">Inner text</div>

This div background color is #50335F.


Border color

.myBorderColor { border: 1px solid #50335F; }

<div style="border:3px solid #50335F">Div</div>

This div border color is #50335F.


Opacity

.myOpacity80 { color: #50335F; opacity: 0.8; }

<p style="color:#50335F;opacity:0.8;">80%</p>

Text with #50335F 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 #50335F;}

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

This text has shadow with #50335F color.

.textShadow {text-shadow: 3px 3px 1px #50335F, 3px 3px 1px red;}

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

This text has shadow with #50335F primary color and red secondary color.


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

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

This text has shadow with #50335F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50335F on black background.


Color preview on white background

This text has color #50335F on white background.



Black color preview on #50335F background

This text has black color on #50335F background.


White color preview on #50335F background

This text has white color on #50335F background.