COLOR #506C80

HEX: #506C80
RGB: (80,108,128)

Renk bilgisi

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

RGB renk modeli

#506C80 color RGB value is (80,108,128).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 108 of 255 = 42%
B 128 of 255 = 50%

80
108
128

R + G + B ~ 41%. #506C80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 108 + 128 = 316 (100%)
R 80 of 316 ~ 25.32%
G 108 of 316 ~ 34.18%
B 128 of 316 ~ 40.51%

%25.32
%34.18
%40.51

CMYK RENK MODELİ

#506C80 rengi CMYK tonu (38,16,0,50).

  • camgöbeği tonu 37.50%
  • eflatun tonu 15.63%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(38,16,0,50)
C38M16Y0K50 
(38%,16%,0%,50%)
(0.38/0.16/0.00/0.50)	

CMYK yüzdeleri

%37.5
%15.63
%0
%49.8

Codes

Color #506C80 in popluar color models

506C80
RGB80108128
HSL205°23.08%40.78%
HSB/HSV205°37.50%50.20%
CMYK37.50%15.63%0.00%
49.80%

Color #506C80 in popluar number systems.

HEX506C80
Decimal80108128
Binary1010000110110010000000
Octal120154200

Shades and tints

Shades of #506C80

#506C80
(80,108,128)
#496375
(73,99,117)
#425A6A
(66,90,106)
#3B515F
(59,81,95)
#344854
(52,72,84)
#2D3F49
(45,63,73)
#26363E
(38,54,62)
#1F2D33
(31,45,51)
#182428
(24,36,40)
#111B1D
(17,27,29)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #506C80

#506C80
(80,108,128)
#5F798B
(95,121,139)
#6E8696
(110,134,150)
#7D93A1
(125,147,161)
#8CA0AC
(140,160,172)
#9BADB7
(155,173,183)
#AABAC2
(170,186,194)
#B9C7CD
(185,199,205)
#C8D4D8
(200,212,216)
#D7E1E3
(215,225,227)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506C80 color. Also use rgb(80,108,128) instead hex code.

Text Font Color

.myTextColor { color: #506C80; }

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

This text font color is #506C80.


Background Color

.myBgColor { background-color: #506C80; }

<div style="background-color:#506C80">Inner text</div>

This div background color is #506C80.


Border color

.myBorderColor { border: 1px solid #506C80; }

<div style="border:3px solid #506C80">Div</div>

This div border color is #506C80.


Opacity

.myOpacity80 { color: #506C80; opacity: 0.8; }

<p style="color:#506C80;opacity:0.8;">80%</p>

Text with #506C80 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 #506C80;}

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

This text has shadow with #506C80 color.

.textShadow {text-shadow: 3px 3px 1px #506C80, 3px 3px 1px red;}

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

This text has shadow with #506C80 primary color and red secondary color.


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

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

This text has shadow with #506C80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C80 on black background.


Color preview on white background

This text has color #506C80 on white background.



Black color preview on #506C80 background

This text has black color on #506C80 background.


White color preview on #506C80 background

This text has white color on #506C80 background.