COLOR #506E8C

HEX: #506E8C
RGB: (80,110,140)

Renk bilgisi

#506E8C contains mainly green and blue colors. #506E8C ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#506E8C color RGB value is (80,110,140).

  • kırmız ton 80;
  • yeşil ton 110;
  • mavi ton 140.
RGB:
(80,110,140)
(31%,43%,55%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 110 of 255 = 43%
B 140 of 255 = 55%

80
110
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 110 + 140 = 330 (100%)
R 80 of 330 ~ 24.24%
G 110 of 330 ~ 33.33%
B 140 of 330 ~ 42.42%

%24.24
%33.33
%42.42

CMYK RENK MODELİ

#506E8C rengi CMYK tonu (43,21,0,45).

  • camgöbeği tonu 42.86%
  • eflatun tonu 21.43%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(43,21,0,45)
C43M21Y0K45 
(43%,21%,0%,45%)
(0.43/0.21/0.00/0.45)	

CMYK yüzdeleri

%42.86
%21.43
%0
%45.1

Codes

Color #506E8C in popluar color models

506E8C
RGB80110140
HSL210°27.27%43.14%
HSB/HSV210°42.86%54.90%
CMYK42.86%21.43%0.00%
45.10%

Color #506E8C in popluar number systems.

HEX506E8C
Decimal80110140
Binary1010000110111010001100
Octal120156214

Shades and tints

Shades of #506E8C

#506E8C
(80,110,140)
#496480
(73,100,128)
#425A74
(66,90,116)
#3B5068
(59,80,104)
#34465C
(52,70,92)
#2D3C50
(45,60,80)
#263244
(38,50,68)
#1F2838
(31,40,56)
#181E2C
(24,30,44)
#111420
(17,20,32)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #506E8C

#506E8C
(80,110,140)
#5F7B96
(95,123,150)
#6E88A0
(110,136,160)
#7D95AA
(125,149,170)
#8CA2B4
(140,162,180)
#9BAFBE
(155,175,190)
#AABCC8
(170,188,200)
#B9C9D2
(185,201,210)
#C8D6DC
(200,214,220)
#D7E3E6
(215,227,230)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506E8C color. Also use rgb(80,110,140) instead hex code.

Text Font Color

.myTextColor { color: #506E8C; }

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

This text font color is #506E8C.


Background Color

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

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

This div background color is #506E8C.


Border color

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

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

This div border color is #506E8C.


Opacity

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

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

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

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

This text has shadow with #506E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E8C on black background.


Color preview on white background

This text has color #506E8C on white background.



Black color preview on #506E8C background

This text has black color on #506E8C background.


White color preview on #506E8C background

This text has white color on #506E8C background.