COLOR #50465D

HEX: #50465D
RGB: (80,70,93)

Renk bilgisi

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

RGB renk modeli

#50465D color RGB value is (80,70,93).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 70 of 255 = 27%
B 93 of 255 = 36%

80
70
93

R + G + B ~ 31%. #50465D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 70 + 93 = 243 (100%)
R 80 of 243 ~ 32.92%
G 70 of 243 ~ 28.81%
B 93 of 243 ~ 38.27%

%32.92
%28.81
%38.27

CMYK RENK MODELİ

#50465D rengi CMYK tonu (14,25,0,64).

  • camgöbeği tonu 13.98%
  • eflatun tonu 24.73%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(14,25,0,64)
C14M25Y0K64 
(14%,25%,0%,64%)
(0.14/0.25/0.00/0.64)	

CMYK yüzdeleri

%13.98
%24.73
%0
%63.53

Codes

Color #50465D in popluar color models

50465D
RGB807093
HSL266°14.11%31.96%
HSB/HSV266°24.73%36.47%
CMYK13.98%24.73%0.00%
63.53%

Color #50465D in popluar number systems.

HEX50465D
Decimal807093
Binary101000010001101011101
Octal120106135

Shades and tints

Shades of #50465D

#50465D
(80,70,93)
#494055
(73,64,85)
#423A4D
(66,58,77)
#3B3445
(59,52,69)
#342E3D
(52,46,61)
#2D2835
(45,40,53)
#26222D
(38,34,45)
#1F1C25
(31,28,37)
#18161D
(24,22,29)
#111015
(17,16,21)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #50465D

#50465D
(80,70,93)
#5F566B
(95,86,107)
#6E6679
(110,102,121)
#7D7687
(125,118,135)
#8C8695
(140,134,149)
#9B96A3
(155,150,163)
#AAA6B1
(170,166,177)
#B9B6BF
(185,182,191)
#C8C6CD
(200,198,205)
#D7D6DB
(215,214,219)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50465D; }

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

This text font color is #50465D.


Background Color

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

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

This div background color is #50465D.


Border color

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

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

This div border color is #50465D.


Opacity

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

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

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

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

This text has shadow with #50465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50465D on black background.


Color preview on white background

This text has color #50465D on white background.



Black color preview on #50465D background

This text has black color on #50465D background.


White color preview on #50465D background

This text has white color on #50465D background.