COLOR #50646B

HEX: #50646B
RGB: (80,100,107)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
100
107

R + G + B ~ 37%. #50646B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 100 + 107 = 287 (100%)
R 80 of 287 ~ 27.87%
G 100 of 287 ~ 34.84%
B 107 of 287 ~ 37.28%

%27.87
%34.84
%37.28

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%25.23
%6.54
%0
%58.04

Codes

Color #50646B in popluar color models

50646B
RGB80100107
HSL196°14.44%36.67%
HSB/HSV196°25.23%41.96%
CMYK25.23%6.54%0.00%
58.04%

Color #50646B in popluar number systems.

HEX50646B
Decimal80100107
Binary101000011001001101011
Octal120144153

Shades and tints

Shades of #50646B

#50646B
(80,100,107)
#495B62
(73,91,98)
#425259
(66,82,89)
#3B4950
(59,73,80)
#344047
(52,64,71)
#2D373E
(45,55,62)
#262E35
(38,46,53)
#1F252C
(31,37,44)
#181C23
(24,28,35)
#11131A
(17,19,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #50646B

#50646B
(80,100,107)
#5F7278
(95,114,120)
#6E8085
(110,128,133)
#7D8E92
(125,142,146)
#8C9C9F
(140,156,159)
#9BAAAC
(155,170,172)
#AAB8B9
(170,184,185)
#B9C6C6
(185,198,198)
#C8D4D3
(200,212,211)
#D7E2E0
(215,226,224)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50646B; }

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

This text font color is #50646B.


Background Color

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

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

This div background color is #50646B.


Border color

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

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

This div border color is #50646B.


Opacity

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

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

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

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

This text has shadow with #50646B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50646B on black background.


Color preview on white background

This text has color #50646B on white background.



Black color preview on #50646B background

This text has black color on #50646B background.


White color preview on #50646B background

This text has white color on #50646B background.