COLOR #506C73

HEX: #506C73
RGB: (80,108,115)

Renk bilgisi

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

RGB renk modeli

#506C73 color RGB value is (80,108,115).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 108 of 255 = 42%
B 115 of 255 = 45%

80
108
115

R + G + B ~ 39%. #506C73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 108 + 115 = 303 (100%)
R 80 of 303 ~ 26.4%
G 108 of 303 ~ 35.64%
B 115 of 303 ~ 37.95%

%26.4
%35.64
%37.95

CMYK RENK MODELİ

#506C73 rengi CMYK tonu (30,6,0,55).

  • camgöbeği tonu 30.43%
  • eflatun tonu 6.09%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(30,6,0,55)
C30M6Y0K55 
(30%,6%,0%,55%)
(0.30/0.06/0.00/0.55)	

CMYK yüzdeleri

%30.43
%6.09
%0
%54.9

Codes

Color #506C73 in popluar color models

506C73
RGB80108115
HSL192°17.95%38.24%
HSB/HSV192°30.43%45.10%
CMYK30.43%6.09%0.00%
54.90%

Color #506C73 in popluar number systems.

HEX506C73
Decimal80108115
Binary101000011011001110011
Octal120154163

Shades and tints

Shades of #506C73

#506C73
(80,108,115)
#496369
(73,99,105)
#425A5F
(66,90,95)
#3B5155
(59,81,85)
#34484B
(52,72,75)
#2D3F41
(45,63,65)
#263637
(38,54,55)
#1F2D2D
(31,45,45)
#182423
(24,36,35)
#111B19
(17,27,25)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #506C73

#506C73
(80,108,115)
#5F797F
(95,121,127)
#6E868B
(110,134,139)
#7D9397
(125,147,151)
#8CA0A3
(140,160,163)
#9BADAF
(155,173,175)
#AABABB
(170,186,187)
#B9C7C7
(185,199,199)
#C8D4D3
(200,212,211)
#D7E1DF
(215,225,223)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506C73; }

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

This text font color is #506C73.


Background Color

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

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

This div background color is #506C73.


Border color

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

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

This div border color is #506C73.


Opacity

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

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

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

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

This text has shadow with #506C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C73 on black background.


Color preview on white background

This text has color #506C73 on white background.



Black color preview on #506C73 background

This text has black color on #506C73 background.


White color preview on #506C73 background

This text has white color on #506C73 background.