COLOR #506A73

HEX: #506A73
RGB: (80,106,115)

Renk bilgisi

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

RGB renk modeli

#506A73 color RGB value is (80,106,115).

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

RGB bağlantıları ve doygunluk

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

80
106
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 106 + 115 = 301 (100%)
R 80 of 301 ~ 26.58%
G 106 of 301 ~ 35.22%
B 115 of 301 ~ 38.21%

%26.58
%35.22
%38.21

CMYK RENK MODELİ

#506A73 rengi CMYK tonu (30,8,0,55).

  • camgöbeği tonu 30.43%
  • eflatun tonu 7.83%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(30,8,0,55)
C30M8Y0K55 
(30%,8%,0%,55%)
(0.30/0.08/0.00/0.55)	

CMYK yüzdeleri

%30.43
%7.83
%0
%54.9

Codes

Color #506A73 in popluar color models

506A73
RGB80106115
HSL195°17.95%38.24%
HSB/HSV195°30.43%45.10%
CMYK30.43%7.83%0.00%
54.90%

Color #506A73 in popluar number systems.

HEX506A73
Decimal80106115
Binary101000011010101110011
Octal120152163

Shades and tints

Shades of #506A73

#506A73
(80,106,115)
#496169
(73,97,105)
#42585F
(66,88,95)
#3B4F55
(59,79,85)
#34464B
(52,70,75)
#2D3D41
(45,61,65)
#263437
(38,52,55)
#1F2B2D
(31,43,45)
#182223
(24,34,35)
#111919
(17,25,25)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #506A73

#506A73
(80,106,115)
#5F777F
(95,119,127)
#6E848B
(110,132,139)
#7D9197
(125,145,151)
#8C9EA3
(140,158,163)
#9BABAF
(155,171,175)
#AAB8BB
(170,184,187)
#B9C5C7
(185,197,199)
#C8D2D3
(200,210,211)
#D7DFDF
(215,223,223)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A73; }

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

This text font color is #506A73.


Background Color

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

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

This div background color is #506A73.


Border color

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

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

This div border color is #506A73.


Opacity

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

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

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

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

This text has shadow with #506A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A73 on black background.


Color preview on white background

This text has color #506A73 on white background.



Black color preview on #506A73 background

This text has black color on #506A73 background.


White color preview on #506A73 background

This text has white color on #506A73 background.