COLOR #506B79

HEX: #506B79
RGB: (80,107,121)

Renk bilgisi

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

RGB renk modeli

#506B79 color RGB value is (80,107,121).

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

RGB bağlantıları ve doygunluk

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

80
107
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 107 + 121 = 308 (100%)
R 80 of 308 ~ 25.97%
G 107 of 308 ~ 34.74%
B 121 of 308 ~ 39.29%

%25.97
%34.74
%39.29

CMYK RENK MODELİ

#506B79 rengi CMYK tonu (34,12,0,53).

  • camgöbeği tonu 33.88%
  • eflatun tonu 11.57%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(34,12,0,53)
C34M12Y0K53 
(34%,12%,0%,53%)
(0.34/0.12/0.00/0.53)	

CMYK yüzdeleri

%33.88
%11.57
%0
%52.55

Codes

Color #506B79 in popluar color models

506B79
RGB80107121
HSL200°20.40%39.41%
HSB/HSV200°33.88%47.45%
CMYK33.88%11.57%0.00%
52.55%

Color #506B79 in popluar number systems.

HEX506B79
Decimal80107121
Binary101000011010111111001
Octal120153171

Shades and tints

Shades of #506B79

#506B79
(80,107,121)
#49626E
(73,98,110)
#425963
(66,89,99)
#3B5058
(59,80,88)
#34474D
(52,71,77)
#2D3E42
(45,62,66)
#263537
(38,53,55)
#1F2C2C
(31,44,44)
#182321
(24,35,33)
#111A16
(17,26,22)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #506B79

#506B79
(80,107,121)
#5F7885
(95,120,133)
#6E8591
(110,133,145)
#7D929D
(125,146,157)
#8C9FA9
(140,159,169)
#9BACB5
(155,172,181)
#AAB9C1
(170,185,193)
#B9C6CD
(185,198,205)
#C8D3D9
(200,211,217)
#D7E0E5
(215,224,229)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B79; }

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

This text font color is #506B79.


Background Color

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

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

This div background color is #506B79.


Border color

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

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

This div border color is #506B79.


Opacity

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

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

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

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

This text has shadow with #506B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B79 on black background.


Color preview on white background

This text has color #506B79 on white background.



Black color preview on #506B79 background

This text has black color on #506B79 background.


White color preview on #506B79 background

This text has white color on #506B79 background.