COLOR #50506B

HEX: #50506B
RGB: (80,80,107)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
80
107

R + G + B ~ 35%. #50506B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 107 = 267 (100%)
R 80 of 267 ~ 29.96%
G 80 of 267 ~ 29.96%
B 107 of 267 ~ 40.07%

%29.96
%29.96
%40.07

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%25.23
%25.23
%0
%58.04

Codes

Color #50506B in popluar color models

50506B
RGB8080107
HSL240°14.44%36.67%
HSB/HSV240°25.23%41.96%
CMYK25.23%25.23%0.00%
58.04%

Color #50506B in popluar number systems.

HEX50506B
Decimal8080107
Binary101000010100001101011
Octal120120153

Shades and tints

Shades of #50506B

#50506B
(80,80,107)
#494962
(73,73,98)
#424259
(66,66,89)
#3B3B50
(59,59,80)
#343447
(52,52,71)
#2D2D3E
(45,45,62)
#262635
(38,38,53)
#1F1F2C
(31,31,44)
#181823
(24,24,35)
#11111A
(17,17,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #50506B

#50506B
(80,80,107)
#5F5F78
(95,95,120)
#6E6E85
(110,110,133)
#7D7D92
(125,125,146)
#8C8C9F
(140,140,159)
#9B9BAC
(155,155,172)
#AAAAB9
(170,170,185)
#B9B9C6
(185,185,198)
#C8C8D3
(200,200,211)
#D7D7E0
(215,215,224)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50506B; }

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

This text font color is #50506B.


Background Color

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

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

This div background color is #50506B.


Border color

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

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

This div border color is #50506B.


Opacity

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

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

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

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

This text has shadow with #50506B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50506B on black background.


Color preview on white background

This text has color #50506B on white background.



Black color preview on #50506B background

This text has black color on #50506B background.


White color preview on #50506B background

This text has white color on #50506B background.