COLOR #506C81

HEX: #506C81
RGB: (80,108,129)

Renk bilgisi

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

RGB renk modeli

#506C81 color RGB value is (80,108,129).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 108 of 255 = 42%
B 129 of 255 = 51%

80
108
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 108 + 129 = 317 (100%)
R 80 of 317 ~ 25.24%
G 108 of 317 ~ 34.07%
B 129 of 317 ~ 40.69%

%25.24
%34.07
%40.69

CMYK RENK MODELİ

#506C81 rengi CMYK tonu (38,16,0,49).

  • camgöbeği tonu 37.98%
  • eflatun tonu 16.28%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(38,16,0,49)
C38M16Y0K49 
(38%,16%,0%,49%)
(0.38/0.16/0.00/0.49)	

CMYK yüzdeleri

%37.98
%16.28
%0
%49.41

Codes

Color #506C81 in popluar color models

506C81
RGB80108129
HSL206°23.44%40.98%
HSB/HSV206°37.98%50.59%
CMYK37.98%16.28%0.00%
49.41%

Color #506C81 in popluar number systems.

HEX506C81
Decimal80108129
Binary1010000110110010000001
Octal120154201

Shades and tints

Shades of #506C81

#506C81
(80,108,129)
#496376
(73,99,118)
#425A6B
(66,90,107)
#3B5160
(59,81,96)
#344855
(52,72,85)
#2D3F4A
(45,63,74)
#26363F
(38,54,63)
#1F2D34
(31,45,52)
#182429
(24,36,41)
#111B1E
(17,27,30)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #506C81

#506C81
(80,108,129)
#5F798C
(95,121,140)
#6E8697
(110,134,151)
#7D93A2
(125,147,162)
#8CA0AD
(140,160,173)
#9BADB8
(155,173,184)
#AABAC3
(170,186,195)
#B9C7CE
(185,199,206)
#C8D4D9
(200,212,217)
#D7E1E4
(215,225,228)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506C81; }

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

This text font color is #506C81.


Background Color

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

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

This div background color is #506C81.


Border color

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

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

This div border color is #506C81.


Opacity

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

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

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

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

This text has shadow with #506C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C81 on black background.


Color preview on white background

This text has color #506C81 on white background.



Black color preview on #506C81 background

This text has black color on #506C81 background.


White color preview on #506C81 background

This text has white color on #506C81 background.