COLOR #506772

HEX: #506772
RGB: (80,103,114)

Renk bilgisi

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

RGB renk modeli

#506772 color RGB value is (80,103,114).

  • kırmız ton 80;
  • yeşil ton 103;
  • mavi ton 114.
RGB:
(80,103,114)
(31%,40%,45%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 103 of 255 = 40%
B 114 of 255 = 45%

80
103
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 103 + 114 = 297 (100%)
R 80 of 297 ~ 26.94%
G 103 of 297 ~ 34.68%
B 114 of 297 ~ 38.38%

%26.94
%34.68
%38.38

CMYK RENK MODELİ

#506772 rengi CMYK tonu (30,10,0,55).

  • camgöbeği tonu 29.82%
  • eflatun tonu 9.65%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(30,10,0,55)
C30M10Y0K55 
(30%,10%,0%,55%)
(0.30/0.10/0.00/0.55)	

CMYK yüzdeleri

%29.82
%9.65
%0
%55.29

Codes

Color #506772 in popluar color models

506772
RGB80103114
HSL199°17.53%38.04%
HSB/HSV199°29.82%44.71%
CMYK29.82%9.65%0.00%
55.29%

Color #506772 in popluar number systems.

HEX506772
Decimal80103114
Binary101000011001111110010
Octal120147162

Shades and tints

Shades of #506772

#506772
(80,103,114)
#495E68
(73,94,104)
#42555E
(66,85,94)
#3B4C54
(59,76,84)
#34434A
(52,67,74)
#2D3A40
(45,58,64)
#263136
(38,49,54)
#1F282C
(31,40,44)
#181F22
(24,31,34)
#111618
(17,22,24)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #506772

#506772
(80,103,114)
#5F747E
(95,116,126)
#6E818A
(110,129,138)
#7D8E96
(125,142,150)
#8C9BA2
(140,155,162)
#9BA8AE
(155,168,174)
#AAB5BA
(170,181,186)
#B9C2C6
(185,194,198)
#C8CFD2
(200,207,210)
#D7DCDE
(215,220,222)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506772 color. Also use rgb(80,103,114) instead hex code.

Text Font Color

.myTextColor { color: #506772; }

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

This text font color is #506772.


Background Color

.myBgColor { background-color: #506772; }

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

This div background color is #506772.


Border color

.myBorderColor { border: 1px solid #506772; }

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

This div border color is #506772.


Opacity

.myOpacity80 { color: #506772; opacity: 0.8; }

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

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

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

This text has shadow with #506772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506772 on black background.


Color preview on white background

This text has color #506772 on white background.



Black color preview on #506772 background

This text has black color on #506772 background.


White color preview on #506772 background

This text has white color on #506772 background.