COLOR #506C72

HEX: #506C72
RGB: (80,108,114)

Renk bilgisi

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

RGB renk modeli

#506C72 color RGB value is (80,108,114).

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

RGB bağlantıları ve doygunluk

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

80
108
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 108 + 114 = 302 (100%)
R 80 of 302 ~ 26.49%
G 108 of 302 ~ 35.76%
B 114 of 302 ~ 37.75%

%26.49
%35.76
%37.75

CMYK RENK MODELİ

#506C72 rengi CMYK tonu (30,5,0,55).

  • camgöbeği tonu 29.82%
  • eflatun tonu 5.26%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK: (30,5,0,55) C30M5Y0K55 (30%,5%,0%,55%) (0.30/0.05/0.00/0.55)

CMYK yüzdeleri

%29.82
%5.26
%0
%55.29

Codes

Color #506C72 in popluar color models

506C72
RGB80108114
HSL191°17.53%38.04%
HSB/HSV191°29.82%44.71%
CMYK29.82%5.26%0.00%
55.29%

Color #506C72 in popluar number systems.

HEX506C72
Decimal80108114
Binary101000011011001110010
Octal120154162

Shades and tints

Shades of #506C72

#506C72
(80,108,114)
#496368
(73,99,104)
#425A5E
(66,90,94)
#3B5154
(59,81,84)
#34484A
(52,72,74)
#2D3F40
(45,63,64)
#263636
(38,54,54)
#1F2D2C
(31,45,44)
#182422
(24,36,34)
#111B18
(17,27,24)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #506C72

#506C72
(80,108,114)
#5F797E
(95,121,126)
#6E868A
(110,134,138)
#7D9396
(125,147,150)
#8CA0A2
(140,160,162)
#9BADAE
(155,173,174)
#AABABA
(170,186,186)
#B9C7C6
(185,199,198)
#C8D4D2
(200,212,210)
#D7E1DE
(215,225,222)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506C72; }

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

This text font color is #506C72.


Background Color

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

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

This div background color is #506C72.


Border color

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

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

This div border color is #506C72.


Opacity

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

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

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

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

This text has shadow with #506C72 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #506C72 on black background.


Color preview on white background

This text has color #506C72 on white background.



Black color preview on #506C72 background

This text has black color on #506C72 background.


White color preview on #506C72 background

This text has white color on #506C72 background.